Nishant Posted October 4, 2011 Share Posted October 4, 2011 Hi, It is not feasible for us to accept credit cards for small payments due to high merchant charges. I was wondering if it possible to allow clients to pay by cards only if the amount is more then $X in whmcs? Where we decide what is X= 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted October 5, 2011 WHMCS Support Manager Share Posted October 5, 2011 This could be possible with some template customisations to viewcart.tpl around the payment gateway code, something along the lines of: {if $total gt 'x'} **Credit Card Gateway Code here** {else} **Other gateway code here** {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.