Announcement

Collapse
No announcement yet.

Customer Accounts Enable Price before registering

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

    Customer Accounts Enable Price before registering

    Hi

    Our main site is for customers who do not need to log in.
    Within this part of the site, we want to show the price of a few products which are not available until you register and log in.

    I can untick Enabled, in the Prices tab, (which replaces the price with a message).
    I need to allow the price to be seen, but not allow ordering unless logged in.
    Is this possible and if so how?
    Or even better, is it possible to see message and price?

    Thanks
    B
    www.outbackdirect.co.uk
    www.sipuk.co.uk
    www.ryobidirect.co.uk

    #2
    I would suggest downloading a copy of the Advanced Users Guide. Take a look at page 61 for 'hiding elements from retail customers'.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Hiding elements from Retail Customers

      Hi Bruce
      I've followed the instructions on page 61, but this seems to only hide elements from Login customers (not retail customers).

      I would like to hide certain elements from Retail customers,
      without hiding the whole product or section.

      Any advise would be appreciated.

      Thank you
      B
      www.outbackdirect.co.uk
      www.sipuk.co.uk
      www.ryobidirect.co.uk

      Comment


        #4
        This is possible with Actinic Business/Developer only. If you have a design element in your site that you only want to show to registered customers, and hide from retail customers, then you need place the following tags before the code:

        <Actinic:NOTINB2B><!--</Actinic:NOTINB2B>

        …and put these after the code:

        <Actinic:NOTINB2B>--></Actinic:NOTINB2B>

        This will mean that the HTML comment marks will only appear for unregistered customers, and hence the content will be hidden from them.

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          Thank you Bruce
          That does work, my mistake.

          B :-)
          www.outbackdirect.co.uk
          www.sipuk.co.uk
          www.ryobidirect.co.uk

          Comment


            #6
            Hi Bruce
            I spoke too soon.
            The code above is not only removing the element from our Retail pages but also the Login pages.

            I'm wondering if I'm missing a vital part from the page header, to make this work correctly?

            We use Developer Ver7.03.


            To recap:
            I can make elements show on Retail pages but disappear for Login pages using
            <Actinic:NOTINB2B>test text here</Actinic:NOTINB2B>

            But so far, on the product layout, I cannot hide elements only from Retail pages. The advise you gave above removes the element from both!

            Thanks
            B
            www.outbackdirect.co.uk
            www.sipuk.co.uk
            www.ryobidirect.co.uk

            Comment

            Working...
            X