.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Has anybody installed this on version 1.5.1?
I have installed this in V1.5.1 - but have some issues.
Uploading works but -
1. The additional image thumbnails are shown in a 1 column list at the end of the relevant product page - even though the config/images table is set to 3 images per row.
2. Clicking the thumbnails does nothing (ie does not show the enlarged images.)
Has anyone got this to work yet, and if so any ideas what may be causing my problems??
Thanks
Have you tried looking into this:
Add to tpl_modules_additional_images.php thanks to Brandon Walters
require(DIR_WS_MODULES . zen_get_module_directory('additional_images.php'));
?>
<?php
if ($additional->RecordCount() > 0) {
?>
<div id="productAdditionalImages">
<!-- Fix for broken click to enlarge - Brandon Walters http://www.bwaltdesigns.com -->
<?php
while(!$additional->EOF) {
echo '<div class="additional-images"><a href="images/' .$additional->fields['additional_image']. '" rel="lightbox">'.zen_image(DIR_WS_IMAGES . $additional->fields['additional_image'], '', ADDITIONAL_SMALL_IMAGE_WIDTH, ADDITIONAL_SMALL_IMAGE_HEIGHT).'</a></div><br/>';
$additional->MoveNext();
}
?>
</div>
<?php
}
?>
Sorry for the delayed response - didn't see the notification email.
I have in the last few days done some more work on my site and in doing so discovered that an Additional Images facility is already built in to V1.5 - and it works well with the lightbox plugin too, so all sorted.
Thanks for the input.
Which lightbox plugin are you referring to?...
The one found here.![]()
Thanks!
Hi, I am trying to install this mod on 1.3.9d follow all instructions but all it does is stop additional images from showing, I just get white space. I have installed on 1.5.1 and it works fine
Will it work on 1.3.9d or does it have to be 1.3.9h?
Bookmarks