Volume Discount Pricing



This form:

<FORM METHOD=POST ACTION="http://www.bluegalaxy.info/webshopsolution/cgi-bin/my_cart.pl">
<FONT FACE="verdana" SIZE=-1 COLOR=#000000>
<B>Custom Photo Prints Package<BR><BR></B>
Volume Discount Pricing:<BR>
$3.00 each for 1 or more.<BR>
$2.50 each if you purchase 10 or more.<BR>
$2.00 each if you purchase 20 or more.<BR>
$1.00 each if you purchase 100 or more.<BR><BR>

How many 3x5 prints do you want:<BR>
<INPUT TYPE=TEXT NAME=quantity value=1 SIZE=2 MAXLENGTH=4><BR>

<INPUT TYPE=HIDDEN NAME=name VALUE="Custom Photo Prints Package">
<INPUT TYPE=HIDDEN NAME=sh VALUE="1">
<INPUT TYPE=HIDDEN NAME=price VALUE="3.00:1:2.50:10:2.00:20:1.00:100">
<INPUT TYPE=HIDDEN NAME=continue_shopping  VALUE="http://www.bluegalaxy.info/webshopsolution/demo.html">
<INPUT TYPE=HIDDEN NAME=product_details  VALUE="http://www.bluegalaxy.info/webshopsolution/demo.html">
<INPUT TYPE=HIDDEN NAME=custom1 VALUE="This product shows an example of the "Volume Discount Pricing Feature".">
<INPUT TYPE=HIDDEN NAME=custom100 VALUE="All prints 3x5 on high glossy photo paper">
<INPUT TYPE=HIDDEN NAME=custom200 VALUE="Try changing the quantity and see what happens to the price after 10, 20, 100...">
<INPUT TYPE=SUBMIT NAME="add" VALUE="Put in Shopping Cart">
</FORM>
Makes this:

Custom Photo Prints Package

Volume Discount Pricing:
$3.00 each for 1 or more.
$2.50 each if you purchase 10 or more.
$2.00 each if you purchase 20 or more.
$1.00 each if you purchase 100 or more.

How many 3x5 prints do you want:


Notes about this form:

  • This form uses the cart's Volume Discount Pricing Feature
    The price tag includes a series of prices and quantities separated by a colon ":" as the delimiter. Example of how the price tag can be set:
    <INPUT TYPE=HIDDEN NAME=price VALUE="3.00:1:2.50:10:2.00:20">
    Explanation:
    $3.00 each for 1 or more.
    $2.50 each if you purchase 10 or more.
    $2.00 each if you purchase 20 or more.
    $1.00 each if you purchase 100 or more.

  • Volume Discount Pricing Feature using an HREF link:
    <a href="http://www.bluegalaxy.info/webshopsolution/cgi-bin/my_cart.pl?name=Custom+Photo+Prints+Package&price=3.00:1:2.50:10:2.00:20&custom1=This+product+shows+an+example+of+the+Volume+ Discount+Pricing+Feature+using+an+HREF+link.&quantity=30" target="_blank">VOLUME DISCOUNT</a>
    Which makes: VOLUME DISCOUNT

Home | Features | Demo | Readme | Pricing and Ordering | Contact Us

Copyright © The Web Shop Solution 2005