For some reason, i'd like to add the "Add to Basket" function on a plain .html page, where the installation of Quick.Cart is. I want in other words for a specific product to Quick.Cart Basket but from an external plain. html page. Is this possible ? If yes where i have to start serching for a solution? Thank U
You have to look how 'add to basket' link looks in Quick.Cart script and after that You can use it (with whole http://..) in You static page. It should move user to Quick.Cart script into basket page directly.
Thank you. Finally I figure out what to do. The word that change everythig was "with whole http://.." !!!!!! I had already try to include the "addBasket" form but without the full path. So here is the full code. Search for this part of code on a regular product page for the id="addBasket" part copy the code (9 lines from: <div id="box"> to </div> and replase the <form action="?XX_XXXXXXX,X" with <form action="http://www.yourdomain.com?XX_XXXXXXX,X" It works !!!