
04-11-2008, 02:35 PM
|
|
|
|
 Newbie
|
|
Join Date: Feb 2008
Posts: 4
|
|
|
Telafirma Dynamic Images error after installation of Multi Column Recommends
Hi everyone,
I ran into an issue that I've already emailed Stephen on, but I have not received a response so I have decided to post a message to see if anyone can help me resolve a quirky issue.
I installed Telafirma's Dynamic mod without issues. Everything worked great.
I then installed the Multicolumn Recommends mod, also from Telafirma, and it works, but then the Dynamic Images stopped working in IE 6 and 7, but still works on Firefox.
Here is the error:
Line: 22
Char: 3
Error: ▒variants[┘].1.length▓ is null or not an object
Code: 0
I backed out the Multi Column mod (with the exception of the SQL inserts, but still see the error.
I've narrowed it down to one piece of code, but I can't figure out how to correct it.
If I remove Telafirma's first piece of code, then I don't get the error, but then I also don't get the Dynamic Image mod.
If I keep the code in there, I get the error.
The code is in this page:
/skin1/customer/main/product.tpl
Code:
{** Dynamic Images - Tela Firma **}
{if $active_modules.Dynamic_Images}
{include file="modules/Dynamic_Images/product_image.tpl}
{else}
{if $active_modules.Detailed_Product_Images ne "" && $config.Detailed_Product_Images.det_image_popup eq 'Y' && $images ne '' && $js_enabled eq 'Y'}
{include file="modules/Detailed_Product_Images/popup_image.tpl"}
{elseif $product.force_image_type eq 'W' && $product.variantid}
{include file="product_thumbnail.tpl" productid=$product.variantid image_x=$product.image_x image_y=$product.image_y alt=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="W"}
{else}
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y alt=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="P"}
{/if}
{/if}
{** /Dynamic Images - Tela Firma **}
If you have any suggestions, please let me know.
Thanks.
__________________
X-Cart Gold, 4.1.9
|
|