View Single Post
  #223  
Old 07-28-2008, 10:02 AM
 
AG9V AG9V is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 73
 

Default Re: Lightbox JS v2.0 implementation

I just downloaded this mod, but can't seem to get it working with 4.1.10

The installation instructions are very vague with respect to which product.tpl file to modify

Quote:
INSTALLATION
------------
1. Copy thickbox folder to skin1 directory.

2. The same file(product.tpl), add following code right after product_thumbnail line(after {/if}):
{include file="thickbox/thickbox_productpage.tpl" }

3. The same file(product.tpl), comment this out with a {* *}:

{if $active_modules.Detailed_Product_Images ne "" && ($config.Detailed_Product_Images.det_image_popup ne 'Y' || $js_enabled ne 'Y')}
<p />
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}

From reading this thread, it appears that the first instance of product.tpl to edit is /skin1/main/product.tpl, and the second instance is /skin1/customer/main.tpl.

Also from reading this thread, it appears that the "Detailed Product Images" module must be checked and its two configuration options:

" Display detailed images in a popup window" and "Switch detailed images in a popup window without page reloading (using the dynamic image loading)" must be unchecked.

Lastly, the desired images must be stored in the file system, not the database.

Are the above conclusions correct?
__________________
X-Cart Gold 4.1.10
XCSEO Pro 1.1.7
IIS 7 / Windows 2008
PHP Version 5.2.6
MySQL Version 5.0.51a
Reply With Quote