Magento: How to Remove “Add to Compare”?
Removing the Add to Compare feature from Magento is not as easy as it should be. http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/how_to_remove_add_to_compare
Removing the Add to Compare feature from Magento is not as easy as it should be. http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/how_to_remove_add_to_compare
On my slider(JM Products Slider) the "Number of Element" is 4 on the row and the "Qty of products" is 20. when I click on the "previous" or "next" buttons,…
jm_easyshop template doesn't use the favicon.ico configured in the admin page (system->configuration->general->design->header). So, we cannot have 2 websites with jm_easyhsop look and different favicon. I did a simple change in…
Show your products in Facebook Tab download http://www.magentocommerce.com/magento-connect/Turnkeye.com/extension/6131/facebook_products_tab
The only problem I’m having is that when I try to get to CMS > Manage Pages from the Admin Panel I receive a 404 error. Found a solution for…
I’ve had a few discussions with people now about how to upgrade to Magento 1.4 in the best fashion. Here is my approach, which works well, and I believe provides the cleanest solution.
(more…)
Backup your database Backup all the code you modified yourself, and don’t forget to keep the original installation archive Take care of saving the media directory that contains all the…
If you want to display a certain category on a page, add this code on the design tab and then replace [category id here] with your category id.
Go to app/code/core/Mage/Catalog/Block/Product and created a new file called Manufacturer.php and pasted this block code: Then go to /app/design/frontend/[theme name]/[theme name]/template/catalog/product and created a new .phtml file called manufacturer.phtml and…
With this mod you can add images. Images must be the same name as the manufacturer and must end with .jpg manufacturer.phtml: /app/design/frontend/default/default/template/catalog/product/ manufacturer.php /app/code/core/Mage/Catalog/Block/Product/ images: /media/catalog/brands/ you must alter…