Most voted "magento" questions
Magento is an e-commerce platform written in PHP on the Zend Framework, available under both open source license and commercial license.
Learn more…156 questions
Sort by count of
-
7
votes2
answers401
viewsIn Magento how to add class in list depending on the attributes to be displayed?
I have a foreach that brings me all the children of an X attribute, and I need to add a specific class to the list <ul> to be able to format by CSS according to the Y attribute. However, I am…
-
4
votes1
answer671
viewsCreating new options for Magento attributes
I’m having problems trying to create new options in the "Manage Options" tab. When creating an attribute, I already know how to save the data correctly in the database. I am overwriting…
-
4
votes1
answer309
viewsHow to add button to a product’s editing page?
How do I add a button to the "Description" bar on the product edition page? The button should only be on tab Description, where product description. I need to know how to set the route and how to…
-
4
votes1
answer1853
viewsHow to import/export categories in Magento?
I am trying to import products and categories from one store to another, but in Malta there is only the option to export only products and customers. Is there any way to do that?
-
4
votes1
answer306
viewsError while installing User
I am trying to install the User on my localhost, but when I arrived at the step of putting the database, user and password I had to check the Skip base URL option (I am using virtual host). the page…
-
4
votes1
answer2364
viewsHow to notify the tracking of the post office to the user?
I own a eCommerce which are part of Post office, except the tracking system which only includes the tracking code in the order. I need every change in status to notify the customer via email. With…
-
4
votes3
answers6672
viewsValidate file extension
I have a code that checks the size before sending the file, I would like to know how to check the file extension together, for example, I need these extensions .jpg, png, .gif, .pdf, .txt, .doc,…
-
3
votes1
answer424
viewsHead Block does not load CSS file
I created a block to upload the files CSS: <block type="page/html_head" name="head" as="head"> <action method="addCss"><stylesheet>css/base.css</stylesheet></action>…
-
3
votes1
answer1251
views -
3
votes1
answer282
viewsHow to 'Manipulate' Cart Outside the Magento System - API
Hello, Well, I would like to integrate the Magento system in my site (only 1 page), because it has a module for quick integration of the MOIP checkout system, so I wouldn’t need to do the whole…
-
3
votes1
answer702
viewsTable/Field for product price in Magento
In which table/field are stored the prices of products registered in Magento 1.9? I saw on some sites the table catalog_product_entity_decimal, but I didn’t see the field price or any other value in…
-
3
votes1
answer256
viewssimplexml_load_string()
I was adding products to my store normally until the images stopped appearing on the front and when I went to see the error log what appeared was: 2015-10-28T11:40:00+00:00 ERR (3): Warning:…
-
3
votes0
answers132
viewsCreate custom freight module with settings table
I am creating a module to add a new delivery method in the store. I followed this tutorial (I won’t transcribe it, it’s big and it’s not necessary for the question ). The new method takes into…
-
3
votes0
answers125
viewsError giving bin/folder index:reindex
My Magento control panel keeps showing this message One or more indexers are invalid. Make sure your Magento cron job is running. I saw I had to give one php bin/magento indexer:reindexbut whenever…
-
2
votes4
answers3156
viewsHow do I create an sql view with more than two tables?
How to create a view sql, I need to get the name and password in the Magento comic that are in different tables, to authenticate in Moodle.
-
2
votes0
answers86
viewsCoupon Magento API Soap
I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:…
-
2
votes1
answer344
viewsInternet Explorer 8 does not load CSS
I am working in a virtual store changing its layout, but the CSS that I have changed is the skin/frontend/meutema/default/css/style.css. So far so good, Chrome loads my normal changes, Firefox too,…
-
2
votes1
answer42
viewsError Invalid method::addStorageType(Array ? <block> (Magento)
I’m developing a module and when I make the call on the tag <block> within the config.xmlwhen accessing the page in the affected store that will receive the new custom block appears to me this…
magentoasked 9 years, 9 months ago Matheus Silva Itep 231 -
2
votes1
answer172
viewsRedirect 404 pages to search
Hello, I have a website in Malta and some product pages no longer exist, but there are other products with similar names. What happens? Many of these links are still being accessed, what I would…
-
2
votes1
answer305
viewsConflict with the prototype
I’m having a doubt that’s ruining my nights.... I use Gento version 1.9.... more when I installed the module ecomdev to make the freight calculation on the product page it informs me an error when…
-
2
votes0
answers297
viewsEstados Duplicados
How can I exclude all duplicate Magento states? This occurred due to change of checkout used.
-
2
votes1
answer106
viewsHow to install Magento in virtual host?
I’m trying to install Magento on my localhost using virtual host (so it can work) but even I’ve already created the file on /etc/apache2/sites-available with the name magento.conf with the code:…
-
2
votes2
answers514
views -
2
votes2
answers2632
viewsWhat’s wrong with this query? Not Unique table/alias
I came across a problem: 1066 - Not Unique table/alias: 'catalog_product_entity_decimal' SELECT DISTINCT catalog_product_entity.entity_id, sku, price as preco, qty as quantidade, stock_status as…
-
2
votes0
answers59
viewspublic Function assignData($date) is not called
In a payment module I’m testing, payment.phtl extending from Mage_Payment_Model_Method_Abstract and, for testing purposes, I put an output to a log file in two functions, public function…
magentoasked 9 years ago Sérgio Mordente 21 -
2
votes0
answers36
viewsIs it possible to place more than the 3 standard images in the presentation of the Gento products?
It is possible to place more than the 3 standard images in the presentation of the products in the Gento? base, small and miniature image
-
2
votes1
answer100
viewsjQuery - Id() and show() does not run correctly
I have items of which in a paragraph is displayed the total of them. When I remove one of these items, I am working with 2 paragraphs with the same code so that I hide one and show the other, so…
-
1
votes1
answer397
viewsIntegration between Magento and Moodle
I want to sell courses from Moodle 2.6+ track Magento 1.7. The process flow is as follows: User creates an account in Magento (shopping cart). User buys a course. After purchasing the course, the…
-
1
votes1
answer1398
viewsCSS of Magento themes
I added a theme to Magento and would like to change the background and some other things through style.css. I make the modifications, only it doesn’t work. Someone knows why? The CSS I’m opening is…
-
1
votes1
answer95
viewsCreate Observer in the Mage_core_model_app class for the run function
When looking at the class app\code\core\Mage\Core\Model\App.php, we have the following function: public function run($params) { $options = isset($params['options']) ? $params['options'] : array();…
-
1
votes1
answer403
viewsHTTP loading error while uploading to product fiche
In the product sheet, in images, when uploading the image the following error is returned: HTTP loading error I’ve already given permission 775 in the briefcase media via FTP. I’ve already given…
magentoasked 10 years ago Filipe Moraes 8,737 -
1
votes1
answer159
viewsCombobox Populating Cities in Magento
I have a Combox that I created in PHP that populates cities of a JSON file and is working 100%. I needed to embed this combobox in a Magento page but I’m not getting it because I have several JS,…
-
1
votes1
answer829
viewsError checkout using Paypal
I have the module paypal installed in Brazilian, when I finish the purchase and choose the payment method by paypal, this error occurs: PayPal gateway recusou a solicitação. Security header is not…
-
1
votes3
answers777
viewsSum amount of repeated PHP variables
The code snippet below returns me names and quantities of products, each in a variable. foreach ($orderItems as $order) { $order_data = Mage::getModel('sales/order')->load($order['order_id']);…
-
1
votes0
answers27
viewsHow to add new onepagecheckout step?
I need to create a new stage in the OSC, within this stage will have two options with radio Buttons, hire and not hire. If yes, the total cart must be updated with 1% of the total cart value. I have…
-
1
votes1
answer75
viewsUnnecessary space in the sales module div
I have a question for you. My problem is that the space in the display is too big if I hide the same options in the shopping cart! My code hides the image of the product but the white space (empty)…
-
1
votes0
answers22
viewsWhen selecting price option goes to "0"
I’m using version 1.8.1.0 of personnel to develop a cosmetics store, and I’m facing problems with price configurable products. I’m using the SCP. The product comes with the standard price, and when…
-
1
votes1
answer128
viewsHow to load a variable inside the message via custom module?
I am making a module for displaying the quantity of stock on the product page only if the quantity is less than that defined in the options. beauty, but my question is: O estoque está com menos que…
magentoasked 9 years, 9 months ago Matheus Silva Itep 231 -
1
votes1
answer197
viewsHow to remove popup when opening product details?
I’m using a theme, and this theme by clicking on the product on the main page opens a popup with the details on the page. I would like the click on "view" to be directed to the product page or…
magentoasked 9 years, 5 months ago Diogo Gumeiro 39 -
1
votes0
answers85
viewsAdd option in Magento "sex" field
I need to add an option in the "sex" field spelled "neutral". I know that where these attributes are in the database is in the table: eav_attribute_option_value But how do I add a new attribute…
-
1
votes1
answer308
viewsVPS to Magento What do I need to know?
I have only used shared servers with the Opencart platform for years, however I could really use a store in Magento now, but I read that it can be slow and does not work well in shared accommodation…
-
1
votes0
answers55
viewsMAGENTO - Product price in widget
I’m having trouble with the widget. It displays the products normally but does not know a way to display the prices of the products in the widget itself. Website for viewing: Aniix Store…
-
1
votes0
answers22
viewsHow to assign new category in Gento?
I am trying to add a new category and assign it to a product, however the product is not displayed on the main page. Root Catalog (categoria principal) |--Joias (categoria joias) |-- ouro |-- prata…
-
1
votes0
answers182
viewsHow to insert the Slider Revolution Magento Extension block into phtml files?
I’m making some unproductive attempts to insert the block created by the extension for Magento inside the files phtml theme and already tried to insert as a block of the Slider Revolution and also…
-
1
votes1
answer752
viewsError loading mcrypt extension: Extension "mcrypt" must be Loaded
I’m trying to install the Gento locally but the same accuses; PHP Extension "mcrypt" must be Loaded. I already installed the curl and the gd but nothing I do to install mcrypt works, I’ve tried...…
-
1
votes1
answer93
viewsForeach remove duplicate images
I have code below that pulls the images of the products of the shopping cart of the Gento, but it is displaying duplicate, IE, when it lists the images it displays twice the same image. <?php…
-
1
votes0
answers120
viewsPermission error to make a SOAP call with aXMLRPC
Fala galera! I have a virtual store (Magento) in which I am trying to make a request SOAP with ksoap2 on Android. However, when executing the code, it generates an Exception, but the message of this…
-
1
votes1
answer55
viewsSelect Block/Page button in Widget Properties does not appear
good afternoon! Something like this has happened to you? Brand new host, from Godaddy. Installation 0km... When I create a widget, after selecting the type and template, I can’t select Block and…
-
1
votes0
answers18
viewsPayment method with different data for each country
The site has the payment method by bank transfer. The problem is that if the customer resides in Brazil, then the bank data is from an account in Brazil, if the customer is from Europe, the bank…
magentoasked 8 years, 12 months ago Filipe Moraes 8,737 -
1
votes1
answer57
viewsMagento installation for the 90%
I’m trying to install Magento on localhost, but the installation doesn’t come out of 90%. I’ve already changed apache php.ini to apache max_input_time = 1800 max_execution_time = 1800 memory_limit =…
magentoasked 8 years, 10 months ago Eve Montalvão 13