> [!INFO]
> **Website**: [The S Group](https://www.sashas.org/)

#

   ## 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):

   <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">![<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>](https://www.sashas.org/<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>)</a>   Add the following code block immediately after each of those lines:

   /* Sashas_Special_Product */ echo $this->getLayout()->createBlock('specialproduct/productimagelist')->setData('product', $_product)->toHtml(); /* Sashas_Special_Product */   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):

   echo $_helper->productAttribute($_product, $_img, 'image');   Add the block call immediately after it:

   /* Sashas_Special_Product */ echo $this->getLayout()->createBlock('specialproduct/productimageview')->setData('product', $_product)->toHtml(); /* Sashas_Special_Product */   Find the second occurrence of the same image helper block (usually lines 63-64):

   echo $_helper->productAttribute($_product, $_img, 'image');   Add the block call immediately after it:

   /* Sashas_Special_Product */ echo $this->getLayout()->createBlock('specialproduct/productimageview')->setData('product', $_product)->toHtml(); /* Sashas_Special_Product */   Once saved, the special product images should render on your frontend product listing and detail views.

## Frequently Asked Questions

### 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 &gt; Tools &gt; 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 &gt; Mag



## Navigation & Categories
- [Experience](https://www.sashas.org/customer-experience.html)
  - [Catalog Enhancements](https://www.sashas.org/customer-experience/catalog-enhancements.html)
  - [Cart & Checkout](https://www.sashas.org/customer-experience/cart-checkout.html)
  - [Customers](https://www.sashas.org/customer-experience/customers.html)
  - [Shipping](https://www.sashas.org/customer-experience/shipping.html)
  - [Payments](https://www.sashas.org/customer-experience/payments.html)
- [Management](https://www.sashas.org/site-management.html)
  - [Sales & Fulfillment](https://www.sashas.org/site-management/sales-fulfillment.html)
  - [Catalog](https://www.sashas.org/site-management/catalog.html)
  - [Customer Support](https://www.sashas.org/site-management/customer-support.html)
  - [Marketing & Promotions](https://www.sashas.org/site-management/marketing-promotions.html)
  - [Content Management](https://www.sashas.org/site-management/content-management.html)
  - [Reporting & Analytics](https://www.sashas.org/site-management/reporting-analytics.html)
- [Optimization](https://www.sashas.org/optimization.html)
  - [Performance](https://www.sashas.org/optimization/performance.html)
  - [Monitoring](https://www.sashas.org/optimization/monitoring.html)
  - [Troubleshooting & Debugging](https://www.sashas.org/optimization/troubleshooting-debugging.html)
- [Blog](https://www.sashas.org/blog)
- [About Us](https://www.sashas.org/about-us.html)
- [Contact Us](https://www.sashas.org/contact.html)
- [Privacy Policy](https://www.sashas.org/privacy-and-refund-policy.html)
- [Refund Policy](https://www.sashas.org/refund-policy.html)
