This topic contains 3 replies, has 3 voices. Last updated by alancheuk 4 years ago.
Topic Author | Topic |
---|---|
Posted: Friday Dec 14th, 2012 at 2:02 pm #34685 | |
Hi All, I have a ton of options of monthly membership subscriptions, discounts for multiple subscriptions, and set-up fees. I’m using gravity forms and some javascript and passing those values to a custom checkout page. I didn’t want to create 50 different checkout pages. So I build my short code string in php and echo that to the page. All of that is working beautifully. Checkout / registration is working just fine. My question is now I want to make the client accept the terms and conditions as well at checkout. I looked at Jason’s page http://www.s2member.com/kb/force-terms-and-conditions-agreement/ but cannot quite figure out how to build this into my shortcode string as well. I understand in my case it needs to be hard-coded. No issue there. Do I just echo another short code? Thanks. |