Magento
Magento: Getting back shopping cart items after order fails
(generally Mage/Checkout/controllers/OnepageController.php)
(generally Mage/Checkout/controllers/OnepageController.php)
For Next or Previous Products Links on product page You can use the following code: On View.phtml:
You can remove unwanted sidebaar using local.xml file
System->configuration->payment methods -> Paypal All in one payments solutions-> Paypal Payments Advanced (includes express checkout)-> Basic settings paypal payments advanced-> Frontend Expereince settings -> Paypal Product Logo
in Cms Page Go to “CMS – Manage Pages” and select “Home Page” from the list of pages. Use this code snippet to show one category on your front page: For All Products in Phtml Page:
On product page, generally its located in app/design/frontend/{designPackageName}/{themeName}/template/catalog/product/view.phtml put the following code on view.phtml file:
************** Change Magento alert message styles ************** Magento front-end alert messages are usually not the elements you style when developing a theme. Because of that almost all Magento websites use default alert styles. Even if the theme is highly modified Read more…
app/design/frontend/ultimo/default/template/custompage/careers.phtml app/design/frontend/ultimo/default/template/custompage/careers_details.phtml
Create Your custom Form with magento validation In: app/design/frontend/Your_theme/default/template/custompage/application_form.phtml Create A small extension with following files: app/etc/modules/Sushant_Contacts.xml app/code/local/Sushant/Contacts/controllers/IndexController.php app/code/local/Sushant/Contacts/etc/config.xml: