Magento
Mgento: show minicart on mouse hover
Add the following jquery in app/design/frontend/your_theme/default/template/checkout/cart/minicart.phtml minicart.phtml
Add the following jquery in app/design/frontend/your_theme/default/template/checkout/cart/minicart.phtml minicart.phtml
I got this error while I was installing a third party Magento module. Actually, the module was tested for higher Magento version than 1.4 and I had to install that module on Magento version 1.4. Cause: In older Magento versions, Read more…
Step 1 : Write below code in head.phtml after run one time remove the code. Step 2 : Override the Category model, copy Category.php file from app/code/core/Mage/Catalog/Model/Category.php to app/code/local/Mage/Catalog/Model/Category.php Step 3 : Add the following function in Category Model file
To show different image on hover on magento product category page you have to change the small code in the list.phtml file located at app->design->frontend->default->your theme->template->catalog->product->list.pthml and in this file around line 124 you will see something like this // Read more…
If ever you’re seeing an error like this when you go to your magento inner pages. This might fix your problem. In your .htaccess file you probably have something like this : Or NOTE: If that is so, just simply Read more…
I was looking for a solution to put the star rating element of a product in Magento on any given location. As most of you know, you can simply display the star rating element of a product (you know, the Read more…
https://www.magentocommerce.com/magento-connect/magento-best-seller-products-extension.html http://inchoo.net/magento/bestseller-products-in-magento/ Or 1. Create a new file for Block Magento_root/app/code/local/Mage/Catalog/Block/Product/Bestseller.php Bestseller.php 2. Create a template file for the new block: Magento_root/app/design/frontend/base/default/template/catalog/product/bestseller.phtml bestseller.phtml 3. Now you need to call the created block, to do that go to Backend > CMS Read more…
1- Following code load product useing ids. 2- For collection within a range 3- Following code load product useing SKUs.
1- If you want to show stock sold on the product page for the entire duration the product has been active, use the following code: 2- if you want to show Qty ordered today, use the following code: 3- If Read more…