magento site
Magento Problem Soultions.
Pages
(Move to ...)
Home
Magento Interview Questions and Answers
Contact
▼
Monday, 27 August 2018
How to show category image full width on catalog page.
›
Go any phmtl page like 2columns-left.phtml pur after breadcrumbs below code. $_category = Mage::registry('current_category'); ...
Monday, 7 March 2016
How to change a product dropdown attribute to a multiselect in Magento
›
First, update the attribute input type to multiselect: UPDATE eav_attribute SET entity_type_id = '4', attribute_model = NULL, bac...
23 comments:
Monday, 8 June 2015
How to start with a different Customer ID in Magento?
›
But it will done by MySql query. Run the below query manually and you will get the user id starts from 200001. ALTER TABLE custome...
6 comments:
Thursday, 7 May 2015
Defer parsing of JavaScript in Magento
›
Copy /app/code/core/Mage/Page/Block/Html/Head.php to /app/code/local/Mage/Page/Block/Html/Head.php Go to line 204 and add an defer ...
8 comments:
Friday, 24 April 2015
Magento Paypal Express bug: Guest user name not save
›
If user name not show in admin when place an order with paypal express as guest. Please find below file and replace code: app/code/core...
5 comments:
Friday, 16 January 2015
Magento: Display currency symbol after price
›
Open file: /lib/Zend/Currency.php position' => self::STANDARD, with: 'position' => self::RIGHT,
3 comments:
Wednesday, 3 December 2014
Non WWW to WWW in magento direct and Remove index.php and of the domain
›
#non www to www RewriteCond %{HTTP_HOST} ^(?!www\.)(.+) [NC] RewriteRule ^(.*) http://www.%1/$1 [R=301,NE,L] #remove index.php after doma...
2 comments:
›
Home
View web version