Hi,
Anyone know if there is somewhere that I can change the value of the 'Home' variable used on the Receipt page?
i.e.
<input type="hidden" name="HOME" value="<actinic:variable name="Home" />" />
It has a description of 'URL of the Store Front page - used to take people there from the Receipt page'
What I'm trying to do is take people to the same place as the <actinic:variable name="HomePageURL" />. I could just change the code but was hoping I could just change the variable value somewhere.
Ta.
Anyone know if there is somewhere that I can change the value of the 'Home' variable used on the Receipt page?
i.e.
<input type="hidden" name="HOME" value="<actinic:variable name="Home" />" />
It has a description of 'URL of the Store Front page - used to take people there from the Receipt page'
What I'm trying to do is take people to the same place as the <actinic:variable name="HomePageURL" />. I could just change the code but was hoping I could just change the variable value somewhere.
Ta.
Comment