Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 466 Bytes

Opencart Cart Override Fix

Opencart default behaviour is to save cart products when user logs out or leaves website.

So anytime user logs In , all the items are added back to cart.

This causes trouble when user has already added new items into cart and logs In at checkout step.

Opencart adds all the previous items and thus user's current cart selection is updated which is useless most of the times.

This extension will fix the issue.