I tried this
a.each(function (b) {
b.addEvent("submit", function(event){
MyCart.add(b, true)
}).bind(this)
})but I get bind is not a function error?
I tried this
a.each(function (b) {
b.addEvent("submit", function(event){
MyCart.add(b, true)
}).bind(this)
})but I get bind is not a function error?