Zen Cart Logo
Forums / All Other Contributions/Addons / AJAX IMAGE Swapper support thread

AJAX IMAGE Swapper support thread

Views: 172,482

Results 201 to 220 of 786
31 May 2008, 05:37
#201
haasplay avatar

haasplay

New Zenner

Join Date:
Sep 2006
Posts:
27
Plugin Contributions:
1

AJAX IMAGE Swapper support thread

I have a question regarding the attribute images.... when I add attribute images the main image on the product info page never loads.

Maybe I'm not adding the images correctly...

I select yes for use attributes, select the name and option then add the photo. Repeat the steps for the other options of the attribute. Load the product page, just get the loading symbol where the images should be.

I've checked and rechecked that all files have been uploaded correctly.

Thanks for any help/advice.

31 May 2008, 16:07
#202
haasplay avatar

haasplay

New Zenner

Join Date:
Sep 2006
Posts:
27
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

haasPlay:

I have a question regarding the attribute images.... when I add attribute images the main image on the product info page never loads.

Maybe I'm not adding the images correctly...

I select yes for use attributes, select the name and option then add the photo. Repeat the steps for the other options of the attribute. Load the product page, just get the loading symbol where the images should be.

I've checked and rechecked that all files have been uploaded correctly.

Thanks for any help/advice.

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

02 Jun 2008, 12:12
#203
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

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

Maybe a bug with radio button? I'll check on it right away! Thanks so much for letting me know!

06 Jun 2008, 09:37
#204
john4 avatar

john4

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

jay,good job.I love this module very.
It can work porperly in my site.
Expect for one thing, it cannt to be perfect at this moment.
If we set the image medium height to 480 and the width to 360, only the heigt amendment can be effective in the site,but the width remain default 300px. that is why you can see in the below linkage, the image is stretching.
Have you any idea for this bug,thank you ?

http://125.113.217.118/he15/index.php?main_page=product_info&cPath=1&products_id=18

06 Jun 2008, 14:11
#205
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

Hi all,

Feeling like to help making this module better for more people?

Check on this link: http://www.zen-cart.com/forum/showthread.php?t=99541

Thanks!

09 Jun 2008, 00:18
#206
john4 avatar

john4

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

john4:

jay,good job.I love this module very.
It can work porperly in my site.
Expect for one thing, it cannt to be perfect at this moment.
If we set the image medium height to 480 and the width to 360, only the heigt amendment can be effective in the site,but the width remain default 300px. that is why you can see in the below linkage, the image is stretching.
Have you any idea for this bug,thank you ?

http://125.113.217.118/he15/index.php?main_page=product_info&cPath=1&products_id=18

Halo Jay. I go through and follow the FAQ instructions. the medium image cannt be resized properly at all.
Maybe you can have a test with a image with original size 600(w)800(h) and resize to 360480. It doesn't work in fact.
I notice many people encountered the same problem with the latest released in my country.

You are very appreciated if you can have test on it and make this great module better. Thx.:D

09 Jun 2008, 04:46
#207
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

john4:

Halo Jay. I go through and follow the FAQ instructions. the medium image cannt be resized properly at all.
Maybe you can have a test with a image with original size 600(w)800(h) and resize to 360480. It doesn't work in fact.
I notice many people encountered the same problem with the latest released in my country.

You are very appreciated if you can have test on it and make this great module better. Thx.:D

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:

<?php
phpinfo();
?>

And let me know the location of that file via PM when you're done.

09 Jun 2008, 04:47
#208
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

By the way John I am sorry looks like I missed your question before.

09 Jun 2008, 21:00
#209
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

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:

<?php phpinfo(); ?>
> 
> And let me know the location of that file via PM when you're done.

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!
09 Jun 2008, 22:12
#210
efindlow avatar

efindlow

New Zenner

Join Date:
Aug 2007
Posts:
2
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

[QUOTE=jaycode;481816]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

09 Jun 2008, 22:42
#211
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

[QUOTE=efindlow;568727]> 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...

09 Jun 2008, 22:51
#212
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

[QUOTE=greydawgjr;568732]> 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

10 Jun 2008, 06:00
#213
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

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

10 Jun 2008, 06:18
#214
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

[quote=efindlow;568727]> 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

10 Jun 2008, 08:54
#215
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

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

10 Jun 2008, 23:43
#216
efindlow avatar

efindlow

New Zenner

Join Date:
Aug 2007
Posts:
2
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

[QUOTE=greydawgjr;568734]> 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

15 Jun 2008, 03:52
#217
john4 avatar

john4

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

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:

<?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
15 Jun 2008, 07:54
#218
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

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.

15 Jun 2008, 09:08
#219
john4 avatar

john4

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

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:

15 Jun 2008, 09:39
#220
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

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!