Home Forums WoodMart support forum Out of stock

Out of stock

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #573010

    rahmat.wpdev
    Participant

    Hello,
    1. We want to hide the ‘add to cart” button when a product is “out of stock” how can we do that?

    2. Also how can we make a product catalog mode? thanks

    #573011

    rahmat.wpdev
    Participant

    I’ve made the product as out of stock and stock quantity 0, https://prnt.sc/4TrFNv2DNWs2 But still the “purchase now” button is showing.

    I’ve added the site link to the private box, we’ve translated add to cart to the purchase now, thanks

    #573250

    Hung Pham
    Keymaster

    Hi rahmat.wpdev,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #573642

    rahmat.wpdev
    Participant

    Sure, I’ve added the temporary login to the private box. Thank you

    #573786

    Hung Pham
    Keymaster

    Hi rahmat.wpdev,

    Thanks for details.

    I checked Out of stock products and didn’t see the Purchase now button as you mentioned or Add to cart button as well.

    Please confirm me back if you resolved the issue.

    Regards,

    #573874

    rahmat.wpdev
    Participant

    Hello, these all products are in out of stock as we’ve changed the terms to out of stock to coming soon, https://prnt.sc/CLHEsS5BaktM and you can see the “Purchase Button” is still showing

    #574138

    Hung Pham
    Keymaster

    Hi rahmat.wpdev,

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #574566

    rahmat.wpdev
    Participant

    Hello, I shared the admin access earlier on the private chat. I’m sharing it again there.

    We want the feature that when the product is out of stock( we’ve translated it to “coming soon”) we want to hide the button. https://prnt.sc/8mK3brDrHQqz No button should appear when the product is out of stock.

    Button will appear only those products have stocks.
    This feature we need.
    Thank you

    #574661

    Hung Pham
    Keymaster

    Hi rahmat.wpdev,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product.outofstock.wd-hover-buttons-on-hover .wd-add-btn{
    	display: none;
    }
    
    .wd-product.outofstock.wd-hover-buttons-on-hover .product-wrapper{
    	overflow: visible;
    }

    Regards,

Viewing 9 posts - 1 through 9 (of 9 total)