Announcement

Collapse
No announcement yet.

Other info Question

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

    Other info Question

    Hello

    I'm currently working on an actinic website for a customer. They don't want to actually sell products, but let users request either a spec sheet or a quotation for each product. Now to meet all the requirements to do this I would like to use the other info option. (The customer wants to export from their accounts package to actinic, so I'd like to avoid using components etc)

    Ideally we would have a simple drop down box instead of the standard text box. Every product will have exactly the same drop down list. I have tried following the instructions changing 2161 to make it a textarea and substituted it for a drop down but that didn't work. Can anyone help me?

    Thanks for your time!

    Joel Lilley

    p.s. sorry if this has already been asked/answered and I missed it while searching!

    #2
    in your Product Template replace

    <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>

    with

    <!-- <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span> -->
    Your choice <SELECT name="O_NETQUOTEVAR:PRODUCTREFERENCE">
    <OPTION>Choice 1
    <OPTION>Choice 2
    <OPTION>Choice 3
    .
    .
    .
    </SELECT>

    You'd still need to set the Other Info Prompt to a non-null value to make this work.

    However, you'd be much better douing this with an Attribute and some choices (there's no need for Components).
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Brilliant! Thank you so much for that, was just what i needed!!

      Thanks again

      Joel

      Comment

      Working...
      X