Magento: Clear Shopping Cart or Session

If we ever need to clear Magento’s shopping cart, use the snippet of code below. If we need to clear the user’s entire session, including the shopping cart, shipping information, billing information and chosen payment methods, please refer to the snippet further below. Clear shopping cart: Clear entire session:

Magento: Add custom Field in Registration

Create a small module by following the steps: app/code/local/Sushant/CustomAttribute/etc/config.xml app/code/local/Sushant/CustomAttribute/Helper/Data.php app/code/local/Sushant/CustomAttribute/sql/customerattribute1434371772_setup/mysql4-install-0.1.0.php app/etc/modules/Sushant_CustomAttribute.xml Modify located file at: app/design/frontend/rwd/default/template/persistent/customer/formregister.phtml and add: If you want customer to be able to modify the attribute in customer panel, then modify: app/design/frontend/rwd/default/template/customer/form/edit.phtm and add: