"Add to Basket" where to start?

filoaman

Avatar: filoaman

2011-08-18 10:30

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

» Quick.Cart v4.x

Makaron

Avatar: Makaron

2011-08-18 16:21

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.

I helped? Like it: www.facebook.com/makwebpl

filoaman

Avatar: filoaman

2011-08-20 07:53

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 !!!

Back to top
about us | contact