Re: AJAX IMAGE Swapper support thread
[QUOTE=efindlow;568727]
Quote:
Originally Posted by
jaycode
This is the support thread for AJAX Image Swapper.
I have installed this mod looks like it is just what I need however in the admin areaif i select a Category the "Product Name" drop down never populates. I read the faq I ve checked and double checked that all the files are installed but cannot get it to work any other suggestions cheers
Hi efindlow,
Jay may be able to give you more specific direction, but if you are certain that all the files are in the right directories do you have attributes attached to your products yet? In other words when you are on your categories/products the attribute (A) circle is a teal color, right? Sorry if you're past that, don't know your zen cart background yet...
Re: AJAX IMAGE Swapper support thread
[QUOTE=greydawgjr;568732]
Quote:
Originally Posted by
efindlow
Hi efindlow,
Jay may be able to give you more specific direction, but if you are certain that all the files are in the right directories do you have attributes attached to your products yet? In other words when you are on your categories/products the attribute (A) circle is a teal color, right? Sorry if you're past that, don't know your zen cart background yet...
The specific file that pulls the product id is the Ajax_image_swapper.php which should be located directly in your zen cart admin directory btw
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
greydawgjr
Ah ha! That turned out to be my problem while doing development on my local machine. It looks like the version of php that ships with Mac's don't have the GD library installed. Thanks John and Jay, that solved one of my issues for me!
Added that into the FAQ
Re: AJAX IMAGE Swapper support thread
[quote=efindlow;568727]
Quote:
Originally Posted by
jaycode
This is the support thread for AJAX Image Swapper.
I have installed this mod looks like it is just what I need however in the admin areaif i select a Category the "Product Name" drop down never populates. I read the faq I ve checked and double checked that all the files are installed but cannot get it to work any other suggestions cheers
Looks like there was this tiny little bug in AIS 3.1.1.
In admin file, AJAX_image_swapper.php the file pointed into mootools-release-v.1.11.js change it to mootools-complete.js
Fixed in the new version, 3.1.2, you can get it from my site, or download area (uploading that soon)
Sorry for any inconvenience
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
haasPlay
Once I switched my attribute from Radio Button to Dropdown, it works perfectly. I didn't see that in the documentation so posting my fix in case anyone else has the same problem
Fixed this one as well in version 3.1.2
Re: AJAX IMAGE Swapper support thread
[QUOTE=greydawgjr;568734]
Quote:
Originally Posted by
greydawgjr
The specific file that pulls the product id is the Ajax_image_swapper.php which should be located directly in your zen cart admin directory btw
Thanks for yours and Jays input I ve just downloaded V3.1.2 and I ll see how that goes cheers
Elana
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
jaycode
Hi John,
Nice looking site you have there, well done!
You will need to have GD library installed in your php installation in order to get image resizing to work. If it is possible I'd like to run some script on your site to check if it had installed, or could you do it by uploading a script file with this piece of code:
Code:
<?php
phpinfo();
?>
And let me know the location of that file via PM when you're done.
Below is the GD setup.Is there any idea?:clap:
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.5
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled
Re: AJAX IMAGE Swapper support thread
jay,
good job. I love this module very much. It works great in my site.
I have one problem though i have a mod on in my site, Dynamic DropDowns for Stock By Attributes, which in turns was working before i installed your mod. I figured out that the two do not work together.
So im making a suggestion if maybe you could combine the two together your mod and Dynamic DropDowns for Stock By Attributes to work together. Im not a very good coder so i would not know where to start im just learning myself. So i thought i would put it out there in hopes that it was a good idea and you would put them together. I like your mod better so until someone works it out that they can work together or i pay someone to do, I will be sticking with yours.
Hope it was a good idea for your mod.
Keep up the great work and thank you for the mod.
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
dscott1966
jay,
good job. I love this module very much. It works great in my site.
I have one problem though i have a mod on in my site, Dynamic DropDowns for Stock By Attributes, which in turns was working before i installed your mod. I figured out that the two do not work together.
So im making a suggestion if maybe you could combine the two together your mod and Dynamic DropDowns for Stock By Attributes to work together. Im not a very good coder so i would not know where to start im just learning myself. So i thought i would put it out there in hopes that it was a good idea and you would put them together. I like your mod better so until someone works it out that they can work together or i pay someone to do, I will be sticking with yours.
Hope it was a good idea for your mod.
Keep up the great work and thank you for the mod.
I have the same problem,and discard DDD finnally.:blush:
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
john4
I have the same problem,and discard DDD finnally.:blush:
That makes 3! I just discovered this today myself, wish I had checked the thread earlier. A few of us are working on extending the mod (If you can help our discussion is here: http://www.zen-cart.com/forum/showthread.php?t=99541) and my thought was that the AIS and DDD together simulate the function that a lot of us seem to need. I just discovered DDD today and am not as familiar with it or where the incompatibility lies, unfortunately I'm under deadline and won't have time to fiddle with it for the next week or so. I've browsed the files and it is a simple mod compared to AIS so hopefully there's a quick fix in there somewhere.
If anyone has any further knowledge on this I'd love to get caught up on what you know!