I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thanks for updating your sig
Nice job on this mod.
Ok, please tell me if I did it write,
I uploaded tpl_product_reviews_default.php to my custom template and deleted in this file around 36:
Now its no duplicate images.PHP Code:<div id="productReviewsDefaultProductImage" class="centeredContent back"><?php require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?></div>
Thanks
Hello there,
Just wondering if this mod and jqzoom is able to replicate the same thing as in this webpage...http://tokyotoys.com/index.php?main_...oducts_id=4737
When you click on "larger image", the pic is different from what is on the product page (seems like a zoom in of the larger image). This is something I wish to achieve to allow my site to have similar image size for product page.
All the best...
Last edited by Ajeh; 22 Mar 2009 at 07:52 PM. Reason: remove zenid from URL
Actually, you want to use different images for each image size, then you either have to use ImageHandler 2 or follow zencart faq to upload different images for each size.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thanks so much for the help...
Hi yellow1912,
For updating jqlightbox, which file(s) do we overwrite with a new version?
thanks!
Also, there is a new version of jqlightbox and jqzoom which address the issue of watermark not working for IH2 available for download.
Will someone please help me?
So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying).
Fual Slimbox shows up, too with a blank page.
Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.
I need some major help. I would appreciate any help at all!
Copy and paste this sql parch in your admin/tools/install_sql_patches to get rid of Fual Slimbox in configurations
I don't know much about AJAX Banner Swapper. There is no un-install file. You will have to delete all files that deal with it/**
* Fual Slimbox for Zen v1.0
*
* @author Brian Tyler ([email protected])
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: slimbox_uninstall.txt 2007-12-04 btyler $
* @note All being good in the world this should remove Slimbox from the database
*/
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Fual Slimbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
AJAX_servers
images/web_images
includes/templates/YOUR_TEMPLATE/css/styles_ajax_banner_swapper
includes/templates/YOUR_TEMPLATE/images/nav_next and nav_prev
ncludes/templates/YOUR_TEMPLATE/jscript/jscript_banner_swapper
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation