You have no items in your shopping cart.
Special Product Installation
Special Product Image extension installation instructions:
If you don't have these files in your active theme package, copy them from the /app/design/frontend/base/default/templates/ folder to apply the modifications.
1. Disable Compiler
Go to System > Tools > Compilation in the admin panel and click the Disable button. Once installation is complete, you can re-enable compilation.
Install the extension package archive files Sashas_Specproduct.tgz and Sashas_Baseext.tgz from System > Magento Connect > Magento Connect Manager.
2. Open: /app/design/frontend/{your_package}/{your_theme}/templates/catalog/product/list.phtml
Find the two image rendering calls (usually near lines 50 and 95):
Add the following code block immediately after each of those lines:
3. Open: /app/design/frontend/{your_package}/{your_theme}/templates/catalog/product/view/media.phtml
Find the first product attribute helper output block (usually lines 41-42):
Add the block call immediately after it:
Find the second occurrence of the same image helper block (usually lines 63-64):
Add the block call immediately after it:
Once saved, the special product images should render on your frontend product listing and detail views.