Announcement

Collapse
No announcement yet.

Hard wire?

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

    Hard wire?

    How does one "hardwire" a NETQUOTEVAR?

    For example, I want our done button on the customer's receipt to go back to our homepage, but even though I have "No Frames in Checkout" and the proper address listed in Options | Miscellaneous, it still goes to an Invalid Syntax page.

    Here is where I need to do the tweaking:
    <INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">

    <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">

    Do I just put the URL into a value space?

    Thanks!

    Christy

    #2
    The value of a button is the text that is displayed on it.

    As long as you are entering a valid URL (don't forget the "http://" before the www address), the Design | Options | Misc, no frames should work fine.

    However if it doesn't I would hard code an onclick to change the location of the document on the button in the template "Act_order04.html".
    Martin Smith
    <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

    Comment


      #3
      Martin,

      Where exactly do I enter the URL?

      Thanks!

      Christy

      Comment


        #4
        There's a text box the is enabled when you tick the "No Frames in Checkout" checkbox. The text box is labeled "URL for completed and aborted checkout", the URL should be entered here.

        I just tested this myself and found that you have to actually specify a page name as Actinic will try to suffix this address with a querystring. By this I mean:

        http://www.yourdomain.co.uk/index.html

        not

        http://www.yourdomain.co.uk/

        Hope this helps.
        Martin Smith
        <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

        Comment


          #5
          Eureka that did it! I had our address typed into Options | Miscellaneous | No frames and it wasn't working, which is why I thought I had to hardwire code.

          All I had to do was add our index.html to it.

          Thanks so much!

          Christy

          Comment

          Working...
          X