Category: Magento

Magento tutorials and code snippets to help beginners and advance users. Magento web store hosting services and development.

0

How to enable Remember me functionality in magento?

By default “Remember me” functionality is not enabled in magento. You can enable it form admin, very easily and quickly. To enable it go in System->Configuration->Customers->Persistent Shopping Cart->General Options->Enable Persistence. From here select Yes...

0

How to get add to cart URL in Magento?

For add to cart button there is a function setLocation called on click in which URL, product id and quantity passed. Share this…FacebookPinterestTwitterLinkedinTumblr

0

“El is null” alert message in magento 1.5.1

When I tried to insert widget on cms page then there was error message el is null. This is because of a forward slash is missing in lib/Varien/Data/Form/Element/Editor.php on line number 202. Copy that...

3

Images are not appearing in magento cms editor

I worked on a magento project on which cms images were not appearing in editor and also on front end. CMS editor was getting image urls like http://your-websitelink.com/media//imagename.ext because of double slashes (//) images...

0

Enable google analytics in magento

6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in left column, Click on it. On Google API page; click on first tab that...

0

How to export products from magento?

Click on Systems > Import/Export > Export Select Products from dropdown. Then all attributes will be loaded as following. At bottom of that page click on Continue. A pop up will open to save...

0

How to move My Cart block in left sidebar?

My cart block can easily be shown on left sidebar by editing checkout.xml file which is in app/design/frontend/your-theme/layout/checkout.xml Look for following lines… And change name=”right” to name=”left” Save file and refresh your site. DONE..!!!!...

2

Create discount coupons in magento.

Click on Shopping Cart Price Rules under Promotions Click on Add New Rule button that is right hand side. Enter your Rule Name, select Websites and select Customer Groups you can specify any rule...