Hi Guys
On the basket page I removed type=submit from the checkout input form element as I have an onClick event running some javascript to submit the form. If i don't remove type=submit I get JS error saying document.myForm.submit() is not a function.
Problem:
My update button when clicked refreshes the screen to show checkout page with the updated amount.
Any insight much appreciated
D
On the basket page I removed type=submit from the checkout input form element as I have an onClick event running some javascript to submit the form. If i don't remove type=submit I get JS error saying document.myForm.submit() is not a function.
Problem:
My update button when clicked refreshes the screen to show checkout page with the updated amount.
Any insight much appreciated
D
Comment