Announcement

Collapse
No announcement yet.

Disable Product Ordering

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

    Disable Product Ordering

    If you untick the enable option for a product under product options - therefore the customer is not able to see the price is there any way to take away the qty and add to cart button also? As there is not point in having these there for an item that cannot be purchased anyway
    ________
    GZ250

    #2
    When I untick allow ordering against a product I retain the price but lose the quantity and cart butons!


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Okay but if you leave the can be ordered online ticked and then go to prices tab, if you untick the enabled option it will still display the item which I want without the price which I also want as I want customers to log in before they can see the prices. I am also left with the add to cart button. If you click on the add to cart button it brings up a 'you must log in screen' anyway but there is no point in having the add to cart button on items that you cannot buy!?
      ________
      R1150RT

      Comment


        #4
        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.

        This is in the Advanced Users Guide.

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          I do not want to content hidden I just dont want them to be able to order items or see prices. As I have hidden the price for unregistered users I just thought you should be able to hide the 'add to cart' button also?
          ________
          roor bong

          Comment


            #6
            place the following tags before the code:

            <Actinic:NOTINB2B><!--</Actinic:NOTINB2B>
            …and put these after the code:
            <Actinic:NOTINB2B>--></Actinic:NOTINB2B>
            Try putting these tags around NETQUOTEVAR:ADDTOCARTBUTTON in the product layout template. This should then only show the cart button to logged-in customers.

            Comment


              #7
              Great thanks

              Comment


                #8
                I did as you suggested and it works to an extent...
                For users who are not logged in the add to cart button is not visable which is what I wanted. However when I log in I can then see the prices but the add to cart button is still missing?
                ________
                Yamaha TZ125

                Comment


                  #9
                  Hmm - those tags must not work quite properly. It was a nice idea though. In v8 you can get at all these conditions and change the way they work - but I'm afraid I'm a bit stuck how to do this in v7.

                  You need more expert help - if you register an email support query at http://www.actinic.co.uk/support/register.htm the person who helps you out will be able to refer this to the developers.

                  Sory I couldn't help you any more here.

                  Comment


                    #10
                    okay thanks for the help

                    Comment

                    Working...
                    X