we are developing a multi-language (Italian, French and English) shop using eshop.
So far it works quite well...however, if you are on the Italian site, and you add something to the cart, the overlay message is alwats displayed in english.
I had a look at the "AddToCart" function in /assets/js/eshop.js, the function expects a "lang" parameter which is not passed. If I pass it to the function, it fails...
any help?