View Single Post
  #16  
Old 09-25-2007, 02:02 PM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Exclamation Photo Gallery Mod - possible incompatibility with X-Cart

A heads up:

I have had serious problems with the thickbox javascript that is implemented when installing the Photo Gallery mod.

The problem I had: prices where displayed incorrect

On PC - Internet Explorer prices were ─ 0,-
On Mac - Firefox prices were correctly shown, including tax
On Mac - Safari prices were incorrectly shown, including double tax

Not sure if this had to do with it, but at least the products with product variants were affected.

Also the expanded download mod from AlteredCart suddenly had problems ...

It took a lot of time and X-Cart points to find out what was the cause; thickbox mod is incompatible with X-Cart (quote from X-Cart support); I disabled the javascript and the prices where correct again.

I deleted the following code from home.tpl which was installed and that solved the problem immediate:
Code:
<link rel="stylesheet" href="{$SkinDir}/lightbox/css/lightbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="{$SkinDir}/lightbox/js/prototype.js"></script> <script type="text/javascript" src="{$SkinDir}/lightbox/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="{$SkinDir}/lightbox/js/lightbox.js"></script>

Is there anybody how has the same? And if so is there a fix to this problem?
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote