Buying Need someone to wrtie coupon code discount script

Discussion in 'Programming' started by gordano, May 2, 2012.

  1. #1
    I have a website with a a section selling small range of items, just 5.

    There is no shopping cart but there is script for each of the two payment options (sample below) for paypal and worldpay.

    What I would like ot do is be able to add promotions from time to time and then have the pricing discounted based on the coupon code.

    I would not need more that 10 coupon codes in total - I would change these from time to time.

    The customer would then enter thier coupon code and the price would be discounted by the percentage, e.g. 10%, 20%, 30%, etc.

    If you can do the job please PM with estimated cost to implement this - there are just two website pages containing the script for payment.

    Thanks, Gordano

    //www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="sales@domain.com">
    <input type="hidden" name="item_name" value="item-name">
    <input type="hidden" name="item_number" value="<%=lastid%>">
    <input type="hidden" name="amount" value="9.99">
    <input type="hidden" name="no_shipping" value="2">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="GBP">
    <input type="hidden" name="lc" value="GB">
    <input type="hidden" name="bn" value="PP-BuyNowBF">

    <form action="https://select.worldpay.com/wcc/purchase" method=POST>
    <input type="hidden" name="instId" value="12345">
    <input type="hidden" name="cartId" value="xyz123">
    <input type="hidden" name="currency" value="GBP">
    <input type="hidden" name="amount" value="9.99">
    <input type="hidden" name="desc" value="item-name">
    <input type=hidden name="callbackPW" value="mobile">
    <input type="hidden" name="MC_item_number" value="<%=lastid%>">
    <input type="hidden" name="MC_rep_type" value="Ten">
    <input type="hidden" name="testMode" value="0">
    <INPUT TYPE=image src="images/paynow.gif" border=0>
    </form>
     
    gordano, May 2, 2012 IP
  2. harke

    harke Member

    Messages:
    77
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    45
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I just sent you a PM
     
    harke, May 2, 2012 IP