Home Forums WoodMart support forum I only Want “Buy Now” Button On Single Product Page.

I only Want “Buy Now” Button On Single Product Page.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #621754

    likhoonkhan
    Participant

    I only Want “Buy Now” Button On Single Product Page,I turned off Add to cart option from my panel but still show add to cart button on single product page. Please help me.

    Attachments:
    You must be logged in to view attached files.
    #621869

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    button.single_add_to_cart_button.button.alt {
        display: none;
    }

    Best Regards.

    #621928

    likhoonkhan
    Participant

    Thanks Its worked,Now could you please help me how i can add on this list “Add To Cart” Option like “Add to wishlist”
    For better understanding i attached picture below.

    Attachments:
    You must be logged in to view attached files.
    #622014

    likhoonkhan
    Participant

    Another think i want,On “Sticky add to buy” button after scrolling down,After hide add to cart button,this option hidden automatic on mobile.

    Attachments:
    You must be logged in to view attached files.
    #622206

    Hello,

    1. Sorry but there is no option in Theme Settings available for that. You can not add the add to cart button next to the wishlist and compare button.

    It requires customizations and this is beyond our limitations and support policy.

    2. Ok, then please delete the previously given custom CSS code and use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-btn-design-full.wd-single-add-cart.text-left.wd-design-default.wd-swatch-layout-default.wd-stock-status-off.elementor-widget.elementor-widget-wd_single_product_add_to_cart button.single_add_to_cart_button.button.alt {
        display: none;
    }

    And add this below custom CSS code in Theme Settings >> Custom CSS >> Desktop CSS section:

    .wd-sticky-btn-cart button.single_add_to_cart_button.button.alt {
        display: none;
    }

    Best Regards.

    #622257

    likhoonkhan
    Participant

    Now showed,but i want the ‘Add to Cart’ button to be replaced with a ‘Buy Now’ option only

    Attachments:
    You must be logged in to view attached files.
    #622412

    Hello,

    Sorry, this is not possible to show the Buy now button on mobile instead of the sticky add to cart button.

    Best Regards.

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