Hello,
I'm currently trying to further customise the payment processing side of our store and am finding the Act_OCCSecureHostingTemplate.html rather frustrating. We use Secure Hosting to process our transactions so the customer is forwarded onto there site to enter there credit card details.
This works ok but i really don't like the page which is displayed before they are moved over to Secure Hostings site. I belive the Act_OCCSecureHostingTemplate.html template is designed to populate with all the billing details and order info from the customer and convert them into a format which can be understood by Secure Hosting. This makes sense and i can understand why this is neccessary however i can't understand why this seperate page is needed.
All the details that are passed across come from or are available on the Order01 template. Therefore why could these details not be populated in hidden fields on the order02 template and the customer passed directly from the order02 template to Secure Hostings site. If details on the order02 template were passed to Secure Hosting then i could understand the need for a further page, but none of them are neccessary.
I don't mind if i have to hard code this functionality into the order02 template rather than using the NETQUOTEVAR:OCC_VALUES which currently populates with the info on the Act_OCCSecureHostingTemplate.html. I just really want a work around to this page which doesn't look great to a customer.
I'm not sure if this would work but i was hoping i could just set up hidden fields for all the values passed across and then set there value as the variable name used in Actinic.
Any help figuring out how to get around this would be awesome.
I'm currently trying to further customise the payment processing side of our store and am finding the Act_OCCSecureHostingTemplate.html rather frustrating. We use Secure Hosting to process our transactions so the customer is forwarded onto there site to enter there credit card details.
This works ok but i really don't like the page which is displayed before they are moved over to Secure Hostings site. I belive the Act_OCCSecureHostingTemplate.html template is designed to populate with all the billing details and order info from the customer and convert them into a format which can be understood by Secure Hosting. This makes sense and i can understand why this is neccessary however i can't understand why this seperate page is needed.
All the details that are passed across come from or are available on the Order01 template. Therefore why could these details not be populated in hidden fields on the order02 template and the customer passed directly from the order02 template to Secure Hostings site. If details on the order02 template were passed to Secure Hosting then i could understand the need for a further page, but none of them are neccessary.
I don't mind if i have to hard code this functionality into the order02 template rather than using the NETQUOTEVAR:OCC_VALUES which currently populates with the info on the Act_OCCSecureHostingTemplate.html. I just really want a work around to this page which doesn't look great to a customer.
I'm not sure if this would work but i was hoping i could just set up hidden fields for all the values passed across and then set there value as the variable name used in Actinic.
Any help figuring out how to get around this would be awesome.
Comment