Announcement

Collapse
No announcement yet.

Add To Cart Button to Show "Coming Soon" When Item Is NOT Orderable

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

    Add To Cart Button to Show "Coming Soon" When Item Is NOT Orderable

    Hi,

    I have products on the website that at the minute do not have prices and cannot be ordered online.
    Is there a way how to Display a Message or HTML in place of where the "BUY NOW" button would be, if items are not orderable.

    Link to an example is below:
    http://www.wheels.uk.com/acatalog/al...ega-acera.html

    Basically if I select the product as not orderable, the whole section that displays the prices and buy now button, is just empty.
    Is there a way to show a message or html in its place?
    Regards,
    BARRY HUGHES
    WHEELS UK - Website Designer / Marketing Director
    http://www.wheels.uk.com

    #2
    how are you monitoring 'not orderable'?
    In and out of stock?

    If so, use the IsStockMonitored ==TRUE and IsInStock == FALSE (pseudo code) conditions to surround an image or message to display if the item is not available.
    Look at the conditions surrounding your current active add to cart button and adapt these to suit.
    Tracey

    Comment


      #3
      Doesn't this happen any way if you uses the stock monitoring feature and a zero qty? Have I missed something?

      Army Gore-tex
      Winter Climbing Mitts
      webD's Blog: Website design, SEO and other ramblings…
      Twitter LinkedIN

      If you think a post is good, rate it!

      Find the answers in the Knowledge Base | Have you read the User Guides

      Comment


        #4
        If you're using "Can Be Ordered Online" as the trigger:

        Code:
        <actinic:block if="%3cactinic%3avariable%20name%3d%22CanBeOrderedOnline%22%20%2f%3e%20%3d%3d%20FALSE" >
        COMING SOON!
        </actinic:block>

        Comment


          #5
          That works a treat, thanks for your help!
          Regards,
          BARRY HUGHES
          WHEELS UK - Website Designer / Marketing Director
          http://www.wheels.uk.com

          Comment

          Working...
          X