Live Chat Software by IXXO |
How can I add a product to the cart from pages not residing within the cart?
Posted by Michael G.K on 30 August 2008 05:26 AM
|
|
For this to work you will have to create a POST comand on the external pages. First you will need to make sure that item that is posting to the cart is listed in the destination cart's database. Then you would need to add the follow code to the external pages for every instance where a item is to be added. <pre> <form action=http://www.sitename.com/path_to_ixxo_cart/index.php </pre> Key to above code: path - web
url to your carts index.php oa_id - product id in
database | |
|