Home Forums Themes Support Claue amount of the same product on product detail page

Viewing 11 reply threads
  • Author
    Posts
    • #41721

      Hey,

      I wanna get rid of the number count (increase & decrease) of products on the product detail page.

      The tool should stay in the card page though!

      thx

      R

    • #41722

      Hi,

      Please edit product and open inventory tab and follow this https://tppr.me/PUocd

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41723

      Thanks – but thats not what I ment!

      I dont wann show this feature on the product detail page of all products.

      If you put an article in the cart and you go to the cart – you can change the amount there if you want.

      yours

      R

       

    • #41726

      Hi,

      If you enable this feature on product detail on the cart page, customer also can’t change the quantity https://tppr.me/diF1T and you can enable for the product what you want, don’t apply for all products.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41731

      Hi,

      Please edit each product and follow this screenshot https://tppr.me/PUocd

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41754

      Sorry to stress your attention – but I think there is still a misunderstanding:

      I dont want to disable the function.

      I want to HIDE this feature on the product detail page (only) – and leave the cart page as it is!

      hope this clears things up!

      thx

       

    • #41756

      Hi Reinhard,

      Sorry because miss understood.

      Please add below code Claue > Theme Option > General Setting > Custom CSS

      .jas-wc-single .quantity .tc a.plus,
      .jas-wc-single .quantity .tc a.minus {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41767

      Thanks for the code!

      The “thing ” is still visible – only the “+” and “-” signs are gone.

       

    • #41768

      Hi,

      Please change code to

      .jas-wc-single .quantity {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41769

      Perfect!

      thx!

    • #41782

      Sorry – me again 😉

      When you click the color and the size – the “thing” appears again!

      Can you solve this too?

      best regards

      R

       

    • #41787

      Hi Reinhard,

      Please change code to

      .jas-wc-single .quantity {
      	display: none !important;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 11 reply threads

You must be logged in to reply to this topic.