Magento
Magento: Remove unwanted sidebar using local.xml
You can remove unwanted sidebaar using local.xml file
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 it is enough to look at the alerts to be 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:
Magento uses Prototype library to manage form validation. In Your custom form just assign a valid class names to your input fields, and pass the form id to VarienForm object.