Coupon code in email


  • Default avatar
    kvo    
     3 years ago
    0

    I want to show the gift certificate code in the email for customer to copy and paste into order. I used:

    Your code: {coupon_code}

    but that does not return the code.

  • Your avatar
    seyi    
     3 years ago
    0

    Are you referring to send a voucher feature or gift certificate email feature?  If gift certificate email feature, there is no {coupon_code} tag, there is  {voucher} tag which you can configure in the {voucher} text box right under the email body.
  • Default avatar
    kvo    
     3 years ago  last edited 3 years ago
    0

    My email body is:

    TO: {recipient_name}
    FROM: {purchaser_first_name} {purchaser_last_name}
    DATE: {today_date}
    MESSAGE: {recipient_message}

    Included is your gift certificate valid towards all products at {siteurl}.
    Simply enter the code from your gift certificate in the coupon code entry form during checkout. Enjoy shopping!

    Your code:

    {voucher}



    Thank you,
    {store_name} {vouchers} {image_embed}


    But my received email displays:

    TO: lvo
    FROM: Karen Van Ornum
    DATE: Friday, 17 April 2020
    MESSAGE: last test

    Included is your gift certificate valid towards all products at https://www.xxx.com/.
    Simply enter the code from your gift certificate in the coupon code entry form during checkout. Enjoy shopping!

    Your code:

    {voucher}



    Thank you,


    Is it is this section that I need to add something?  What would I add?

  • Your avatar
    seyi    
     3 years ago
    0

    It is actually {vouchers} tag, with an s.

    If you created a new profile, it is prefilled:

    {vouchers}:  Gift Certificate: {voucher}<br />Value: {price}{expiration_text}<br /><br />
    {expiration_text}:  <br />Expiration: {expiration}

  • Default avatar
    kvo    
     3 years ago
    0

    Yes. Got it! Thanks again for your help!