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.
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.
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
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.
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.
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
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.
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?
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.
Re: AJAX IMAGE Swapper support thread
two questions come to mind:
- does you DB have a prefix of zen_?
- How did you load the .sql file?
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
dbltoe
two questions come to mind:
- does you DB have a prefix of zen_?
- 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.
Re: AJAX IMAGE Swapper support thread
Sometimes copy & paste hiccups.
What happens if you use the upload file versus copy & paste?