Announcement

Collapse
No announcement yet.

checkout options

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

    checkout options

    in the checkout screen where you can ask the customer questions

    can you make the answer a dropdown list???



    the question is 'how did you locate our website?'

    i need to know from which magazene customers are locating us but they keep just putting 'mag' as an answer

    we cant ask which mag, because we have other sources apart from mags
    <a href="http://www.boardridersguide.com" target="_blank">www.boardridersguide.com
    UK'S NUMBER ONE SURF MAILORDER SITE </a>

    #2
    To do this you need to edit a template called Act_Order02.html, which you will find within the 'Site1' folder.

    Assuming the field you want ot change is the fist user definable question, look for the code that looks like this...

    <INPUT TYPE="TEXT" NAME="GENERALHOWFOUND" SIZE="40" MAXLENGTH="255" VALUE="NETQUOTEVAR:GENERALHOWFOUND">

    Change it to something like this:

    <SELECT NAME="GENERALHOWFOUND">
    <OPTION SELECTED>Please select:
    <OPTION VALUE="Magazine 1">Magazine 1
    <OPTION VALUE="Magazine 2">Magazine 2
    <OPTION VALUE="Other">Other
    </SELECT>

    Comment


      #3
      THANKS

      Thats great ill give it a go

      yor shure do know your stuff
      <a href="http://www.boardridersguide.com" target="_blank">www.boardridersguide.com
      UK'S NUMBER ONE SURF MAILORDER SITE </a>

      Comment

      Working...
      X