I wanted to put an image at the top of everypage called "checkout"
found the neccessary actinc variable called OrderLinkText which correctly links to mywebsite.co.uk/cgi-bin/os000004.pl?ACTION=Start&REFPAGE=???
when I include that variable in the shopping cart page, it correctly generates the REFPAGE=??? parameter but if I put the same variable in the top of normal content pages, then all it does is generate the link with ?ACTION=Start and doesn't generate anything for the &REFPAGE=
doesn't seem right, but thats what it does.
the REFPAGE is used within the perl scripts to jump back to that page when you click on ContinueShopping.
Have I missed something or is there an actinic variable for current-page
Quite happy then to add the REFPAGE=<actinicVar=currentPage"> to the end of the href link of my "checkout link"
I hoping there is a common variable that works across HomePage, BrochurePages and ContentPages
found the neccessary actinc variable called OrderLinkText which correctly links to mywebsite.co.uk/cgi-bin/os000004.pl?ACTION=Start&REFPAGE=???
when I include that variable in the shopping cart page, it correctly generates the REFPAGE=??? parameter but if I put the same variable in the top of normal content pages, then all it does is generate the link with ?ACTION=Start and doesn't generate anything for the &REFPAGE=
doesn't seem right, but thats what it does.
the REFPAGE is used within the perl scripts to jump back to that page when you click on ContinueShopping.
Have I missed something or is there an actinic variable for current-page
Quite happy then to add the REFPAGE=<actinicVar=currentPage"> to the end of the href link of my "checkout link"
I hoping there is a common variable that works across HomePage, BrochurePages and ContentPages
Comment