Page 1 of 8 123 ... LastLast
Results 1 to 10 of 786

Hybrid View

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

    Default AJAX IMAGE Swapper support thread

    This is the support thread for AJAX Image Swapper.

    I have just uploaded the module in the download area. You can also look / download it here:

    http://www.webextremecustomiser.com/...&products_id=1

    I am too lazy to write down the information so just read it there ok

    enjoy!
    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

  2. #2
    Join Date
    Jul 2004
    Location
    stroud, gloucestershire
    Posts
    205
    Plugin Contributions
    1

    Default Re: AJAX IMAGE Swapper support thread

    Hi,

    Ive just installed this module and it will be a great advantage to have on my website, once i can get it working. At present i have everything installed but i dont get any product images show up unless i have already been into the AJAX manager in the admin and setup a product image for each product?

    Does this mod not do any checking to see if an image exists first, if not it uses the satcdard image? I currently have over 2000 products on my website and theres no way i can go through quickly and get all these images updated.

    Many thanks

    Paul

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

    Default Re: AJAX IMAGE Swapper support thread

    Hi Paul,

    Yes, another user had also the same problem with you. Here is how to swap between AIS and standard view (if there are no images found).

    http://www.zen-cart.com/forum/showth...161#post486161
    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. #4
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    By the way,

    if you have this module installed, but it is not working - if you go to admin & select a category, the name doesn't show up - please check the following:

    1. Have you set up your image attributes?
    2. Do you use PHP 5.1 or higher version?
    3. Have you shaved today? (kidding)
    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. #5
    Join Date
    Dec 2007
    Posts
    130
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi I Installed now but I have the following SQL error

    1146 Table 'ysbase.zen_configuration_group' doesn't exist
    in:
    [SELECT @last_id :=last_insert_id() FROM zen_configuration_group;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    What can it be?

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by marcelo63 View Post
    Hi I Installed now but I have the following SQL error

    1146 Table 'ysbase.zen_configuration_group' doesn't exist
    in:
    [SELECT @last_id :=last_insert_id() FROM zen_configuration_group;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    What can it be?
    Whoops.

    Change zen_configuration_group to configuration_group and re-install.

    Beforehand, to uninstall the already inputted configuration group put this inside your Install SQL Patches:

    DELETE FROM configuration_group WHERE configuration_group_title = 'AJAX Image Swapper'

    Fixed the bug in 2.0.1
    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

  7. #7
    Join Date
    Feb 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi, I have tired to view my configuration/AJAX Image Swapper and there is no information in the Title/Value/Action fields. Do you know why this may be occuring?

    I also throught that I might not have installed the .sql file correctly and as a result of reading some of the past posts I have reattempted to install via tools/install sql patches ... and now have 3x blank AJAX Image Swapper sellections in the configuration menu (within Admin console)

    I would greatly appreciate anybody's help in a) removing the 2 unwated menu options and b) populating the Title/Value/Action fields.

    Thanks, Shaun.

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,690
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    If your host uses cpanel and phpMyAdmin, you can go to the configuration_group table and delete the extras there.

    Click on browse for the configuration_group table and scroll to the very last listings. You'll find Ajax Image Swapper listed in the last three. Delete the two that have the higher configuration_group_id. Should be somewhere around 31 to 33 if you have no other mods installed.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  9. #9
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    red flag Install problem

    I've installed the mod, but I only get the AJAX Image Swapper menu item under Configuration. There is no AJAX Image Swapper Manager unter Catalog.

    I looked a the sql_installer.sql. there is not statement to add the AJAX Image Swapper Manager. See below:

    Code:
    DROP TABLE products_attributes_images;
    
    CREATE TABLE products_attributes_images (
        image_id INT NOT NULL AUTO_INCREMENT,
        products_attributes_id INT NOT NULL,
        image_path VARCHAR(255),
        image_title VARCHAR(255),
        image_sort_order INT,
        PRIMARY KEY(`image_id`)
    );
    
    INSERT INTO configuration_group
    (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible)
    VALUES (NULL, 'AJAX Image Swapper', 'Config options for AJAX Image Swapper', '1', '1');
    
    UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
    
    SELECT @last_id :=last_insert_id() FROM configuration_group;
    
    INSERT INTO configuration 
    (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added)
    VALUES 
    ('', 'Small Image Height', 'IMAGE_VIEWER_SMALL_IMAGE_HEIGHT','75','The height of small images in AJAX Image Swapper, shown as thumbnails. Default 75.', @last_id, 1, now()),
    ('', 'Small Image Width', 'IMAGE_VIEWER_SMALL_IMAGE_WIDTH','75','The height of small images in AJAX Image Swapper, shown as thumbnails. Default 75.', @last_id, 5, now()),
    ('', 'Medium Image Height', 'IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT','300','The height of medium images in AJAX Image Swapper. Default 300.', @last_id, 10, now()),
    ('', 'Medium Image Width', 'IMAGE_VIEWER_MEDIUM_IMAGE_WIDTH','300','The width of medium images in AJAX Image Swapper. Default 300.', @last_id, 15, now()),
    ('', 'Number of Images Shown', 'IMAGE_VIEWER_IMAGES_NUM','3','Number of images shown in AJAX Image Swapper', @last_id, 20, now());
    Is there something wrong with my downloaded mod?

  10. #10
    Join Date
    Jan 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi jaycode, I'm trying to install the AJAX Image Swapper. Everything seems to be installed okay but when I go to the Catalog > AJAX Image Swapper Manager, the Product name doesn't load up after I select the category. I can't figure out why!

    I read your previous post that said

    >>>>>>>>>
    if you have this module installed, but it is not working - if you go to admin & select a category, the name doesn't show up - please check the following:

    1. Have you set up your image attributes?
    2. Do you use PHP 5.1 or higher version?
    3. Have you shaved today? (kidding)
    >>>>>>>>>

    but I've already made a product in the category and set an option name and option value for the product, so I don't think #1 is the reason.

    Would PHP 5.1 affect the loading of the Catalog > AJAX Image Swapper Manager in the admin part? Or is it some javascript thing that isn't working?

    Appreciate your help.

 

 
Page 1 of 8 123 ... 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

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