|
No problem,
This is what I did and it worked for me;
1) Create a copy of template/catalog/product/view/media.phtml (I called mine media2.phtml) and then edit this file to include the things you want. For example I deleted the zoom function for the image and changed the resize value.
2) If you want to change how it looks then just add a style in boxes.css and change the class from .main-product-img to your new class.
2) Upload the file to your theme directory. I uploaded it to the default theme directory too (I haven’t checked which one it is working from but my guess is the default theme).
3) In my “Send product to friend” transactional email I added the following line of code;
{{block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml" block type="catalog/product_view_media2" name="product.info.media2" as="media2" template="catalog/product/view/media2.phtml"}}
4) It brings up errors when I try to preview the template, but works fine from the store. I guess it needs a product ID to insert the picture.
That is it.
Hope it works for you too.
Lisa
|