FREE Dynamic Preview Add-On

Hi all)

Thank for this addon! It is very important for my shop! :slight_smile: But its not working :frowning:

Link in top post on wz_tooltip.js is broken. I download it from another site and I think wz_tooltip.js is different.

Please upload original wz_tooltip.js to rapidshare.com



Thanks!



p.s. cs-cart 2.014

End what kinde of code in index.tpl is true?



…





...

or

2.
...




...

Option 2 would be correct. Script tags should be inside the tag.

whiplash13, big thanks for you answer :slight_smile:



BUT this is source code of site - [url]http://www.swimwearplace.com/one-piece/[/url] :

…








...

As you see, Dynamic Preview Add-On work excellent!

I'm download wz_tooltip.js from link [url]http://www.swimwearplace.com/skins/new_vision_blue/customer/wz_tooltip.js[/url] and upload it to my site into folder skins/sport/customer, in index.tpl paste code:







but Dynamic Preview Add-On steel not working ((

All OK! Its WORK! :slight_smile:



I don’t use hooks so in first post fragment of code:



```php {/if}

{include file=“addons/my_changes/common_templates/image_dp.tpl” obj_id=$product.product_id images=$image_pair_var object_type=“product” class=“cm-thumbnails”}



{foreach from=$product.image_pairs item=“image_pair”}

{if $image_pair}

{include file=“addons/my_changes/common_templates/image_dp.tpl” images=$image_pair object_type=“product” class=“cm-thumbnails hidden” detailed_link_class=“hidden” obj_id=“$product.product_id$image_pair.image_id"} ```



must looks like this:



```php {/if}

{include file=“common_templates/image_dp.tpl” obj_id=$product.product_id images=$image_pair_var object_type=“product” class=“cm-thumbnails”}



{foreach from=$product.image_pairs item=“image_pair”}

{if $image_pair}

{include file=“common_templates/image_dp.tpl” images=$image_pair object_type=“product” class=“cm-thumbnails hidden” detailed_link_class=“hidden” obj_id="$product.product_id
$image_pair.image_id”} ```



Different paths:

addons/my_changes/common_templates/image_dp.tpl

common_templates/image_dp.tpl



At first I did not see this mistake

Thank you all for your answers!

But on search result - addon not working ((((

Worked like a charm. With little tweaking got it to work even with inserted images in product description. Great addon. Thanks