Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Niels Lange

    (@nielslange)

    Hello @dimidrol88 ??

    You can disable the quantity buttons on the cart page by adding the following code to your site:

    add_filter( 'show_on_cart_page', '__return_false' );

    Thread Starter dimidrol88

    (@dimidrol88)

    How to disable on the product card?
    How can I disable the selection of quantities on product cards? And leave only in the description of the product itself.

    Plugin Author Niels Lange

    (@nielslange)

    How to disable on the product card?

    You can disable the quantity buttons on the cart page by adding the code snippet to your site that I shared before.

    How can I disable the selection of quantities on product cards? And leave only in the description of the product itself.

    I’m not sure what you mean by that. Can you explain to me what exactly you are aiming for?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable on the product card?’ is closed to new replies.