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
I’ve always use this method to import products with images: - putting all the images to import in “/media/import”;
We are working on a Magento-based website that sells outdoor gear.We have discovered an issue in which the shopping cart is expiring in 30 minutes to 2 hours when it should be persistent for 30 days o
I have been asking a few questions recently to work out how to change our Magento store\'s product codes.
$proxy = new SoapClient(\'http://magentolocal.com/mag/api/soap/?wsdl\'); $sessionId = $proxy->login(\'test\', \'test123\');
I can not override the controller. In version 1.5 works but does not work in version 1.6. <Rewrite>
In Magento v1.5.0.1, does anyone know of an issue using the <frontend_type>checkbox</frontend_type> configuration directive in the system.xml?In even the simplest of dumb modules that only
I\'ve written a module that can take in a CSV file and add data to the sales_flat_order table (code below).Despite my skepticism and lack of knowledge in interacting directing with the DB through Mage
Pretty new to the Magento e-commerce solution. Have it up and running for a customer, and it\'s close to a default install, save some window dressing.
I\'ve been trying lots of methods to achieve but none worked. Please give me a 开发者_运维问答hint how to to this.