Page 1 of 1
Search found 5 matches
Re: search in brands
Yes, how did you do it?
Version 1.5 ?
- Thu Jan 05, 2012 5:34 am
- Replies 2
- Views 655
Re: How to "Add to cart" from a href Link -
One option is this... (although I don't like it at all) Add this to the top of the cart's INDEX.PHP page. if($_GET['route']=="checkout/cart" && $_GET['product_id'] > 0){ ?> <form action="index.php?route=checkout/cart" id="frm" method="post"> <input typ...
Jump to post- Thu Jan 05, 2012 2:55 am
- Replies 2
- Views 3091
How to "Add to cart" from a href Link -
index.php?route=checkout/cart&product_id=603 I simply need an <a href="" style link that will automatically add products to the cart on our site. The format above was working perfectly in version 1.4. Now I've upgraded to 1.5 and this no longer adds products to the cart at all. We hav...
Jump to post- Thu Jan 05, 2012 2:17 am
- Replies 2
- Views 3091
Re: Handling Fee on Download Products
Wow, That worked perfectly. Thanks so much for your help.
I love Opencart.
- Wed Feb 09, 2011 4:50 am
- Replies 11
- Views 9781
Handling Fee on Download Products
Handling is working fine, but the cart charges Handling on ALL products - even downloads. How do I exempt downloads from the Handling Fee? I tried making a new tax class called "Digital download" and then apply the Handling fee to only "Taxable Goods". But that didn't work. Any t...
Jump to post- Fri Jan 21, 2011 1:52 am
- Replies 11
- Views 9781
Search found 5 matches