Hi all,
I am using VirtueMart 3.0.6 and can not change quantity of my products. If I click to "+" or "+" I get this error: NaN
How to fix it?
Regards,
Hakan
Your template isn't the latest.... pretty the fix is in vmprices.js on VM3.0.6.2
//Fallback for layouts lower than 2.0.18b
if(isNaN(Ste)){
Ste = 1;
}
Thank you at first for your reply.
I am sorry, where to add this code or change?
I have updated VM.
this code should already be in components\com_virtuemart\assets\js\vmprices.js and solve the problem
I checked it and found this code:
//Fallback for layouts lower than 2.0.18b
if(isNaN(Ste)){
Ste = 1;
}
But issue is not fixed on my shop.
then some further changes are needed in your template - try with protostar to confirm
You are right.. its working on other templates.