Magento Themes and Magento Extensions

Change the curreny symbol and position in Magento

Share
Posted on March 6th, 2013 | Posted by admin

Magento 1.7 has new feature to define the currency symbol from the backoffice.
To set the currency symbol for each currency,
goto System => Manage Currency =>Symbols
Then enter the symbol for each currency and save.

The position of the symbol ie. whether it appears before or after the price amount is defined according to the locale.
To change the position of the symbol for each locale
(eg. for french language) open up the file lib/Zend/Locale/Data/fr.xml in your favourite text editor
where fr is the  language for which you want to change the position of the symbol.

How to change Default Sort Order Magento

Share
Posted on January 9th, 2012 | Posted by admin

I’ll be clear… Magento is not good as you could imagine. In fact sucks in so many ways.

Today i’m showing you one. There is no backend option to change the Default Sort Order in your product listing (catalog).

Lucky there is an easy solution.

The Toolbar

Look for the file toolbar.php located in:

/app/code/core/Mage/Catalog/Block/Product/List

How to change the Price Range Magento

Share
Posted on January 7th, 2012 | Posted by admin

If you need to change the Price Range in your Magento catalog go to:

app/code/core/Mage/Catalog/Model/Layer/Filter/Price.php

Look for the line:

$range = pow(10, (strlen(floor($maxPrice))-$index));

Change the 10 for a lower / higher number.

Tested in the 1.4 version

How to change Default Sort Order Magento

Share
Posted on December 27th, 2011 | Posted by admin

I’ll be clear… Magento is not good as you could imagine. In fact sucks in so many ways.

Today i’m showing you one. There is no backend option to change the Default Sort Order in your product listing (catalog).

Lucky there is an easy solution.

The Toolbar

Look for the file toolbar.php located in:

/app/code/core/Mage/Catalog/Block/Product/List

Create the Local folder

Create the same folder structure in the local. Now the future upgrades will not affect your changes.

Should be like:

How To Add, Change SKU In Bulk Magento Product List

Share
Posted on July 21st, 2011 | Posted by admin

How To Add, Change SKU in Bulk Magento Product list is not as simple as it may sound by there is a quick solution to add, change SKU numbers within your existing huge product database. Stock Keeping Unit aka SKU is typically a unique, alphanumeric, merchant-defined identifier for the product with the primary intention to make this number human-readable, meaningful and concise. Many big ecommerce open source application uses SKU but i have seen some e-commerce open source applications which completely neglect this attribute.

Magento uses SKU explicitly as a “unique identifier for the particular product, across all stores and websites”. Keeping Product Title be the primary differentiation won’t help especially if the store is multi-site and multi-lingual. As per a study when people start their online store they don’t give much attention to the SKU numbers but keep on adding as many products as they can which leads to trouble we are talking about. Now, they end up having thousands of products in their database without proper SKU numbers. Tracking becomes difficult, heavy ordering takes a toll on back office.

Page 1 of 212»