Description
Image Permalink allows you to create static permanent links to uncached product images.
You can set image default width and height in System/Configuration but you can always retrieve different versions of images.
You can access an image by loading the following URL:
http://www.mystore.com/ig_imagepermalink/view/image/v/parameter
You can also load images by any product's attribute, for example:
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/
and:
http://www.mystore.com/ig_imagepermalink/view/image/k/name/v/myproductname/
There are several parameters you can use in URL to to customize image version and properties.
Allowed parameters are the following:
- k = Search key (default "sku")
- v = Search value
- t = Image type: image, small_image, thumbnail (default "image")w
- w = Image width (default in your Magento configuration panel)
- w = Image height (default in your Magento configuration panel)
A few examples using parameters:
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/t/image/w/320/h/240/
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/t/small_image/
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/t/small_image/w/120/
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/t/small_image/h/120/
http://www.mystore.com/ig_imagepermalink/view/image/k/sku/v/mysku/t/small_image/w/120/h/120/
Details
| CE Compatibility | 1.4.2, 1.5, 1.5.1, 1.6, 1.6.1 |
|---|---|
| Changelog | Version 1.0.0: |


