Dear fellow Prestashop users and developers,
I am attempting to integrate Prestashop in my Drupal site. Currently i am able to create and update a cart from my Drupal project.
My question is really simple, if i know the cartId, how do i send my user to his respective cart or order in Prestashop?
Both Cart = https://mysite/prestashop/en/cart?action=show
and Order = https://mysite/prestashop/en/order
will send me to the Cart and Order i created myself in prestashop (i'm assuming this information is stored in a Prestashop Cookie?).