On a checkout page we have a Button that links to checkout.
We also have a link on the same page called "order" - that also starts the checkout process.
When we press the "Checkout" button we receive an error:
A General Script Error Occurred
--------------------------------------------------------------------------------
Error: There is no valid input parameters for the script! Check the referencing HTML code!
--------------------------------------------------------------------------------
Press the Browser back button and try again or contact the site owner
I have looked at the source of the page and found that the form links to a different page than the link.
The link - which starts the checkout process ok is:
/cgi-bin/os000001.pl?ACTION=Start&REFPAGE=http...
The "checkoput" button has a form action of
/cgi-bin/cm000001.pl
and a hidden value for checkouturl of
cgi-bin/os000001.pl?ACTION=Start&REFPAGE=http
I think that there's a good chance that the form will submit OK if I could change it to point to os000001.pl instead of cm000001.pl.
Could somebody tell me which template I would need to edit to change the value of cm000001.pl, please?
TIA for your help.
Kind regards,
Roland
... = etc.
We also have a link on the same page called "order" - that also starts the checkout process.
When we press the "Checkout" button we receive an error:
A General Script Error Occurred
--------------------------------------------------------------------------------
Error: There is no valid input parameters for the script! Check the referencing HTML code!
--------------------------------------------------------------------------------
Press the Browser back button and try again or contact the site owner
I have looked at the source of the page and found that the form links to a different page than the link.
The link - which starts the checkout process ok is:
/cgi-bin/os000001.pl?ACTION=Start&REFPAGE=http...
The "checkoput" button has a form action of
/cgi-bin/cm000001.pl
and a hidden value for checkouturl of
cgi-bin/os000001.pl?ACTION=Start&REFPAGE=http
I think that there's a good chance that the form will submit OK if I could change it to point to os000001.pl instead of cm000001.pl.
Could somebody tell me which template I would need to edit to change the value of cm000001.pl, please?
TIA for your help.
Kind regards,
Roland
... = etc.
Comment