Home › Forums › Themes Support › Claue › amount of the same product on product detail page
- This topic has 11 replies, 2 voices, and was last updated 3 years, 6 months ago by Harry.
-
AuthorPosts
-
-
June 17, 2021 at 7:09 pm #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
-
June 17, 2021 at 8:04 pm #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 -
June 18, 2021 at 2:35 am #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
-
June 18, 2021 at 4:21 pm #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 -
June 19, 2021 at 9:02 pm #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 -
June 22, 2021 at 6:34 pm #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
-
June 22, 2021 at 10:22 pm #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 -
June 23, 2021 at 2:02 pm #41767
Thanks for the code!
The “thing ” is still visible – only the “+” and “-” signs are gone.
-
June 23, 2021 at 4:20 pm #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 -
June 23, 2021 at 10:37 pm #41769
Perfect!
thx!
-
June 24, 2021 at 2:18 am #41782
Sorry – me again 😉
When you click the color and the size – the “thing” appears again!
Can you solve this too?
best regards
R
-
June 24, 2021 at 8:08 am #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
-
-
AuthorPosts
You must be logged in to reply to this topic.