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

decaroilari

Member
XNullUser
Joined
Jul 13, 2021
Messages
58
Reaction score
0
Points
6
NullCash
12
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
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,454
Reaction score
6,435
Points
113
NullCash
35,354
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:


 

decaroilari

Member
XNullUser
Joined
Jul 13, 2021
Messages
58
Reaction score
0
Points
6
NullCash
12
thanks a lot ,
thanks you are the best
solved
 

l1nc79

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

pawnrick665

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

linkin71

Active member
Elite
XNullUser
Joined
Feb 28, 2022
Messages
85
Reaction score
202
Points
33
NullCash
824
Don't work at version 8. can you upload version 1.2.0
Many thanks
 
Top