Announcement

Collapse
No announcement yet.

'Home' variable on Receipt Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    'Home' variable on Receipt Page

    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.

    #2
    Not even a comment from the Mod's or Dev's?

    Surely someone must have wanted to go somewhere other than the Store Front page from the Receipt page?

    I'll take it the only solution is to mod the code for this.

    Comment


      #3
      Way way old I know but I wanted to answer this for anyone that might want to know in case they suffer the same problem.

      Just had a problem with a new site launch.

      The receipt page was sending people to one of our other sites (lets call it SITE2) when they clicked done. The "Home" variable apparently picks up from the network settings.

      At first I thought this was a hard coding mistake since I have robbed the template and network settings from the SITE2 SellerDeck version. However upon inspecting I found that the "Home" variable was being used. I double checked the network settings but everything was changed there.

      I was about to hardcode the URL reference into the receipt page template but thought I would double check the SellerDeck database. Turns out that in the table "Setup2" there is a column "sUnframedCheckoutURL" and the errant value was still populating this field. I manually changed this and problem was solved.
      Dave

      Comment

      Working...
      X