Home Forums WoodMart support forum Buy now button

Buy now button

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

    shweta
    Participant

    Hello,

    I have created the simple product and activated the buy now sticky when anybody clicks on the button this button goes up.

    please check the sticky buttons

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

    Hello,

    The buy now button doesn’t work for the Sticky add to cart button. This is how it works by default.

    Best Regards

    #482651

    shweta
    Participant

    whats the solutions???

    #482893

    Hello,

    Sorry to say this is the default functionality of the theme. We have no option to change this. It requires customizations and beyond our support policy.

    Best Regards.

    #483654

    shweta
    Participant

    Hello,

    I want to hide the buy now button only the sticky bar, not the single product page.

    can you give me the solution?

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

    Hello,

    Try to add following custom css code in Theme Setting > Custom CSS > Global custom css:

    .wd-sticky-btn-cart form.cart .wd-buy-now-btn {
    display: none !important;
    }

    Best Regards.

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