automate-sales / automate-commerce

next js ecommerce
MIT License
0 stars 0 forks source link

Refresh cart count after order #83

Open gkpty opened 2 months ago

gkpty commented 2 months ago

After an order is submitted, the cart count stays the same, with the count of the cart on the submitted order, and doesnt change to 0 unless the page is refreshed (hard refresh).

Add a hard refresh on reroute to order confirmation page.