Showing posts with label Magento. Show all posts
Showing posts with label Magento. Show all posts

Saturday, 10 December 2011

How to create a Static Block in magento

video-tutorial will help you create static block in magento backend.
And call backend static block to frontend .phtml file.

Create main menu in magento

Create navigation menu in magento

Friday, 16 September 2011

Product image upload problem in magento 1.6


1. Download prototype.js version 1.6.0.3
2. Go to Magento/js/prototype –  here rename prototype.js with old_prototype.js
3. Then copy downloaded prototype.js in Magento/js/prototype
4. In the /app/etc/config.xml file change the initStatements node from:

<initStatements>SET NAMES utf8</initStatements>
to:
<initStatements>SET NAMES utf8; SET FOREIGN_KEY_CHECKS=0; SET UNIQUE_CHECKS=0;</initStatements>

Flush the cache and then you can upload image for products.

Reference: http://blog.magentoconnect.us/image-upload-problemissue-magento-1-6/