Page 22 of 79 FirstFirst ... 1220212223243272 ... LastLast
Results 211 to 220 of 786
  1. #211
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    [QUOTE=efindlow;568727]
    Quote Originally Posted by jaycode View Post
    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...

  2. #212
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    [QUOTE=greydawgjr;568732]
    Quote Originally Posted by efindlow View Post

    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

  3. #213
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    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
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  4. #214
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    [quote=efindlow;568727]
    Quote Originally Posted by jaycode View Post
    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
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  5. #215
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by haasPlay View Post
    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
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  6. #216
    Join Date
    Aug 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    [QUOTE=greydawgjr;568734]
    Quote Originally Posted by greydawgjr View Post


    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

  7. #217
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    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?
    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

  8. #218
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default 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.

  9. #219
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by dscott1966 View Post
    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.

  10. #220
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    I have the same problem,and discard DDD finnally.
    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!

 

 
Page 22 of 79 FirstFirst ... 1220212223243272 ... LastLast

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR