I've 2 websites : One main ecommerce store running Magento. The other one is a hand self made shop, where i use the magento product of the first website.
On the second website, i've build a shopping cart using magento webservice. My cart is running well, but when it's time to to proceed chekout i want to be redirect on the magento main website to paid the command.
My trouble is here : How to retrieve my shopping cart build with the webservice on the main magento store where the cart seems to be stored in session? I've found that shopping cart build with webservices where stored in the "sales_quotes" tables. How to get them on the frontend?
regards, Thomas