opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

Home Page:https://www.opencart.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OC v4.1.0.0 - account/order from information/sitemap is missing customer_token as opposed to common/footer

TheCartpenter opened this issue · comments

A possible bug might be found in regard to the missing customer_token from the information/sitemap: https://forum.opencart.com/viewtopic.php?p=869114#p869112 . Checking if the customer_token lookup should also be added on each $this->url->link from that location. Otherwise, customers unintentionally gets automatically logged out.

The reporting user on the OC forum also adds that this line seem to be missing in the replacement: https://github.com/opencart/opencart/blob/master/upload/catalog/controller/account/returns.php#L315 .