Featured
-
Magento contact forms additional fields
On a recent project we have added some additional fields to the contact form. All you need to do is add the additional input fields to the HTML in the normal way. Then create / update an email template to match the field set. See example lines below which print the data in the email: 1. Name:... Read More »
-
Make checkout billing address default option
Make checkout billing address default option At mysql prompt run these commands: Alter table mage_sales_flat_quote_address change same_as_billing same_as_billing tinyint(1) unsigned not null default 1; Update mage_sales_flat_quote_address set... Read More »
Frontend and backend product sorting for categories
by hugh on February 17, 2011Manual order no payment method enabled
by ben on January 7, 2011Magento contact forms additional fields
by admin on November 30, 2010Make checkout billing address default option
by admin on October 16, 2010