I totally agree, however my client wants the static urls so that they can track stats easier.Quote:
You might want to drop the statics if you've got Ajax working. Google and others have no problem finding and listing Zen Cart links.
Printable View
I totally agree, however my client wants the static urls so that they can track stats easier.Quote:
You might want to drop the statics if you've got Ajax working. Google and others have no problem finding and listing Zen Cart links.
Hello,
how do i uninstall image swapper?
I seem to have installed it three times, but still didn't work - the menu in witch the options should be was empty and images weren't displayed at all (just the turning circle turned).
I would like to remove all the files and install it freshly. Please help!
I am wondering why the image setup button is timing out after a certain time. I can get about 500 images in before it times out.
Also I am wondering how to get Ajax Image Swapper and IH2 working together. It would be a dream come true! Is there a tutorial out there at all for this?
Thanks
ActivityShopper.com
i installed this mod but it doesn't seem to work i'll try everything again
http://5b.images22.51img1.com/6000/e...4989db2944.jpg
Could you tell me why "Add New Image " Button can't work.
Tks!
hai friends,
I have installed this contribution but it doesn't seem to work.
In the Admin side working. but the client side not working that when the image click it doesn't initiate the lightbox. js error as follows
Error: Lightbox is not defined
Source File: /pages/product_info/jscript_2_imageViewer.js
Line: 96
pls reply where i did mistake
thank you
So the way I understand this mod is, it creates a separate area in Admin for images that will use the Ajax Image Swap, correct? I'm really looking for something simpler, as I don't know that mootools will play well with my existing jquery scripts.
I tried Image Swap via Mouseover, but can't get that to work with Tabbed Products Pro either. :(
I recently updated my website.
yodgee.com.au
I used WAMP and all looked to be working fine.
I MUST have at some stage edited something I shouldn't have?
Maybe on the product information page? But I can't find the problem?
It keeps trying to load the image...
yodgee.com.au/index.php?main_page=product_info&cPath=158_159&products_id=584
Any ideas???
I did donate for this mod some time ago.. don;t know if Jay is still around though.
##############################___
That wasn't the plan!
I tried uploading a new image
I installed an older backup version where it is working.
I have tried to compare files with winmerge to see if I could find what I edited.
Still can't find what the issue would be?
jQuery works fine with other Libraries when used in noConflict mode.
<script type="text/javascript" src="mootools.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
The caveat is that you cannot use $ for an identifier on the first line but instead must jQuery.
<script type="text/javascript">
jQuery(document).ready(function ($) {
// ... the $ can be used as it normally would
$('#body').hide();
$('#body').fadeIn(3000);
});
</script>