how do I setup a coupon only payment method meaning i only want people to be able to buy via a coupon code (i.e. they pay me by check and I give them code) I know how to make coupons in amember - but how do i set this as only way to pay?
here is signup page http://mutualfundmarketalert.com/amember/signup.php?price_group=-1 trying to only have coupon payment for payment - i can disable the 1shoppingcartplugin easily - just trying to figure out what to do to get coupon code to show up for the offline payment method?
disabled shoppingcart plugin - now just have offline payment plugin added code requiring a coupon code but now can't get coupon code field to show up
found enabled coupon setting - under global instead of advanced now... in what file do i edit..this text if you get any coupon code from advertising, please enter it here
Please have a look: http://manual.amember.com/Editing_Phrases/Text_Messages here is code from en.php: PHP: define ('_TPL_SIGNUP_COUPONS', 'COUPONS');define ('_TPL_SIGNUP_COUPON_CODE', 'Enter coupon code');define ('_TPL_SIGNUP_COUPON_1', 'if you get any coupon code from advertising,');define ('_TPL_SIGNUP_COUPON_2', ' please enter it here');
http://www.amember.com/forum/showthread.php?t=13186&highlight=coupon gives code for requiring coupon on old signup.html page what code should be used now on signup.php page in order to require a coupon be entered?