V1.7 How I can hide add to cart in one product or in one category

decaroilari

Member
XNullUser
Joined
Jul 13, 2021
Messages
65
Reaction score
0
Points
6
NullCash
9
How I can hide add to cart in one product or in one category?

i have car store and I have cars parts and car , when I put parts there is e-commerce but when I put car how product there is add to cart with price.
i want delete add to cart in this product and add request info.
 

dan.anghel

New member
XNullUser
Joined
Apr 27, 2022
Messages
24
Reaction score
0
Points
1
Location
Barcelona, ES
NullCash
25
You can use CSS:

- to hide on product page
CSS:
.page-product .blockcart { display: none; }

- to hide on category page
CSS:
.page-category .blockcart { display: none; }
 

kdssjoasdcewqf

New member
XNullUser
Joined
May 16, 2022
Messages
3
Reaction score
1
Points
1
NullCash
13
Você pode usar CSS:

- para ocultar na página do produto
CSS:
.page-product .blockcart { display: none; }[/CÓDIGO]

- para ocultar na página da categoria
[CODE=css].page-category .blockcart { display: none; }[/CÓDIGO]
[/QUOTE]
tradução? do texto acima do CSS page-product {
 

freiserk

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
Jan 24, 2019
Messages
3,526
Reaction score
6,612
Points
113
NullCash
30,554
How I can hide add to cart in one product or in one category?

i have car store and I have cars parts and car , when I put parts there is e-commerce but when I put car how product there is add to cart with price.
i want delete add to cart in this product and add request info.

Test this:


And another options:


 

l1nc79

Member
XNullUser
Joined
Jan 15, 2022
Messages
87
Reaction score
0
Points
6
NullCash
11
Grazie tante per la condivisione dell'addon e per i consigli
 

pawnrick665

Member
XNullUser
Joined
Jul 19, 2022
Messages
129
Reaction score
1
Points
18
NullCash
4
Grazie tante per la condivisione dell'addon e per i consigli
 

linkin71

Well-known member
Diamond
Elite
XNullUser
Joined
Feb 28, 2022
Messages
121
Reaction score
281
Points
63
NullCash
768
Don't work at version 8. can you upload version 1.2.0
Many thanks
 
Top