In a sub directory I have a micro site with a "buy now" button that links to the actual product page in the main store.
The idea is that they select the quantity on the micro site and click "buy now". This should then go to the product page, change the quantity and "click" Add to Cart, so that they automatically end up in the Shopping Cart.
So far I have managed to use JavaScript, in the product description input, to adjust the quantity figure.
However I have been unable to make the Add to Cart button to fire!!
Can anyone help?