Announcement

Collapse
No announcement yet.

show stock amount on website

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

    show stock amount on website

    hi guys, i have been looking throught the advanced guide and found out how to show quantity on the product description. this is the code

    <!-- ProductLine HTML begin -->
    <!-- Insert HTML for the top of the individual product -->
    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    <tr>
    <td rowspan="2" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE </td>
    <td valign="TOP" align="LEFT" colspan="2">
    <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
    <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
    NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
    <br>
    <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
    NETQUOTEVAR:PRICEEXPLANATION </span><br>

    NETQUOTEVAR:STOCKLEVEL


    <b>NETQUOTEVAR:PRODUCTPRICE</b><br>
    <span class="actxsmall">NETQUOTEVARISCOUNTINFO </span>
    <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
    <span class="actxsmall">NETQUOTEVARATEPROMPT </span>
    </td>
    </tr>
    <tr>
    <td align="LEFT" colspan="2"><span class="actxsmall">
    NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
    <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
    </span>
    NETQUOTEVAR:TEMPLATEENDXML
    </td>
    </tr>
    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the bottom of the individual product -->
    <!-- ProductLine HTML end -->


    the code in red is what is required. i want to add a wording of QUANTITY IN STOCK before stock i sdisplayed but cant figure it out.

    help would be appreciated.
    thanks
    Tarik

    #2
    What happens if you put QUANTITY IN STOCK before NETQUOTEVAR:STOCKLEVEL ?

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      hi, it works. i wasnt sure if i needed to add an extra code but it didnt occur just to try that.
      thanks Mike

      Tarik

      Comment

      Working...
      X