Re: Load shop in external site
Then maybe using x-cart shopping cart, and whe customer press checkout, go to site B with whole cart transfered via GET or POST request?
If so, you need to place a form with hidden fields at the cart page, and fill it with product ids, amount and options if any. And whe customer press checkout button, it just submits the form.
|