Hi All,
I'm having a strange issue with the Ajax add to cart functionality. The add to cart function is working properly, but when the add to cart button returns to it's normal "state" after a product is added, the custom styling I've done to my select boxes goes away:
http://future.thefutureforward.com/~field/product-one.html
I'm using the jQuery UI-based "
selectmenu" plugin to replace the select menu styles.
I'm guessing it has something to do with the "ajax.widgets.add2cart.obj.prototype.cleanAddedSta te" function in the "common_files/js/ajax.add2cart.js" file, but just adding the js calls for "selectmenu" into that function doesn't work.
Any thoughts on why those select boxes are losing their styling when a product is added would be much appreciated!!