Kian Posted June 2, 2010 Share Posted June 2, 2010 Hello. 2 Simple questions. 1) How can i add my custom payment gateway? I want to use my bank gateway that it's very similar to Paypal buttons. The only problem is that i don't understand how to add my gateway in drop down menu with my code. It seems that i can only use the gateway supported by WHMCS. 2) How can i use order-variables? I mean i know that {$clientsdetails.firstname} is the first name of my client in viewinvoice.tpl so i set the html button of my gateway like following: <input type="hidden" name="CUSTOMER_FIRSTNAME" value="{$clientsdetails.firstname}"><input type="hidden" name="CUSTOMER_LASTNAME" value="{$clientsdetails.lastname}"> Can i use the variabiles in this way? 0 Quote Link to comment Share on other sites More sharing options...
MichaelDance Posted June 2, 2010 Share Posted June 2, 2010 Yeah that would we awesome if we could do that i love the idea wonder if there is a way.. 0 Quote Link to comment Share on other sites More sharing options...
rdavis Posted June 3, 2010 Share Posted June 3, 2010 So let's start with. What is your gateway and who is your gateway provider? This info would help us help you. 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted June 3, 2010 Share Posted June 3, 2010 You can download the payment module development kit here: http://wiki.whmcs.com/Creating_Modules This allows you to create your custom module. 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.