Announcement

Collapse
No announcement yet.

Product Quantity

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

    Product Quantity

    I am trying to edit Act_ProductLine.html. In particularly I want to alter the quantity setup on the product page. In the user manual it mentions the NETQUOTEVAR PRODUCTQUANTITY and says that it can be formatted from Design | Text | Web Site | HTML. Alas I cannot find it in the HTML tab.

    Can anybody help me?

    TIA
    Matthew Cottam
    Project Manager

    <a href="http://www.reports-express.co.uk">www.reports-express.co.uk</a>

    #2
    Go to 'Design | Text | Website | HTML' then click 'Go to' and search for ID 2173. The field will look like this.

    %s<INPUT TYPE=text NAME="%s" SIZE="%d" VALUE="%d">

    You can edit this HTML in order to change every product. You can also change this by opening the product template and

    replacing

    NETQUOTEVAR:PRODUCTQUANTITY

    with

    <!-- NETQUOTEVAR:PRODUCTQUANTITY --><input type="text" size="10" name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1">

    You can then change the value="1" to be anything you want.

    Comment


      #3
      Thank you Chris
      Matthew Cottam
      Project Manager

      <a href="http://www.reports-express.co.uk">www.reports-express.co.uk</a>

      Comment

      Working...
      X