• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

danise shopping cart

wendylady

New Member
Hi, I am using Danise Shopping Cart and I have an item that is $1.28 each. If you buy 12 or more you can get them for $6.00. I have typed in the code that it tells me to, but it don't work. The code they tell me to use is:

<INPUT TYPE=HIDDEN NAME=price VALUE="3.00:1:2.50:10:2.00:20">

Explaination:
$3.00 for 1 or more.
$2.50 for 10 or more.
$2.00 for 20 or more.
Etc... Use the colon ":" for the delimiter.

This is for the item that I have:

<INPUT TYPE=HIDDEN NAME=name VALUE="Other Bases">

<INPUT TYPE=HIDDEN NAME=price VALUE="1.28:1:6.00:12">

<INPUT TYPE=HIDDEN NAME=sh VALUE="1">

<INPUT TYPE=HIDDEN NAME=return VALUE="http://">

Qty: <INPUT TYPE=TEXT NAME=quantity VALUE="0" SIZE=2 MAXLENGTH=2>

It calculates fine up to 11. When I choose 12 for the discount, then the cart says the price is $6.00 each for a total of $72.00.

Can anyone tell me what I can do to fix this?
Thanks
 
If I've understood your query right then try changing the following line of code :

<INPUT TYPE=HIDDEN NAME=price VALUE="1.28:1:6.00:12">

.. to ..

<INPUT TYPE=HIDDEN NAME=price VALUE="1.28:1:0.50:12">

That should work!?!?
 
Back
Top