html >> How do I add a customer discount field

by netlace » Wed, 25 Jan 2006 05:50:53 GMT

I am new to the world of Dreamweaver. I know a little HTML and like design. I
decided to help a friend build a website for her business. It is connected to
PayPal. Each item she is selling has a buy it now button and an option to
select. She wants to add a place where they can input a code and get a
discount. How do I add this and make it communicate with PayPal so that the
total is correct on the check out page.

:confused;
Lacy

Her site ishttp://www.partiesbytheyard.com if you need to look at it to know
what I am talking about.



html >> How do I add a customer discount field

by blackhawks » Thu, 26 Jan 2006 01:52:20 GMT


:D

try www.mals-e.com

it's a shopping cart that runs outside your site and works with paypal. You
can add an option to enter a voucher code for discounts as well as give
discounts based on the volume of sales per person.




Similar Threads

1. Adding customer discount field - Adobe Dreamweaver

2. Adding fields adb putting the result into another field

3. Adding contents of two text fields in form to one field in DB - Adobe Dreamweaver

4. Is this able to be done (add units to XML)

<RECIPE TYPE="soup">
   <NAME>Pasta and mushroom soup</NAME>
   <TIME>30 min </TIME>
</RECIPE>

OR

<RECIPE TYPE="soup">
   <NAME>Pasta and mushroom soup</NAME>
   <TIME UNITS=min>30</TIME>
</RECIPE>

5. Adding values of ASP fields generated by different SQL statements

6. add/remove field from MS Access

Hi!
I am a newbie in ASP. I would like to use ASP to access a data base (MS
Access).
However, the db is not so normal. What I mean is that from time to time I
want to add or remove fields from a table.
I would like to do it using code and not from the design view of MS Access.
Is that possible?

Thnx in advance


7. adding a hyperlink to a field in a table created from a d/b query (Access) - Database Tutorial in ASP

8. Adding fields to multiple tables via code