Page 66 of 79 FirstFirst ... 1656646566676876 ... LastLast
Results 651 to 660 of 786
  1. #651
    Join Date
    Mar 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    # Zen Cart v1.3.9
    # Fedora Core10
    # Apache/2.2.14 (Fedora)
    # MySQL client version: 5.0.88

    I have AIS installed. The product page now shows two product attribute selection areas, the AIS and the original zen cart display.

    How do I use the AIS display as default and not display the original zen cart product display area.

    Also, the Add to Cart feature is using the attributes from the original zen cart product display rather than from the new AIS. How do I resolve this?

    Here is the page:

    http://new.dciengravers.com/index.ph...&products_id=4

    Thanks much in advance for your help.

  2. #652
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,464
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    One has to be extremely careful to follow all the steps correctly when installing AIS.

    Some ongoing info on the subject is available at j e a n d r e t . c o m / z e n b l o g

    Not sure it will be helpful, but there are some steps that even the best of us miss.

  3. #653
    Join Date
    Mar 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Very respectfully, what support does your response provide?

    I feel like I have followed the procedures to install AIS. In fact, I did it thrice before I posted my issue on the Forum.

    Obviously I've missed something, but I don't know the specifics of my mistake. Hence, I posted my issue in hopes that someone, more knowledgeable in AIS, would recognize the symptoms and point out my errors so I may better understand my mistake.

    Again, Very Respectfully,







    Quote Originally Posted by dbltoe View Post
    One has to be extremely careful to follow all the steps correctly when installing AIS.

    Some ongoing info on the subject is available at j e a n d r e t . c o m / z e n b l o g

    Not sure it will be helpful, but there are some steps that even the best of us miss.

  4. #654
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,464
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    Respectfully right back at you. My response (and others here) are voluntary, but intended to be helpful. Were I not embroiled with ATT&T changing rules and blocking emails from my customers, I might have more time to go through the steps to help more.
    Since I had already started an offsite discussion on AIS, I took a shortcut to try and get a base reference established.
    Whether or not you use it is up to you. Hopefully ATT&T will see the evil of their ways and I will have more time.

  5. #655
    Join Date
    Mar 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Just to be clear, I was not trying to be rude or obnoxious. I understand you (and others) are voluntary and very much appreciate your assistance. I understand your reference to AT&T, as I worked for many years for General Dynamics in San Antonio (1992 - 2004).

    I reinstalled a fourth time dropping the database, restoring the zen cart from a backup, and reinstalling the AIS. This cleared up my problem with the two product display areas. However, I thought this latest install was good until I noticed that only one image shows up in AIS. The first attribute (color selection) switches and displays correctly, but the second attribute and third attribute does not display.

    No errors are being generated in my Apache error log.

    Any clues?

    Cheers my friend.




    Quote Originally Posted by dbltoe View Post
    Respectfully right back at you. My response (and others here) are voluntary, but intended to be helpful. Were I not embroiled with ATT&T changing rules and blocking emails from my customers, I might have more time to go through the steps to help more.
    Since I had already started an offsite discussion on AIS, I took a shortcut to try and get a base reference established.
    Whether or not you use it is up to you. Hopefully ATT&T will see the evil of their ways and I will have more time.
    Last edited by NCSWI; 11 Jan 2011 at 02:41 PM.

  6. #656
    Join Date
    Mar 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    link to Ajax Image Swapper sample:
    http://www.cavalryfiberglass.com/sto...products_id=24

    is it default behavior of Ajax Image Swapper? Does is possible not to call Lightbox when click on big image in viewer?

  7. #657
    Join Date
    May 2005
    Location
    Sweden
    Posts
    151
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Running a clean install of ZC 1.3.9h.

    When trying to install this mod i get the SQL error;

    Code:
    1366 Incorrect integer value: '' for column 'configuration_id' at row 1
    in:
    [INSERT INTO zen_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()), ('', 'Large Image Height (Max. image height)', 'IMAGE_VIEWER_LARGE_IMAGE_HEIGHT','9999','The height of large images / maximum image height in AJAX Image Swapper.', @last_id, 16, now()), ('', 'Large Image Width (Max. image width)', 'IMAGE_VIEWER_LARGE_IMAGE_WIDTH','9999','The width of large images / maximum image width in AJAX Image Swapper.', @last_id, 17, now()), ('', 'Number of Images Shown', 'IMAGE_VIEWER_IMAGES_NUM','3','Number of images shown in AJAX Image Swapper', @last_id, 20, now()), ('', 'Scroll Size', 'IMAGE_VIEWER_SCROLL_SIZE','3','How many images to be scrolled when pressing left or right arrow', @last_id, 25, now());]
    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.

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

    Default Re: AJAX IMAGE Swapper support thread

    two questions come to mind:

    1. does you DB have a prefix of zen_?
    2. How did you load the .sql file?

  9. #659
    Join Date
    May 2005
    Location
    Sweden
    Posts
    151
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by dbltoe View Post
    two questions come to mind:

    1. does you DB have a prefix of zen_?
    2. How did you load the .sql file?
    Yes it does. But I can't see that this would cause the problem since the error occurs on the last statement of the included "fresh install" sql file which I copied the text from before pasting it into the install sql feature of ZC.

  10. #660
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,464
    Plugin Contributions
    11

    Default Re: AJAX IMAGE Swapper support thread

    Sometimes copy & paste hiccups.

    What happens if you use the upload file versus copy & paste?

 

 
Page 66 of 79 FirstFirst ... 1656646566676876 ... 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