I recently made a module that calculates the real gross margin for every order and order_item based on shipping cost data I import.I did this by adding 2 columns to the sales_flat_order table and the
For some reason this code in module\'s config.xml: <jobs> <stockupdate> <schedule><开发者_运维问答cron_expr>0 */2 * * *</cron_expr></schedule>
I’ve always use this method to import products with images: - putting all the images to import in “/media/import”;
I need to add custom v开发者_JS百科ariable to new order E-mail. This variables are custom customer attributes.
I\'m currently developing a payment method and things are working quite well. Just one thing: The customer enters some information along the payment method and through debugging I can see that it gets
I\'m attempting to create an Magento staging site and have managed to get the front page to work, but none of the product pages show saying: \'Not Found. The requested URL /couch-rolls.html was not fo
I\'ve l开发者_JAVA技巧ooked everywhere on Google but I cannot see if there\'s a way to do this - I have custom options on my Magento products which allow the customer to upload a file. But I need to p
I\'m trying to reverse engineer some functionality in the admin area but I\'ve come up against a problem. When my custom version of the code runs it fails on this next line, saying that ca开发者_如何学
In Magento grid When I use $this->setDefaultLimit(200); in grid.php it changes the selected value in pager to 200 but when a user changes it to some other value sa开发者_运维问答y 50 , even after refr
I need to limit the number 开发者_Go百科of products added to compare in Magento. Only wanted to have a maximum of 4 products to be compared.