Hi
If I have two websites using the same PSP, ID, and merchant no. etc but they have very different name and look and feel I'll need to make 2 sets of payment pages.
My psp is Secure Trading, I asked them about this and it isn't a problem, part of their reply was:
"If you were using the same SecureTrading site for two websites, you would need to use the "formref" variable. This is a variable that is passed from the "order page" which will define which set of form pages to use. E.G: the first site could be formref=1, and this would use form1.html, customeremail1.html, success1.html etc, and the second site could be formref=2, which would use form2.html, customeremail2.html etc."
But Actinic only seems to want to go to the default form.html
I can't find the URL for securetrading.net/form.cgi or whatever the link is anywhere in the ST templates in Actinic folder
If I have two websites using the same PSP, ID, and merchant no. etc but they have very different name and look and feel I'll need to make 2 sets of payment pages.
My psp is Secure Trading, I asked them about this and it isn't a problem, part of their reply was:
"If you were using the same SecureTrading site for two websites, you would need to use the "formref" variable. This is a variable that is passed from the "order page" which will define which set of form pages to use. E.G: the first site could be formref=1, and this would use form1.html, customeremail1.html, success1.html etc, and the second site could be formref=2, which would use form2.html, customeremail2.html etc."
But Actinic only seems to want to go to the default form.html
I can't find the URL for securetrading.net/form.cgi or whatever the link is anywhere in the ST templates in Actinic folder
Comment