PDA

View Full Version : Hard wire?


Christylh
29-Jul-2003, 09:42 PM
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="NETQUOTEVAR:DONEBUTTON">

Do I just put the URL into a value space?

Thanks!

Christy

Martin Smith
30-Jul-2003, 09:20 AM
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".

Christylh
30-Jul-2003, 03:09 PM
Martin,

Where exactly do I enter the URL?

Thanks!

Christy

Martin Smith
30-Jul-2003, 03:26 PM
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.

Christylh
30-Jul-2003, 03:39 PM
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! :D

Christy