Is it Possible to make a full purchase cycle from WSI?
Including add to cart then checkout and continue with purchase steps from Store Front
Web Service.
Is it Possible to make a full purchase cycle from WSI?
Including add to cart then checkout and continue with purchase steps from Store Front
Web Service.
You can't place a 'real' order through WSI, no. The OrderManagement node allows the management of existing orders, but it can't add a new one. You could do some creative SQL through the ExecuteSQL node to build an order from a data standpoint, but there'd be no way to call a gateway and verify/collect funds (without some mods).
Unfortunately this not like we were hope any way thank you for your response and i wonder if there is any documentation to work with your data base and your code to add an order in a proper way or if there is any instructions that will guide me throw the steps of add to cart and create order... or what is your advice accordingly?