I want to display a promotion code for next purchase redemption after a spend of $50 or more in the auto-responder and confirmation page

Options

I want to display a promotion code for next purchase redemption after a spend of $50 or more in the auto-responder and confirmation page.

So, you come and spend $50 or more, and STAG code will render a code (it can be non-random, fixed) that will only appear to those users who have just spent on their last transaction, $50 or more.

I don't want users to have to login to set up a user account to do this, unless absolutely necessary.

Any ideas?

Tagged:

Comments

  • In the autoresponder, the conditional would look like:



    ] 49.99 >]]::1::
    purchase amount is greater than or equal to 50.00
    ::
    purchase amount is less than 50.00
    ]]

    If you also want to do this on the store's thank you page, the conditional is slightly different:



    ]]] dup dup "Transaction Value =" indexof 20 + swap "Orig" indexof 1 - substring 4999 >]]::1::
    purchase amount is greater than or equal to 50.00
    ::
    purchase amount is less than 50.00
    ]]

Categories