Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Secpay User Template Integration


rahish

Recommended Posts

Posted

Could someone tell me where I am going wrong.

 

I am trying to integrate the secpay module with the user template provided by Secpay. Secpay themselves provided me with this bit of code to put into secpay.php but I get a parse error when I try to put it in the code

 

 

This section references the template

$sec_template = 'http://www.secpay.com/******/*******/mytemplate.html';

 

tep_draw_hidden_field(tep_session_name(), tep_session_id()) .

INTRODUCTION OF NEW FIELD 'TEMPLATE'

tep_draw_hidden_field('template', $sec_template) .

tep_draw_hidden_field('options', 'test_status=' . $test_status . ',dups=false,cb_flds=' . tep_session_name());

 

Anyone any idea where it goes or do need to define what $sectemplate is i.e class or something?

 

Confused

 

 

Mike

Have a good time . . . all the time. That's my philosophy on life, Marty

Posted

Actually, I think I have just got somewhere with this. Will report back if it works . . . .

Have a good time . . . all the time. That's my philosophy on life, Marty

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...