davidell Posted July 9, 2008 Posted July 9, 2008 I'm in the process of setting up SECPay, I've modded the default SECPay template but can't figure out how to reference the new template... The SECPay documentation states: "…and you would specify that it should be used by including the following request parameter amongst those that you POST to SECPay:" <input type=”hidden” name=”template” value=”http://www.secpay.com/users/abcdef01/mytemplate.html”> Can anyone point me in the right direction as to where this code needs to be? Quote
davidell Posted July 9, 2008 Author Posted July 9, 2008 OK, I might end up answering my own question, any advice would still be appreciated though... I'm guessing I need to be looking in secpay.php around line 101 the process_button_string ??? Would something like this work (I'll give it a go, but like I say any advice). tep_draw_hidden_field('template', http://www.secpay.com/users/abcdef01/mytemplate.html) . Quote
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.
Note: Your post will require moderator approval before it will be visible.