Announcement

Collapse
No announcement yet.

checkout

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

    checkout

    hi,

    Is it at all possiable to have two checkouts one for current customers and one for non customers.?
    Or can i add pages to my current checkout so i can take extra information from non customers such as bank detail for standing order mandates?

    many thanks

    jay cee

    #2
    Hi Jay Cee

    Why the angry face in the signature? It is entirely possible to do what you want to do.

    Basically, any code you place between <Actinic:NOTINB2B> and </Actinic:NOTINB2B> tags will be hidden from registered customers.

    You need to set up the extra questions in the checkout by using some of the user definable questions in 'Design | Text | Web Site (cont)' then locate the HTML for the questions in the checkout templates, and enclose them in the tags mentioned above.

    e.g.

    <Actinic:NOTINB2B>
    Any HTML code and text to be displayed only for non-registered customers.
    </Actinic:NOTINB2B>

    Comment


      #3
      cheers chris

      cheers chris,

      put the angry face in by mistake,
      brillant thanks for response i'll get striaght on to it

      jay cee

      Comment

      Working...
      X