Automatically Apply Coupon Code

Discussion in 'HTML & Website Design' started by Daniel Tiffany, Jun 21, 2013.

  1. #1
    Hello,

    I'm looking to send out a marketing email with a link to my site and a discount code. How do I go about automatically applying this code when the site is visited via the link in the email?

    Thanks,
    Dan
     
    Daniel Tiffany, Jun 21, 2013 IP
  2. iulian.pw

    iulian.pw Active Member

    Messages:
    71
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    65
    #2
    You can do it with cookies I think, when the user has visited your site using one of your discount codes drop a cookie into their browser with info about the discount code.
     
    iulian.pw, Jun 21, 2013 IP
  3. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #3
    on the link pass some querystring that will help you detect the visitor and save some marker info on a session cookie. and then behind the scene, you can apply the coupon automatically.
     
    webcosmo, Jun 21, 2013 IP