Reason for this is we’re not able to checkout with space and its throwing some error,
The checkout will go through if I remove the space between the quantity and the letter x,
Any tips on how to this will be much appreciated,
Thank you
Reason for this is we’re not able to checkout with space and its throwing some error,
The checkout will go through if I remove the space between the quantity and the letter x,
Any tips on how to this will be much appreciated,
Thank you
Hi @JhonGeric
Sincerely hope you’re having a great day!
I’ve read your problem and before providing a solution, would like to analyze your website. Then, I will provide a solution to you up here - on the forum.
Could you share your website URL? And if your website is password protected then also provide a password?
Hi Michal here, https://fuchs.mdprinthouse.com/
just try to add to cart then checkout,
btw
var itemAdd = cartItem.quantity + 1,
itemMinus = cartItem.quantity - 1,
itemQty = cartItem.quantity + ’ x’;
This is the code from theme.js.liquid tried editing it, and boom still the same, maybe I’m still missing something.