Re: Buy Now button from outside of store
The buy now button is just an image, what important is the submit form goes with it. You can easily copy that, changes the info to suit that specific item:
Code:
<form enctype="multipart/form-data" method="post" action="http://www.yourstore.com/index.php?main_page=product_info&products_id=692&action=add_product" name="cart_quantity">
Add to Cart: <input type="text" size="4" maxlength="6" value="1" name="cart_quantity"/><br/><br/><input type="hidden" value="692" name="products_id"/><input type="image" title=" Add to Cart " alt="Add to Cart" src="includes/templates/TEST/buttons/english/btn_buy.gif"/>
</form>
I took out some other parts that are not needed in your case, but basically that's what you need. You can also write a very simple php function that takes the products_id produces that link for you.
Regards.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me