• Resolved nikkiran

    (@nikkiran)


    Hi,
    How do I insert a coupon code? yes I know it’s a simple question but I can’t seem to find a video demonstration and I don’t really understand the instructions on the S2Members info sheets. I can see how to set up a coupon code e.g. $5 off 5% off, and how to set a start/finish date but I don’t know how to apply this into my paypal button code. I’m a beginner at this so please simplify your response and talk to me as though i don’t know anything about coding!
    Thanks nikki

    https://wordpress.org/plugins/s2member/

Viewing 7 replies - 1 through 7 (of 7 total)
  • KTS915

    (@kts915)

    You don’t put the coupon code anywhere. You give it to people who you intend to use it. They then use the coupon when they sign up, and get the discount.

    The only other thing you must do is ensure that your button code accepts coupons. For this it must say accept_coupons="1"

    Thread Starter nikkiran

    (@nikkiran)

    Does it matter where abouts in the button code the accept_coupons=”1″ needs to be, for example this is my bottom code below with a terms and conditions plugging attached to it, where would I put the accept_coupons=”1″? Thanks for your help!

    <input id=”our-terms-conds” type=”checkbox” /> Yes, I agree to the Terms/Conditions.
    <img src=”http://www.peak-pregnancy.com/wp-content/uploads/2013/05/buy-program.png&#8221; border=”0″ alt=”PayPal” />

    Thread Starter nikkiran

    (@nikkiran)

    hmmm sorry that button code didn’t come up correctly for some reason here it is again:

    <input id=”our-terms-conds” type=”checkbox” /> Yes, I agree to the Terms/Conditions.
    <img src=”http://www.peak-pregnancy.com/wp-content/uploads/2013/05/buy-program.png&#8221; border=”0″ alt=”PayPal” />

    Thread Starter nikkiran

    (@nikkiran)

    nope it’s still not coming up in full for some reason, just showing the short version 🙁

    KTS915

    (@kts915)

    To type out code here, you need to hit the backtick key (usually at the top left of your keyboard, above the tab key) both before and afterwards.

    You can see how the code should look by generating the code for a Pro Form, and then adjusting it. (I assume you have the Pro version because coupons are only available with Pro anyway.)

    Now I think about it again, I’m not sure whether coupons will work with a button, because that option isn’t in the back-end, but you can try. If it doesn’t work with a button, it certainly will work with a form, and you then will just need to change accept_coupons="0" in the code that the generator produces to accept_coupons="1"

    cassel

    (@cassel)

    Coupons wont work with a button because there would be no place for the visitor to enter the code.
    It only works with the pro-form.

    Thread Starter nikkiran

    (@nikkiran)

    Cheers for this info

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I insert a s2Members (Pro) coupon codes’ is closed to new replies.