Home Forums WoodMart support forum Add to cart button on Single Product page

Add to cart button on Single Product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #627090

    adnan110
    Participant

    Hi,

    Add To Cart button is not showing up on Single Product Page. How to enable / disable it ?

    Also, how to enable / disable the ” Compare, Add to wishlist, Size Guide” on the Single Product Page ( present on the side of product image) ?

    I looked it up in the Theme Settings > Single Product but cant find it.

    #627107

    adnan110
    Participant

    I again checked and found that “Add To Cart” is not showing up anywhere.
    I enabled / disabled / enabled the Catalog Mode. Still Add To Cart is button is not showing up anywhere.
    Is there some setting to enable it ?

    #627146

    Hello,

    01. Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    02. You can disable the wishlist, quick view and compare from Theme Settings >> Shop.

    If you want to disable on a single product only, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .wd-compare-btn.product-compare-button, .single-product .wd-wishlist-btn.wd-action-btn {
        display: none;
    }

    Best Regards

    #627149

    adnan110
    Participant

    Replied

    #627268

    adnan110
    Participant

    Hi,
    I think I found the problem.
    Will “Add To Cart” button appear only if I enter price of the product ?

    I entered price in a product to test and then the “Add to cart” button appeared on that particular product page.

    I would like our customers to be able to click on “add to cart” products to cart and then submit the order and then we will give quotation by email. We do not want to display product pricing on website and yet have the ability to use the cart to accept orders. How to do that ?

    #627291

    Hello,

    01. Yes, the “Add to Cart” button will only appear if a price is entered for the product. Without a price, the button remains hidden as the product is not considered purchasable.

    02. Unfortunately, there is no such option by default. You need to find a third party plugin to achieve more functionality that best suits you.
    https://wordpress.org/plugins/yith-woocommerce-request-a-quote/

    Best Regards

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