PDA

View Full Version : Quantity...Bonus


jeff p
05-Sep-2003, 02:33 PM
Some products on our site come with Buy X Get X Free. Built a template called Act_ProductLineNoQty which eliminated the Quantity fill-in box. Doesn't work...

Could someone visit: http://www.solutions-marketing.net/acatalog/Pens.html

First product has Quantity box restored...but I can't get the cart to show the free bonus.

Second product is the way I'd like it...but you get an error message (to follow the links) which I have been unable to do.

If I solve this I can add many, many products to the catalog and get it up and running.

JeffP

Jan
05-Sep-2003, 09:44 PM
If you have business you could try this.

http://community.actinic.com/showth...s=&threadid=402
http://community.actinic.com/showth...s=&threadid=415

Regards,

jeff p
05-Sep-2003, 09:46 PM
Sorry, Jan...only running humble Catalog.

Any suggestions?

JeffP

jeff p
05-Sep-2003, 09:46 PM
Sorry, Jan...only running humble Catalog.

Any suggestions?

JeffP

NormanRouxel
06-Sep-2003, 11:51 AM
Could you post Act_ProductLineNoQty.html so we can take a look please.

Either attach it or post it between [ c o d e ] and [ / c o d e ] tags (type these without the spaces).

Norman

jeff p
08-Sep-2003, 04:59 PM
Attached is Act_ProductLineNoQty

Any help greatly appreciated.

JeffP

NormanRouxel
08-Sep-2003, 11:58 PM
You can't just comment out NETQUOTEVAR:PRODUCTQUANTITY

replace

<!-- NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br> -->

with

NETQUOTEVAR:CARTERRORXML<!-- NETQUOTEVAR:PRODUCTQUANTITY<br> --><input type=hidden name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1">



and that will invisibly set the quantity to 1.

Now it's up to you to set some permutations to get the prices and counts you desire. Not my area of expertise so I hope others can help if you're stuck.

Norman

jeff p
09-Sep-2003, 12:28 AM
Norman:

Thanks...I'll give it a try in the morning. Appreciate the help.

JeffP