rahish Posted July 21, 2004 Posted July 21, 2004 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
rahish Posted July 22, 2004 Author Posted July 22, 2004 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
rahish Posted August 11, 2004 Author Posted August 11, 2004 You will find a solution for this problem here http://www.oscommerce.com/forums/index.php?sho...ndpost&p=422896 Have a good time . . . all the time. That's my philosophy on life, Marty
Recommended Posts
Archived
This topic is now archived and is closed to further replies.