bigcartel / dugway

Easily build and test Big Cartel themes.
https://developers.bigcartel.com/api/themes
MIT License
149 stars 22 forks source link

Subtotal increase after cart.html page refresh #146

Closed na86 closed 8 years ago

na86 commented 8 years ago

Hi, i'm building a theme with Dugway. I've noticed that my product cart subtotal increase at every page refresh! Any help?

thanks guys!

Na86

nickendle commented 8 years ago

@na86 Are you refreshing the page immediately after adding a product to your cart? Perhaps the POST request is being re-submitted on each refresh, causing the product quantity to be increased?

Otherwise if you have any code that's modifying the display of cart.total or cart.subtotal you may want to check that.