Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Vera
Vera
Description
Some dependent product options or subcomponents may not show up on the site. This happens with the following parent -child option controls:
listbox - textboxes list
listbox - checkboxes list
 
Solution
http://www.viart.com/downloads/shopping-4.1.js.zip
 
Extract 'shopping.js' in /js folder replacing existing file. Please do not forget to make a backup copy of the current files in case something goes wrong.
 
Vera
Vera
Patch was updated. If you already installed it please download again.
 
Regards,
ViArt Team
 
Vera
Vera
Patch updated again with fix for Add to Cart problem on Ajax. It doesn't work in latest v.4.1 build.
 
Regards,
ViArt Team
 
Metz
Metz
The Ajax doesn't work for me with the updated patch. I had to go back to the original file which seems to work fine. the only difference i found was this...
 
New file:
//showPopupBlock(msgType, msgText, msgLeft, msgTop);
showMessageBlock(msgType, msgText, messageId);
 
Old file:
showPopupBlock(msgType, msgText, msgLeft, msgTop);