DrLightman Posted November 7, 2012 Share Posted November 7, 2012 My shop is set up to use the Italian language. If a product has 2 as minimum quantity and an user tries to lower that value from the cart, an javascript alter pops up with this message: "You must add 2 Minimum quantity" I tried to translate/fix this thing with no luck. The text in the product page shows correctly: "Devi aggiungere 2 come quantità minima per acquistare questo prodotto." The english text are: "You must add " (ending space) " as a minimum quantity to buy this product." (starting space) The code in CartController.php to return that error is: die('{"hasError" : true, "errors" : ["'.Tools::displayError('You must add', false).' '.$minimal_quantity.' '.Tools::displayError('Minimum quantity', false).'"]}'); I tried to add a space at the end of 'You must add' but with no luck Any idea? Link to comment Share on other sites More sharing options...
DrLightman Posted November 7, 2012 Author Share Posted November 7, 2012 Anyone? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now