Announcement

Collapse
No announcement yet.

Logged in price display

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

    Logged in price display

    Can someone direct me to the template / part of Actinic that generates the price text and price on products for *logged in customers*

    I've know about the regular location in Act_ProductLine.html which displays the standard price but for the life of me I can't identify where the NQV's are that do this for an active customer account.

    Cheers

    Jos
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    #2
    Jos,

    If I remember correctly this should help:-

    http://community.actinic.com/showthread.php?t=9564

    Dave
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      Dave

      Thanks for the post - it'll certainly be useful but it's not quite the answer I was looking for...

      The problem I'm having is that when I'm logged into the site, for some reason the logged in price text and amount are not showing.
      Bizarrely the customer message set with the logged in price IS showing.

      I'm assuming that there's something wrong with the template that governs the display of these items and therefore need to find it - but can't!

      As far as I can tell there's an <Actinic:ACTIONS> tag that seems like it might be responsible here but I'm not sure...

      Cheers

      Jos
      Thanks

      Jos Medinger

      Tel : 01978 843 962
      www.internetology.co.uk
      Actinic / E-Commerce Hosting, Design & SEO
      ______________________________________

      Comment


        #4
        Hi there

        Please could you check your Act_Productline.html template and find "NETQUOTEVAR:PRICEEXPLANATION". This actually brings in the price for the logged in customers.

        Please check this.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Hi Nadeem

          That was the first thing I checked...

          This is my Act_ProductLine.html code
          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:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTIMAGENETQUOTEVAR:PRODUCTENDLINK <br>NETQUOTEVAR:EXTINFOLINK NETQUOTEVAR:EXTINFOBUTTON</td>
              <td valign="TOP" align="LEFT" colspan="2">  
                <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
                <font color="#000033">[NETQUOTEVAR:PRODUCTREF]</font><br>
              <font color="#000000">NETQUOTEVAR:PRODUCTDESCRIPTION</font> 
              <br>
              <!-- NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK -->
              <br><b><font color="#000000">NETQUOTEVAR:PRODUCTPRICE</font></b>
          	<font color="#FF9900"><strong>NETQUOTEVAR:PRICEEXPLANATION</strong></font>
               <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT</span>
          	 <span class="actxsmall">NETQUOTEVAR:DATEPROMPT</span></td>
            </tr>
            <tr>
              <td align="LEFT" colspan="2"><span class="actxsmall">
          			NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
          			<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS><br><br>
          		    </span>
          	NETQUOTEVAR:TEMPLATEENDXML
                 </td>
            </tr>
          NETQUOTEVAR:PRODUCTFORMEND
          NETQUOTEVAR:NEXT
          <!-- Insert HTML for the bottom of the individual product -->
          <!-- ProductLine HTML end -->
          All in there good as gold...

          Jos
          Thanks

          Jos Medinger

          Tel : 01978 843 962
          www.internetology.co.uk
          Actinic / E-Commerce Hosting, Design & SEO
          ______________________________________

          Comment


            #6
            Hi Jos

            No worries, just wanted to make sure. Okay, if you go into a test customer account and set his price schedule to anything except "Retail". If you click on the "Buyer" tab, and click on "Hide Retail Price", then upload. What happens when you login and go to the shop. Does it not show any price at all?

            Please advise

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment

            Working...
            X