Announcement

Collapse
No announcement yet.

Donations continued...

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

    Donations continued...

    Hi, Norman I think is the one who can answer this,

    continued from this thread
    http://community.actinic.com/showthr...ight=donations

    I have made a new product line template with the below for the quantity code, the only problem is it renders to the browser the below on a seperate line is the quantity box, I think I need to edit the product quantity netquotevar to change quantity to donation amount and make a new VAR so that it will not default every quantity to the change. So can somone give me a clue ;-) hope all that makes sense

    In product line
    Select donation amount £ NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY

    In browser
    Select donation amount £
    Quantity: [txtbox]


    Many thanks

    J
    --------------------
    www.ProSite.co.uk

    #2
    Try this instead

    Code:
    Select donation amount £ NETQUOTEVAR:CARTERRORXML<INPUT TYPE=text NAME="Q_NETQUOTEVAR:PRODUCTREFERENCE" SIZE="4" VALUE="1">
    <!--NETQUOTEVAR:PRODUCTQUANTITY-->
    You might also want to remind customers to use whole numbers of pounds.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks

      Cheers Norman, owe you another beer! or is that martini shaken not stirred

      Best

      J
      --------------------
      www.ProSite.co.uk

      Comment

      Working...
      X