Is there some sort of taskflow/pipeline on cart creation/deletion?
What I am experiencing, is when I delete a Cart - automatically a new one is created. Which normally wouldn't be an issue, but I need my own flow of creating a cart because of assigning it to customers and setting certain data beforehand.
I am using the VendrApi.Instance.DeleteOrder(GUID) to delete my cart.
There is no workflow around order creation or deletion unless you go via the session manager and one of its “Create” methods. Do you have any rogue “GetOrCreate” method calls on the session manager that is then creating the cart after it is deleted?
Order deleting/creating pipeline/taskflow
Hi Matt,
Is there some sort of taskflow/pipeline on cart creation/deletion? What I am experiencing, is when I delete a Cart - automatically a new one is created. Which normally wouldn't be an issue, but I need my own flow of creating a cart because of assigning it to customers and setting certain data beforehand.
I am using the VendrApi.Instance.DeleteOrder(GUID) to delete my cart.
Thanks!
Puck
There is no workflow around order creation or deletion unless you go via the session manager and one of its “Create” methods. Do you have any rogue “GetOrCreate” method calls on the session manager that is then creating the cart after it is deleted?
Ahhh yeah! Just found 2 rogue ones! Thanks Matt
is working on a reply...