Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 :)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...