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
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
1 Aug 2013 8:09 PM
Patch was updated. If you already installed it please download again.
Regards,
ViArt Team
Vera
11 Feb 2014 9:59 PM
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
13 Feb 2014 6:04 PM
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);