Hi,
Having had a site I've been working on almost to completion, I've hit upon another stumbling block - every time you try to navigate to the shopping basket or checkout, the following error appears:
The code in Actinic that I have generating the links to the shopping basket and checkout is:
The URLs this essentiall generates are:
http://www.essentialequestrian.net/c...l?ACTION=Start
http://www.essentialequestrian.net/c...CTION=SHOWCART
If anyone could offer any suggestions as to what I might have changed to trigger this error, it would be appreciated. The shopping basket and checkout has been accessible previously using the same links.
Thanks,
Andrew Gatenby
Having had a site I've been working on almost to completion, I've hit upon another stumbling block - every time you try to navigate to the shopping basket or checkout, the following error appears:
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
--------------------------------------------------------------------------------
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
The code in Actinic that I have generating the links to the shopping basket and checkout is:
<a href="<actinic:variable name="CartPageURL?ACTION=Start" />">My Basket</a>
<a href="<actinic:variable name="CheckOutPageURL" />?ACTION=SHOWCART" >Checkout</a>
<a href="<actinic:variable name="CheckOutPageURL" />?ACTION=SHOWCART" >Checkout</a>
The URLs this essentiall generates are:
http://www.essentialequestrian.net/c...l?ACTION=Start
http://www.essentialequestrian.net/c...CTION=SHOWCART
If anyone could offer any suggestions as to what I might have changed to trigger this error, it would be appreciated. The shopping basket and checkout has been accessible previously using the same links.
Thanks,
Andrew Gatenby
Comment