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?