-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstore page commerce elements hide.less
More file actions
108 lines (58 loc) · 3.68 KB
/
Copy pathstore page commerce elements hide.less
File metadata and controls
108 lines (58 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/* begin TWC Store Page Commerce Elements Hide */
/*
store page commerce elements hide
License : < https://tinyurl.com/s872fb68 >
Version : 1.1.1
SS Versions : 7.1, 7.0
v7.1
Products V2
Compatible : Yes
v7.1
Fluid
Engine
Compatible : Not Applicable
v7.0 Templates : Adirondack
Wexley
your template is not listed? then it is not currently
supported or it doesn't need code to turn off the commerce
elements
Notes : v7.0 Design > Site Styles tweaks
Brine, York template families
turn off the commerce elements of a store page
Adirondack, Wexley templates
turn off the list price, this code overrides
Supply template
set Product List Price to 0em, this code overrides
Copyright : 2023-2025 Thomas Creedon
Tom's Web Consulting < http://www.tomsWeb.consulting/ >
*/
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price, // begin 7.1, list, price
.product-detail .product-meta .product-price, // begin detail, begin price
.product-detail .product-related-products .product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price, // end price, end detail, end 7.1
.show-product-price #productList .product .product-price, // begin 7.0, begin Adirondack; Wexley
#productDetails .product-mark, // there is a tweak for this element but we override it so the user only needs to install this code and not have to fiddle in the ui
#productDetails .product-price,
#productDetails .product-quantity-input,
#productDetails .product-variants,
#productDetails .sqs-add-to-cart-button-wrapper,
#productList .product .product-mark, // end Adirondack, Wexley
#productList .product-price-container, // begin Supply
.collection-type-products.view-item .product-mark, // there is a tweak for this element but we override it so the user only needs to install this code and not have to fiddle in the ui
.collection-type-products.view-item .product-price,
.collection-type-products.view-item .product-quantity-input,
.collection-type-products.view-item .product-variants,
.collection-type-products.view-item .sqs-add-to-cart-button-wrapper,
#productList .product .product-mark // end Supply, end 7.0
{
display : none;
}
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status, // important, begin 7.1, list, status
.product-detail .product-meta .product-add-ons, // begin detail, add ons
.product-detail .product-meta .product-add-to-cart, // add to cart and quantity
.product-detail .product-meta .product-status, // begin product status
.product-detail .product-related-products .product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status, // end product status
.product-detail .product-meta .product-variants // end detail, end 7.1
{
display : none !important;
}
/* end TWC Store Page Commerce Elements Hide */