Announcement

Collapse
No announcement yet.

Discount voucher url issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Discount voucher url issue

    Hi

    I'm setting up a discount code which I want to send out as a link to customers so that the discount is automatically applied when they click on it and come to the site.

    I understand how to set all this up but the url that is currently generated via the 'copy url to clipboard' button would bring the customer to the index page on the site.

    Is there anyway to change this so that it brings them to the relevant section where the discount applies? I just can't see how to change this.

    Many thanks for any help.

    #2
    I manually change the url to the url of the desired page, this only seems to work for targets within the 'catalog' folder though (on my site I've changed the folder name to 'fashion'), this means that I can't target the homepage for some reason.

    Basically just change the instance of 'index'(immediately following the '=' and BEFORE '%2ehtml' to the desired page url (do not include the period and 'html' extension)

    Example

    Change
    Code:
    http://www.theprettydresscompany.com/cgi-bin/rs000002.pl?DESTINATION=index%2ehtml&BASEURL=http%3a%2f%2fwww%2etheprettydresscompany%2ecom%2ffashion%2f&COUPON=TPDC0316
    to
    Code:
    http://www.theprettydresscompany.com/cgi-bin/rs000002.pl?DESTINATION=bestsellers%2ehtml&BASEURL=http%3a%2f%2fwww%2etheprettydresscompany%2ecom%2ffashion%2f&COUPON=TPDC0316
    Hope this helps
    The Pretty Dress Company

    Comment


      #3
      That's great - thank you very much for your response and helping me out.
      Will see if I can get that to work.
      Much appreciated
      Juliette

      Comment

      Working...
      X