Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add to cart from external page for a digital download product


pchastie

Recommended Posts

I am trying to create a direct link(url) from and external page for a downloadable product.

 

I am created the link and it ads to the cart fine, but where I run into problems is after checkout.

 

It charges me for the product, but does not let me download the file. The only way I can get the store to let me download the product is if I ad the product to my cart through the store instead of the link from the external page.

 

Anyone run into this issue. I am not sure if the options/attributes need to be passed also? or what.

 

<form name="cart_quantity" action="catalog/product_info.php?products_id=33&action=add_product" method="post">

 

<input type="hidden" name="products_id" value="33">

<input type="image" src="images/addtocart.gif" border="0" alt="Add to Cart" title=" Add to Cart ">

 

</form>

 

Any hep would be appreciated.

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...