-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
executable file
·244 lines (174 loc) · 8.15 KB
/
README.txt
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
=== WooCommerce HookMeUp ===
Contributors: getbowtied
Tags: hooks, customize, theme, templates, woocommerce
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 2.7
Requires PHP: 7.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 9.0
WC tested up to: 9.4
Additional content and Customization for WooCommerce Templates.
== Description ==
**WooCommerce HookMeUp** helps non-developers insert additional content, banners, shortcodes by exploiting key areas in **any** WooCommerce Theme, without altering the theme's code.
Explore and use hidden places in pages like: Shop, Product Page, Cart, Checkout, Login, Register, My account, Thank You Page.
Add banners, text, links, call to actions or anything you can think of in strategic spots on your site that you can't normally manipulate.
Insert custom content via **Wordpress Dashboard** > **Appearance** > **Customize**.
No coding required.
The plugin was built to answer common questions such as:
How to add a banner above the shop page?
[youtube https://www.youtube.com/watch?v=Y8_u5AuX8_g]
WooCommerce HookMeUp will help you add additional content in the following WooCommerce templates:
- Shop & Categories (Archives)
- Single Product
- Cart
- Cart Widget
- Thank You Page
- Checkout
- Login / Register
- My Account
== Installation ==
The easiest way:
* In your WordPress admin dashboard navigate to the **Plugins** > **Add New**.
* Search for “HookMeUp”
* Click the “Install” button.
== Frequently Asked Questions ==
= Will WooCommerce HookMeUp work with my theme? =
Yes! WooCommerce HookMeUp should work with any WooCommerce Theme. Please note that themes may alter the original location of various WooCommerce hooks. If you run into any theme related issues you should reach out to theme author / theme support.
= Where can I report bugs or contribute to the project? =
Use the [WooCommerce HookMeUp GitHub Repository](https://github.com/getbowtied/Hook-Me-Up) to report issues or contribute to the plugin's development.
= Which WooCommerce templates can I customize? =
WooCommerce HookMeUp doesn't include the full list of [WooCommerce Hooks](https://docs.woocommerce.com/wc-apidocs/hook-docs.html) available, but the ones that make sense for common customizations.
**Archive Page**
- Before Main Content `woocommerce_before_main_content`
- Before Shop Loop `woocommerce_before_shop_loop`
- Before Shop Loop Item `woocommerce_before_shop_loop_item`
- Before Shop Loop Item Title `woocommerce_before_shop_loop_item_title`
- After Shop Loop Item Title `woocommerce_after_shop_loop_item_title`
- After Shop Loop Item `woocommerce_after_shop_loop_item`
- After Shop Loop `woocommerce_after_shop_loop`
- After Main Content `woocommerce_after_main_content`
**Single Product Page**
- Before Single Product `woocommerce_before_single_product`
- Single Product Summary `woocommerce_single_product_summary`
- Before Variations Form `woocommerce_before_variations_form`
- Before Add To Cart Form `woocommerce_before_add_to_cart_form`
- After Add To Cart Form `woocommerce_after_add_to_cart_form`
- Share `woocommerce_share`
- After Single Product `woocommerce_after_single_product`
**Cart Page**
- Before Cart `woocommerce_before_cart`
- Before Cart Table `woocommerce_before_cart_table`
- After Cart Table `woocommerce_after_cart_table`
- Before Cart Collaterals `woocommerce_before_cart_collaterals`
- Before Cart Totals `woocommerce_before_cart_totals`
- Before Shipping Calculator `woocommerce_before_shipping_calculator`
- After Shipping Calculator `woocommerce_after_shipping_calculator`
- Proceed To Checkout `woocommerce_proceed_to_checkout`
- After Cart Totals `woocommerce_after_cart_totals`
- After Cart `woocommerce_after_cart`
- Cart Is Empty `woocommerce_cart_is_empty`
**Cart Widget**
- Before Mini Cart `woocommerce_before_mini_cart`
- Mini Cart Contents `woocommerce_mini_cart_contents`
- Shopping Cart Buttons `woocommerce_widget_shopping_cart_buttons`
- After Mini Cart `woocommerce_after_mini_cart`
**Thank You Page**
- Thank You `woocommerce_thankyou`
**Checkout Page**
- Before Checkout Form `woocommerce_before_checkout_form`
- Before Checkout Billing Form `woocommerce_before_checkout_billing_form`
- After Checkout Registration Form `woocommerce_after_checkout_registration_form`
- After Checkout Billing Form `woocommerce_after_checkout_billing_form`
- Before Checkout Shipping Form `woocommerce_before_checkout_shipping_form`
- After Checkout Shipping Form `woocommerce_after_checkout_shipping_form`
- After Order Notes `woocommerce_after_order_notes`
- Before Order Review `woocommerce_checkout_before_order_review`
- Review Order - Before Payment `woocommerce_review_order_before_payment`
- Review Order - After Payment `woocommerce_review_order_after_payment`
- After Checkout Form `woocommerce_after_checkout_form`
**Login / Register**
- Before Customer Login Form `woocommerce_before_customer_login_form`
- Before Login Form `woocommerce_login_form_start`
- Before Login Submit Button `woocommerce_login_form`
- After Login Form `woocommerce_login_form_end`
- Before Register Form `woocommerce_register_form_start`
- Before Register Submit Button `woocommerce_register_form`
- After Register Form `woocommerce_register_form_end`
- After Customer Login Form `woocommerce_after_customer_login_form`
**My Account**
- Before Account Navigation `woocommerce_before_account_navigation`
- After Account Page Content `woocommerce_account_content`
- Account Dashboard `woocommerce_account_dashboard`
== Screenshots ==
1. Customizer Preview.
== Changelog ==
= 2.7 =
- Recheck Compatibility with WooCommerce 9.4
= 2.5.1 =
- Recheck Compatibility with WooCommerce 8.4
= 2.4 =
- WooCommerce HPOS Compatibility
= 2.3 =
- Small maintenance updates
= 2.1 =
- Recheck Compatibility with WordPress 6.2.2
- Recheck Compatibility with WooCommerce 7.9.0
= 1.8 =
- Retested for compatibility with WooCommerce 7.5
= 1.7 =
- Integrated SDK Updated
= 1.6 =
- Retested for compatibility with Wordpress 6.1.1 and WooCommerce 7.3
= 1.5.3 =
- Integrate SDK
= 1.4 =
- Retested for compatibility with Wordpress 6.0.2 and WooCommerce 6.9.1
= 1.3.5 =
- Added Before Cart Collaterals Hook `woocommerce_before_cart_collaterals`
- Added Before Variations Form Hook `woocommerce_before_variations_form`
- Retested for compatibility with Wordpress 5.8 and WooCommerce 5.6.0
= 1.3.4 =
- Retested for compatibility with Wordpress 5.7.2 and WooCommerce 5.4.1
= 1.3.3 =
- Retested for compatibility with WooCommerce 4.9.1
= 1.3.2 =
- Retested for compatibility with Wordpress 5.6 and WooCommerce 4.8.0
= 1.3.1 =
- Retested for compatibility with Wordpress 5.5 and WooCommerce 4.4.0
= 1.3.0 =
- Small maintenance updates
= 1.2.9 =
- Retested for compatibility with Wordpress 5.4 and WooCommerce 4.0.1
= 1.2.8 =
- Retested for compatibility with WooCommerce 4.0.0
= 1.2.7 =
- Retested for compatibility with Wordpress 5.3.2 and WooCommerce 3.9.3
= 1.2.6 =
- Style improvements for customizer hook sections
= 1.2.5 =
- WordPress 5.3 compatibility updates
- WooCommerce 3.8.0 compatibility updates
= 1.2.4 =
- Fixed: Customizer settings are accessible to all logged in users with capability of edit theme options
= 1.2.3 =
- Retested for compatibility with Wordpress 5.2.2 and WooCommerce 3.6.4
= 1.2.2 =
- Fixed: Customizer live preview for 'Preview Available Hooks' options
= 1.2.1 =
- New hooks available for My Account Dashboard and Login/Register Page
- Fixed: Translation issues
- Fixed: Store and apply hooks to the site regardless of the active theme
= 1.2 =
- New hooks available for Cart Widget and Thank You Page
- Style improvements for customizer hook sections
= 1.1 =
- Rebuild Customizer using WordPress Customizer API
- Support for shortcodes
= 1.0.1 =
- Set customizer Hooks Preview option default to false
= 1.0 =
- Initial Version
## Privacy Policy
WooCommerce HookMeUp uses SDK (Software Development Kit) to collect some telemetry data **upon user's confirmation**. This helps us to troubleshoot problems faster & make product improvements. The SDK **does not gather any data by default**. The SDK only starts gathering basic telemetry data **when a user allows it** via the admin notice. We collect the data to ensure a great user experience for all our users.