kev@num Posted September 8, 2005 Share Posted September 8, 2005 hi, i'm using securetrading payment module which is working fine... i've installed a second shop running off the same database which is also working fine... The code below works fine, however i want to adjust it tep_draw_hidden_field('callbackurl', MODULE_PAYMENT_SECURETRADING_CALLBACKURL) . currently the number "2" is stored in the db as MODULE_PAYMENT_SECURETRADING_CALLBACKURL does anyone know how to temporarly add "1" to this line so that it comes out as "3" but doesn't actually adjust the db?? could i do something like tep_draw_hidden_field('callbackurl', (MODULE_PAYMENT_SECURETRADING_CALLBACKURL = MODULE_PAYMENT_SECURETRADING_CALLBACKURL + '1' )) . or tep_draw_hidden_field('callbackurl', (MODULE_PAYMENT_SECURETRADING_CALLBACKURL = '3')) . or even tep_draw_hidden_field('callbackurl', 3) . thanks in advance. kev :) 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.