@@ -6,66 +6,65 @@ |
||
6 | 6 | * @package Event Espresso |
7 | 7 | * @subpackage /shortcodes/ |
8 | 8 | * @author Brent Christensen |
9 | - |
|
10 | 9 | * ------------------------------------------------------------------------ |
11 | 10 | */ |
12 | 11 | class EES_Espresso_Checkout extends EES_Shortcode |
13 | 12 | { |
14 | 13 | |
15 | - /** |
|
16 | - * set_hooks - for hooking into EE Core, modules, etc |
|
17 | - * |
|
18 | - * @access public |
|
19 | - * @return void |
|
20 | - */ |
|
21 | - public static function set_hooks() |
|
22 | - { |
|
23 | - } |
|
14 | + /** |
|
15 | + * set_hooks - for hooking into EE Core, modules, etc |
|
16 | + * |
|
17 | + * @access public |
|
18 | + * @return void |
|
19 | + */ |
|
20 | + public static function set_hooks() |
|
21 | + { |
|
22 | + } |
|
24 | 23 | |
25 | - /** |
|
26 | - * set_hooks_admin - for hooking into EE Admin Core, modules, etc |
|
27 | - * |
|
28 | - * @access public |
|
29 | - * @return void |
|
30 | - */ |
|
31 | - public static function set_hooks_admin() |
|
32 | - { |
|
33 | - } |
|
24 | + /** |
|
25 | + * set_hooks_admin - for hooking into EE Admin Core, modules, etc |
|
26 | + * |
|
27 | + * @access public |
|
28 | + * @return void |
|
29 | + */ |
|
30 | + public static function set_hooks_admin() |
|
31 | + { |
|
32 | + } |
|
34 | 33 | |
35 | 34 | |
36 | 35 | |
37 | - /** |
|
38 | - * run - initial shortcode module setup called during "wp_loaded" hook |
|
39 | - * this method is primarily used for loading resources that will be required by the shortcode when it is actually processed |
|
40 | - * |
|
41 | - * @access public |
|
42 | - * @param WP $WP |
|
43 | - * @return void |
|
44 | - * @throws \EE_Error |
|
45 | - */ |
|
46 | - public function run(WP $WP) |
|
47 | - { |
|
48 | - } |
|
36 | + /** |
|
37 | + * run - initial shortcode module setup called during "wp_loaded" hook |
|
38 | + * this method is primarily used for loading resources that will be required by the shortcode when it is actually processed |
|
39 | + * |
|
40 | + * @access public |
|
41 | + * @param WP $WP |
|
42 | + * @return void |
|
43 | + * @throws \EE_Error |
|
44 | + */ |
|
45 | + public function run(WP $WP) |
|
46 | + { |
|
47 | + } |
|
49 | 48 | |
50 | 49 | |
51 | 50 | |
52 | - /** |
|
53 | - * process_shortcode - ESPRESSO_CHECKOUT |
|
54 | - * |
|
55 | - * @access public |
|
56 | - * @param array $attributes |
|
57 | - * @return string |
|
58 | - */ |
|
59 | - public function process_shortcode($attributes = array()) |
|
60 | - { |
|
61 | - \EE_Error::doing_it_wrong( |
|
62 | - __METHOD__, |
|
63 | - __( |
|
64 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCheckout::processShortcode() instead.', |
|
65 | - 'event_espresso' |
|
66 | - ), |
|
67 | - '4.9.27' |
|
68 | - ); |
|
69 | - return ''; |
|
70 | - } |
|
51 | + /** |
|
52 | + * process_shortcode - ESPRESSO_CHECKOUT |
|
53 | + * |
|
54 | + * @access public |
|
55 | + * @param array $attributes |
|
56 | + * @return string |
|
57 | + */ |
|
58 | + public function process_shortcode($attributes = array()) |
|
59 | + { |
|
60 | + \EE_Error::doing_it_wrong( |
|
61 | + __METHOD__, |
|
62 | + __( |
|
63 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCheckout::processShortcode() instead.', |
|
64 | + 'event_espresso' |
|
65 | + ), |
|
66 | + '4.9.27' |
|
67 | + ); |
|
68 | + return ''; |
|
69 | + } |
|
71 | 70 | } |
@@ -12,56 +12,56 @@ |
||
12 | 12 | { |
13 | 13 | |
14 | 14 | |
15 | - /** |
|
16 | - * run - initial module setup |
|
17 | - * |
|
18 | - * @access public |
|
19 | - * @param WP $WP |
|
20 | - * @return void |
|
21 | - */ |
|
22 | - public function run(WP $WP) |
|
23 | - { |
|
24 | - } |
|
15 | + /** |
|
16 | + * run - initial module setup |
|
17 | + * |
|
18 | + * @access public |
|
19 | + * @param WP $WP |
|
20 | + * @return void |
|
21 | + */ |
|
22 | + public function run(WP $WP) |
|
23 | + { |
|
24 | + } |
|
25 | 25 | |
26 | 26 | |
27 | - /** |
|
28 | - * set_hooks - for hooking into EE Core, modules, etc |
|
29 | - * |
|
30 | - * @access public |
|
31 | - * @return void |
|
32 | - */ |
|
33 | - public static function set_hooks() |
|
34 | - { |
|
35 | - } |
|
27 | + /** |
|
28 | + * set_hooks - for hooking into EE Core, modules, etc |
|
29 | + * |
|
30 | + * @access public |
|
31 | + * @return void |
|
32 | + */ |
|
33 | + public static function set_hooks() |
|
34 | + { |
|
35 | + } |
|
36 | 36 | |
37 | - /** |
|
38 | - * set_hooks_admin - for hooking into EE Admin Core, modules, etc |
|
39 | - * |
|
40 | - * @access public |
|
41 | - * @return void |
|
42 | - */ |
|
43 | - public static function set_hooks_admin() |
|
44 | - { |
|
45 | - } |
|
37 | + /** |
|
38 | + * set_hooks_admin - for hooking into EE Admin Core, modules, etc |
|
39 | + * |
|
40 | + * @access public |
|
41 | + * @return void |
|
42 | + */ |
|
43 | + public static function set_hooks_admin() |
|
44 | + { |
|
45 | + } |
|
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | - /** |
|
50 | - * @deprecated 4.9.27 |
|
51 | - * @param array $attributes |
|
52 | - * @return string |
|
53 | - * @throws \EE_Error |
|
54 | - */ |
|
55 | - public function process_shortcode($attributes = array()) |
|
56 | - { |
|
57 | - \EE_Error::doing_it_wrong( |
|
58 | - __METHOD__, |
|
59 | - __( |
|
60 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoEventAttendeesShortcode instead.', |
|
61 | - 'event_espresso' |
|
62 | - ), |
|
63 | - '4.9.27' |
|
64 | - ); |
|
65 | - return ''; |
|
66 | - } |
|
49 | + /** |
|
50 | + * @deprecated 4.9.27 |
|
51 | + * @param array $attributes |
|
52 | + * @return string |
|
53 | + * @throws \EE_Error |
|
54 | + */ |
|
55 | + public function process_shortcode($attributes = array()) |
|
56 | + { |
|
57 | + \EE_Error::doing_it_wrong( |
|
58 | + __METHOD__, |
|
59 | + __( |
|
60 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoEventAttendeesShortcode instead.', |
|
61 | + 'event_espresso' |
|
62 | + ), |
|
63 | + '4.9.27' |
|
64 | + ); |
|
65 | + return ''; |
|
66 | + } |
|
67 | 67 | } |
@@ -11,399 +11,399 @@ |
||
11 | 11 | class EES_Espresso_Thank_You extends EES_Shortcode |
12 | 12 | { |
13 | 13 | |
14 | - /** |
|
15 | - * time in seconds to wait for the IPN to arrive before telling the registrant to bugger off ( 1200s = 20 minutes ) |
|
16 | - */ |
|
17 | - const IPN_wait_time = 1200; |
|
18 | - |
|
19 | - |
|
20 | - |
|
21 | - |
|
22 | - /** |
|
23 | - * @deprecated 4.9.27 |
|
24 | - * @return void |
|
25 | - */ |
|
26 | - public static function set_hooks() |
|
27 | - { |
|
28 | - } |
|
29 | - |
|
30 | - |
|
31 | - |
|
32 | - /** |
|
33 | - * @deprecated 4.9.27 |
|
34 | - * @return void |
|
35 | - */ |
|
36 | - public static function set_hooks_admin() |
|
37 | - { |
|
38 | - } |
|
39 | - |
|
40 | - |
|
41 | - |
|
42 | - /** |
|
43 | - * @deprecated 4.9.27 |
|
44 | - * @return void |
|
45 | - */ |
|
46 | - public static function set_definitions() |
|
47 | - { |
|
48 | - \EE_Error::doing_it_wrong( |
|
49 | - __METHOD__, |
|
50 | - __( |
|
51 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
52 | - 'event_espresso' |
|
53 | - ), |
|
54 | - '4.9.27' |
|
55 | - ); |
|
56 | - } |
|
57 | - |
|
58 | - |
|
59 | - |
|
60 | - /** |
|
61 | - * @deprecated 4.9.27 |
|
62 | - * @return EE_Transaction |
|
63 | - */ |
|
64 | - public function get_txn() |
|
65 | - { |
|
66 | - \EE_Error::doing_it_wrong( |
|
67 | - __METHOD__, |
|
68 | - __( |
|
69 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
70 | - 'event_espresso' |
|
71 | - ), |
|
72 | - '4.9.27' |
|
73 | - ); |
|
74 | - } |
|
75 | - |
|
76 | - |
|
77 | - |
|
78 | - /** |
|
79 | - * @deprecated 4.9.27 |
|
80 | - * @param int $since |
|
81 | - * @return mixed array of EE_Payment || FALSE |
|
82 | - */ |
|
83 | - public function get_txn_payments($since = 0) |
|
84 | - { |
|
85 | - \EE_Error::doing_it_wrong( |
|
86 | - __METHOD__, |
|
87 | - __( |
|
88 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
89 | - 'event_espresso' |
|
90 | - ), |
|
91 | - '4.9.27' |
|
92 | - ); |
|
93 | - } |
|
94 | - |
|
95 | - |
|
96 | - |
|
97 | - /** |
|
98 | - * @deprecated 4.9.27 |
|
99 | - * @param string $reg_url_link |
|
100 | - * @return void |
|
101 | - */ |
|
102 | - public function set_reg_url_link($reg_url_link = null) |
|
103 | - { |
|
104 | - \EE_Error::doing_it_wrong( |
|
105 | - __METHOD__, |
|
106 | - __( |
|
107 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
108 | - 'event_espresso' |
|
109 | - ), |
|
110 | - '4.9.27' |
|
111 | - ); |
|
112 | - } |
|
113 | - |
|
114 | - |
|
115 | - |
|
116 | - /** |
|
117 | - * @deprecated 4.9.27 |
|
118 | - * @param WP $WP |
|
119 | - * @return void |
|
120 | - */ |
|
121 | - public function run(WP $WP) |
|
122 | - { |
|
123 | - } |
|
124 | - |
|
125 | - |
|
126 | - |
|
127 | - /** |
|
128 | - * @deprecated 4.9.27 |
|
129 | - * @return void |
|
130 | - */ |
|
131 | - protected function _translate_strings() |
|
132 | - { |
|
133 | - \EE_Error::doing_it_wrong( |
|
134 | - __METHOD__, |
|
135 | - __( |
|
136 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
137 | - 'event_espresso' |
|
138 | - ), |
|
139 | - '4.9.27' |
|
140 | - ); |
|
141 | - } |
|
142 | - |
|
143 | - |
|
144 | - |
|
145 | - /** |
|
146 | - * @deprecated 4.9.27 |
|
147 | - * @return void |
|
148 | - */ |
|
149 | - public function load_js() |
|
150 | - { |
|
151 | - \EE_Error::doing_it_wrong( |
|
152 | - __METHOD__, |
|
153 | - __( |
|
154 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
155 | - 'event_espresso' |
|
156 | - ), |
|
157 | - '4.9.27' |
|
158 | - ); |
|
159 | - } |
|
160 | - |
|
161 | - |
|
162 | - |
|
163 | - /** |
|
164 | - * @deprecated 4.9.27 |
|
165 | - * @return void |
|
166 | - * @throws \EE_Error |
|
167 | - */ |
|
168 | - public function init() |
|
169 | - { |
|
170 | - \EE_Error::doing_it_wrong( |
|
171 | - __METHOD__, |
|
172 | - __( |
|
173 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
174 | - 'event_espresso' |
|
175 | - ), |
|
176 | - '4.9.27' |
|
177 | - ); |
|
178 | - } |
|
179 | - |
|
180 | - |
|
181 | - |
|
182 | - /** |
|
183 | - * @deprecated 4.9.27 |
|
184 | - * @param array $attributes |
|
185 | - * @return string |
|
186 | - * @throws \EE_Error |
|
187 | - */ |
|
188 | - public function process_shortcode($attributes = array()) |
|
189 | - { |
|
190 | - \EE_Error::doing_it_wrong( |
|
191 | - __METHOD__, |
|
192 | - __( |
|
193 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
194 | - 'event_espresso' |
|
195 | - ), |
|
196 | - '4.9.27' |
|
197 | - ); |
|
198 | - return ''; |
|
199 | - } |
|
200 | - |
|
201 | - |
|
202 | - |
|
203 | - /** |
|
204 | - * @deprecated 4.9.27 |
|
205 | - * @param array $response |
|
206 | - * @param array $data |
|
207 | - * @return array |
|
208 | - * @throws \EE_Error |
|
209 | - */ |
|
210 | - public static function thank_you_page_IPN_monitor($response = array(), $data = array()) |
|
211 | - { |
|
212 | - \EE_Error::doing_it_wrong( |
|
213 | - __METHOD__, |
|
214 | - __( |
|
215 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
216 | - 'event_espresso' |
|
217 | - ), |
|
218 | - '4.9.27' |
|
219 | - ); |
|
220 | - } |
|
221 | - |
|
222 | - |
|
223 | - |
|
224 | - |
|
225 | - /** |
|
226 | - * @deprecated 4.9.27 |
|
227 | - * @return string |
|
228 | - * @throws \EE_Error |
|
229 | - */ |
|
230 | - public function get_registration_details() |
|
231 | - { |
|
232 | - \EE_Error::doing_it_wrong( |
|
233 | - __METHOD__, |
|
234 | - __( |
|
235 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
236 | - 'event_espresso' |
|
237 | - ), |
|
238 | - '4.9.27' |
|
239 | - ); |
|
240 | - } |
|
241 | - |
|
242 | - |
|
243 | - |
|
244 | - /** |
|
245 | - * resend_reg_confirmation_email |
|
246 | - * |
|
247 | - * @deprecated 4.9.27 |
|
248 | - */ |
|
249 | - public static function resend_reg_confirmation_email() |
|
250 | - { |
|
251 | - \EE_Error::doing_it_wrong( |
|
252 | - __METHOD__, |
|
253 | - __( |
|
254 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
255 | - 'event_espresso' |
|
256 | - ), |
|
257 | - '4.9.27' |
|
258 | - ); |
|
259 | - } |
|
260 | - |
|
261 | - |
|
262 | - |
|
263 | - /** |
|
264 | - * get_ajax_content |
|
265 | - * |
|
266 | - * @deprecated 4.9.27 |
|
267 | - * @return void |
|
268 | - */ |
|
269 | - public function get_ajax_content() |
|
270 | - { |
|
271 | - \EE_Error::doing_it_wrong( |
|
272 | - __METHOD__, |
|
273 | - __( |
|
274 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
275 | - 'event_espresso' |
|
276 | - ), |
|
277 | - '4.9.27' |
|
278 | - ); |
|
279 | - } |
|
280 | - |
|
281 | - |
|
282 | - |
|
283 | - /** |
|
284 | - * display_details_for_events |
|
285 | - * |
|
286 | - * @deprecated 4.9.27 |
|
287 | - * @param EE_Event[] $events |
|
288 | - * @return void |
|
289 | - */ |
|
290 | - public function display_details_for_events($events = array()) |
|
291 | - { |
|
292 | - \EE_Error::doing_it_wrong( |
|
293 | - __METHOD__, |
|
294 | - __( |
|
295 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
296 | - 'event_espresso' |
|
297 | - ), |
|
298 | - '4.9.27' |
|
299 | - ); |
|
300 | - } |
|
301 | - |
|
302 | - |
|
303 | - |
|
304 | - /** |
|
305 | - * display_details_for_events_requiring_pre_approval |
|
306 | - * |
|
307 | - * @deprecated 4.9.27 |
|
308 | - * @param EE_Event[] $events |
|
309 | - * @return void |
|
310 | - */ |
|
311 | - public function display_details_for_events_requiring_pre_approval($events = array()) |
|
312 | - { |
|
313 | - \EE_Error::doing_it_wrong( |
|
314 | - __METHOD__, |
|
315 | - __( |
|
316 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
317 | - 'event_espresso' |
|
318 | - ), |
|
319 | - '4.9.27' |
|
320 | - ); |
|
321 | - } |
|
322 | - |
|
323 | - |
|
324 | - |
|
325 | - /** |
|
326 | - * get_transaction_details |
|
327 | - * |
|
328 | - * @deprecated 4.9.27 |
|
329 | - * @return string |
|
330 | - * @throws \EE_Error |
|
331 | - */ |
|
332 | - public function get_transaction_details() |
|
333 | - { |
|
334 | - \EE_Error::doing_it_wrong( |
|
335 | - __METHOD__, |
|
336 | - __( |
|
337 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
338 | - 'event_espresso' |
|
339 | - ), |
|
340 | - '4.9.27' |
|
341 | - ); |
|
342 | - } |
|
343 | - |
|
344 | - |
|
345 | - |
|
346 | - /** |
|
347 | - * get_payment_row_html |
|
348 | - * |
|
349 | - * @deprecated 4.9.27 |
|
350 | - * @param EE_Payment $payment |
|
351 | - * @return string |
|
352 | - * @throws \EE_Error |
|
353 | - */ |
|
354 | - public function get_payment_row_html($payment = null) |
|
355 | - { |
|
356 | - \EE_Error::doing_it_wrong( |
|
357 | - __METHOD__, |
|
358 | - __( |
|
359 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
360 | - 'event_espresso' |
|
361 | - ), |
|
362 | - '4.9.27' |
|
363 | - ); |
|
364 | - } |
|
365 | - |
|
366 | - |
|
367 | - |
|
368 | - /** |
|
369 | - * get_payment_details |
|
370 | - * |
|
371 | - * @deprecated 4.9.27 |
|
372 | - * @param array $payments |
|
373 | - * @return string |
|
374 | - * @throws \EE_Error |
|
375 | - */ |
|
376 | - public function get_payment_details($payments = array()) |
|
377 | - { |
|
378 | - \EE_Error::doing_it_wrong( |
|
379 | - __METHOD__, |
|
380 | - __( |
|
381 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
382 | - 'event_espresso' |
|
383 | - ), |
|
384 | - '4.9.27' |
|
385 | - ); |
|
386 | - } |
|
387 | - |
|
388 | - |
|
389 | - |
|
390 | - /** |
|
391 | - * get_payment_details |
|
392 | - * |
|
393 | - * @deprecated 4.9.27 |
|
394 | - * @param array $payments |
|
395 | - * @return string |
|
396 | - * @throws \EE_Error |
|
397 | - */ |
|
398 | - public function get_new_payments($payments = array()) |
|
399 | - { |
|
400 | - \EE_Error::doing_it_wrong( |
|
401 | - __METHOD__, |
|
402 | - __( |
|
403 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
404 | - 'event_espresso' |
|
405 | - ), |
|
406 | - '4.9.27' |
|
407 | - ); |
|
408 | - } |
|
14 | + /** |
|
15 | + * time in seconds to wait for the IPN to arrive before telling the registrant to bugger off ( 1200s = 20 minutes ) |
|
16 | + */ |
|
17 | + const IPN_wait_time = 1200; |
|
18 | + |
|
19 | + |
|
20 | + |
|
21 | + |
|
22 | + /** |
|
23 | + * @deprecated 4.9.27 |
|
24 | + * @return void |
|
25 | + */ |
|
26 | + public static function set_hooks() |
|
27 | + { |
|
28 | + } |
|
29 | + |
|
30 | + |
|
31 | + |
|
32 | + /** |
|
33 | + * @deprecated 4.9.27 |
|
34 | + * @return void |
|
35 | + */ |
|
36 | + public static function set_hooks_admin() |
|
37 | + { |
|
38 | + } |
|
39 | + |
|
40 | + |
|
41 | + |
|
42 | + /** |
|
43 | + * @deprecated 4.9.27 |
|
44 | + * @return void |
|
45 | + */ |
|
46 | + public static function set_definitions() |
|
47 | + { |
|
48 | + \EE_Error::doing_it_wrong( |
|
49 | + __METHOD__, |
|
50 | + __( |
|
51 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
52 | + 'event_espresso' |
|
53 | + ), |
|
54 | + '4.9.27' |
|
55 | + ); |
|
56 | + } |
|
57 | + |
|
58 | + |
|
59 | + |
|
60 | + /** |
|
61 | + * @deprecated 4.9.27 |
|
62 | + * @return EE_Transaction |
|
63 | + */ |
|
64 | + public function get_txn() |
|
65 | + { |
|
66 | + \EE_Error::doing_it_wrong( |
|
67 | + __METHOD__, |
|
68 | + __( |
|
69 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
70 | + 'event_espresso' |
|
71 | + ), |
|
72 | + '4.9.27' |
|
73 | + ); |
|
74 | + } |
|
75 | + |
|
76 | + |
|
77 | + |
|
78 | + /** |
|
79 | + * @deprecated 4.9.27 |
|
80 | + * @param int $since |
|
81 | + * @return mixed array of EE_Payment || FALSE |
|
82 | + */ |
|
83 | + public function get_txn_payments($since = 0) |
|
84 | + { |
|
85 | + \EE_Error::doing_it_wrong( |
|
86 | + __METHOD__, |
|
87 | + __( |
|
88 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
89 | + 'event_espresso' |
|
90 | + ), |
|
91 | + '4.9.27' |
|
92 | + ); |
|
93 | + } |
|
94 | + |
|
95 | + |
|
96 | + |
|
97 | + /** |
|
98 | + * @deprecated 4.9.27 |
|
99 | + * @param string $reg_url_link |
|
100 | + * @return void |
|
101 | + */ |
|
102 | + public function set_reg_url_link($reg_url_link = null) |
|
103 | + { |
|
104 | + \EE_Error::doing_it_wrong( |
|
105 | + __METHOD__, |
|
106 | + __( |
|
107 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
108 | + 'event_espresso' |
|
109 | + ), |
|
110 | + '4.9.27' |
|
111 | + ); |
|
112 | + } |
|
113 | + |
|
114 | + |
|
115 | + |
|
116 | + /** |
|
117 | + * @deprecated 4.9.27 |
|
118 | + * @param WP $WP |
|
119 | + * @return void |
|
120 | + */ |
|
121 | + public function run(WP $WP) |
|
122 | + { |
|
123 | + } |
|
124 | + |
|
125 | + |
|
126 | + |
|
127 | + /** |
|
128 | + * @deprecated 4.9.27 |
|
129 | + * @return void |
|
130 | + */ |
|
131 | + protected function _translate_strings() |
|
132 | + { |
|
133 | + \EE_Error::doing_it_wrong( |
|
134 | + __METHOD__, |
|
135 | + __( |
|
136 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
137 | + 'event_espresso' |
|
138 | + ), |
|
139 | + '4.9.27' |
|
140 | + ); |
|
141 | + } |
|
142 | + |
|
143 | + |
|
144 | + |
|
145 | + /** |
|
146 | + * @deprecated 4.9.27 |
|
147 | + * @return void |
|
148 | + */ |
|
149 | + public function load_js() |
|
150 | + { |
|
151 | + \EE_Error::doing_it_wrong( |
|
152 | + __METHOD__, |
|
153 | + __( |
|
154 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
155 | + 'event_espresso' |
|
156 | + ), |
|
157 | + '4.9.27' |
|
158 | + ); |
|
159 | + } |
|
160 | + |
|
161 | + |
|
162 | + |
|
163 | + /** |
|
164 | + * @deprecated 4.9.27 |
|
165 | + * @return void |
|
166 | + * @throws \EE_Error |
|
167 | + */ |
|
168 | + public function init() |
|
169 | + { |
|
170 | + \EE_Error::doing_it_wrong( |
|
171 | + __METHOD__, |
|
172 | + __( |
|
173 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
174 | + 'event_espresso' |
|
175 | + ), |
|
176 | + '4.9.27' |
|
177 | + ); |
|
178 | + } |
|
179 | + |
|
180 | + |
|
181 | + |
|
182 | + /** |
|
183 | + * @deprecated 4.9.27 |
|
184 | + * @param array $attributes |
|
185 | + * @return string |
|
186 | + * @throws \EE_Error |
|
187 | + */ |
|
188 | + public function process_shortcode($attributes = array()) |
|
189 | + { |
|
190 | + \EE_Error::doing_it_wrong( |
|
191 | + __METHOD__, |
|
192 | + __( |
|
193 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
194 | + 'event_espresso' |
|
195 | + ), |
|
196 | + '4.9.27' |
|
197 | + ); |
|
198 | + return ''; |
|
199 | + } |
|
200 | + |
|
201 | + |
|
202 | + |
|
203 | + /** |
|
204 | + * @deprecated 4.9.27 |
|
205 | + * @param array $response |
|
206 | + * @param array $data |
|
207 | + * @return array |
|
208 | + * @throws \EE_Error |
|
209 | + */ |
|
210 | + public static function thank_you_page_IPN_monitor($response = array(), $data = array()) |
|
211 | + { |
|
212 | + \EE_Error::doing_it_wrong( |
|
213 | + __METHOD__, |
|
214 | + __( |
|
215 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
216 | + 'event_espresso' |
|
217 | + ), |
|
218 | + '4.9.27' |
|
219 | + ); |
|
220 | + } |
|
221 | + |
|
222 | + |
|
223 | + |
|
224 | + |
|
225 | + /** |
|
226 | + * @deprecated 4.9.27 |
|
227 | + * @return string |
|
228 | + * @throws \EE_Error |
|
229 | + */ |
|
230 | + public function get_registration_details() |
|
231 | + { |
|
232 | + \EE_Error::doing_it_wrong( |
|
233 | + __METHOD__, |
|
234 | + __( |
|
235 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
236 | + 'event_espresso' |
|
237 | + ), |
|
238 | + '4.9.27' |
|
239 | + ); |
|
240 | + } |
|
241 | + |
|
242 | + |
|
243 | + |
|
244 | + /** |
|
245 | + * resend_reg_confirmation_email |
|
246 | + * |
|
247 | + * @deprecated 4.9.27 |
|
248 | + */ |
|
249 | + public static function resend_reg_confirmation_email() |
|
250 | + { |
|
251 | + \EE_Error::doing_it_wrong( |
|
252 | + __METHOD__, |
|
253 | + __( |
|
254 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
255 | + 'event_espresso' |
|
256 | + ), |
|
257 | + '4.9.27' |
|
258 | + ); |
|
259 | + } |
|
260 | + |
|
261 | + |
|
262 | + |
|
263 | + /** |
|
264 | + * get_ajax_content |
|
265 | + * |
|
266 | + * @deprecated 4.9.27 |
|
267 | + * @return void |
|
268 | + */ |
|
269 | + public function get_ajax_content() |
|
270 | + { |
|
271 | + \EE_Error::doing_it_wrong( |
|
272 | + __METHOD__, |
|
273 | + __( |
|
274 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
275 | + 'event_espresso' |
|
276 | + ), |
|
277 | + '4.9.27' |
|
278 | + ); |
|
279 | + } |
|
280 | + |
|
281 | + |
|
282 | + |
|
283 | + /** |
|
284 | + * display_details_for_events |
|
285 | + * |
|
286 | + * @deprecated 4.9.27 |
|
287 | + * @param EE_Event[] $events |
|
288 | + * @return void |
|
289 | + */ |
|
290 | + public function display_details_for_events($events = array()) |
|
291 | + { |
|
292 | + \EE_Error::doing_it_wrong( |
|
293 | + __METHOD__, |
|
294 | + __( |
|
295 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
296 | + 'event_espresso' |
|
297 | + ), |
|
298 | + '4.9.27' |
|
299 | + ); |
|
300 | + } |
|
301 | + |
|
302 | + |
|
303 | + |
|
304 | + /** |
|
305 | + * display_details_for_events_requiring_pre_approval |
|
306 | + * |
|
307 | + * @deprecated 4.9.27 |
|
308 | + * @param EE_Event[] $events |
|
309 | + * @return void |
|
310 | + */ |
|
311 | + public function display_details_for_events_requiring_pre_approval($events = array()) |
|
312 | + { |
|
313 | + \EE_Error::doing_it_wrong( |
|
314 | + __METHOD__, |
|
315 | + __( |
|
316 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
317 | + 'event_espresso' |
|
318 | + ), |
|
319 | + '4.9.27' |
|
320 | + ); |
|
321 | + } |
|
322 | + |
|
323 | + |
|
324 | + |
|
325 | + /** |
|
326 | + * get_transaction_details |
|
327 | + * |
|
328 | + * @deprecated 4.9.27 |
|
329 | + * @return string |
|
330 | + * @throws \EE_Error |
|
331 | + */ |
|
332 | + public function get_transaction_details() |
|
333 | + { |
|
334 | + \EE_Error::doing_it_wrong( |
|
335 | + __METHOD__, |
|
336 | + __( |
|
337 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
338 | + 'event_espresso' |
|
339 | + ), |
|
340 | + '4.9.27' |
|
341 | + ); |
|
342 | + } |
|
343 | + |
|
344 | + |
|
345 | + |
|
346 | + /** |
|
347 | + * get_payment_row_html |
|
348 | + * |
|
349 | + * @deprecated 4.9.27 |
|
350 | + * @param EE_Payment $payment |
|
351 | + * @return string |
|
352 | + * @throws \EE_Error |
|
353 | + */ |
|
354 | + public function get_payment_row_html($payment = null) |
|
355 | + { |
|
356 | + \EE_Error::doing_it_wrong( |
|
357 | + __METHOD__, |
|
358 | + __( |
|
359 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
360 | + 'event_espresso' |
|
361 | + ), |
|
362 | + '4.9.27' |
|
363 | + ); |
|
364 | + } |
|
365 | + |
|
366 | + |
|
367 | + |
|
368 | + /** |
|
369 | + * get_payment_details |
|
370 | + * |
|
371 | + * @deprecated 4.9.27 |
|
372 | + * @param array $payments |
|
373 | + * @return string |
|
374 | + * @throws \EE_Error |
|
375 | + */ |
|
376 | + public function get_payment_details($payments = array()) |
|
377 | + { |
|
378 | + \EE_Error::doing_it_wrong( |
|
379 | + __METHOD__, |
|
380 | + __( |
|
381 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
382 | + 'event_espresso' |
|
383 | + ), |
|
384 | + '4.9.27' |
|
385 | + ); |
|
386 | + } |
|
387 | + |
|
388 | + |
|
389 | + |
|
390 | + /** |
|
391 | + * get_payment_details |
|
392 | + * |
|
393 | + * @deprecated 4.9.27 |
|
394 | + * @param array $payments |
|
395 | + * @return string |
|
396 | + * @throws \EE_Error |
|
397 | + */ |
|
398 | + public function get_new_payments($payments = array()) |
|
399 | + { |
|
400 | + \EE_Error::doing_it_wrong( |
|
401 | + __METHOD__, |
|
402 | + __( |
|
403 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoThankYou instead.', |
|
404 | + 'event_espresso' |
|
405 | + ), |
|
406 | + '4.9.27' |
|
407 | + ); |
|
408 | + } |
|
409 | 409 | } |
@@ -13,26 +13,26 @@ |
||
13 | 13 | <div class="ee-attention"> |
14 | 14 | <div class="extra-padding-sides"> |
15 | 15 | <?php echo apply_filters( |
16 | - 'FHEE__thank_you_page_overview_template__order_conf_desc', |
|
17 | - sprintf( |
|
18 | - $order_conf_desc, |
|
19 | - '<h3 class="">', |
|
20 | - '</h3>', |
|
21 | - '<br />' |
|
22 | - ) |
|
23 | - ); |
|
24 | - if (! empty($TXN_receipt_url)) : ?> |
|
16 | + 'FHEE__thank_you_page_overview_template__order_conf_desc', |
|
17 | + sprintf( |
|
18 | + $order_conf_desc, |
|
19 | + '<h3 class="">', |
|
20 | + '</h3>', |
|
21 | + '<br />' |
|
22 | + ) |
|
23 | + ); |
|
24 | + if (! empty($TXN_receipt_url)) : ?> |
|
25 | 25 | <br/> |
26 | 26 | <div class="jst-rght"> |
27 | 27 | <a class="ee-button ee-roundish indented-text big-text" |
28 | 28 | href="<?php echo $TXN_receipt_url; ?>"><span |
29 | 29 | class="ee-icon ee-icon-PDF-file-type"></span> |
30 | 30 | <?php |
31 | - echo apply_filters( |
|
32 | - 'FHEE__thank_you_page_overview_template__order_conf_button_text', |
|
33 | - __('View Full Order Confirmation Receipt', 'event_espresso') |
|
34 | - ); |
|
35 | - ?></a> |
|
31 | + echo apply_filters( |
|
32 | + 'FHEE__thank_you_page_overview_template__order_conf_button_text', |
|
33 | + __('View Full Order Confirmation Receipt', 'event_espresso') |
|
34 | + ); |
|
35 | + ?></a> |
|
36 | 36 | </div> |
37 | 37 | <?php endif; ?> |
38 | 38 | </div> |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | |
10 | 10 | <div id="espresso-thank-you-page-overview-dv" class="width-100"> |
11 | 11 | |
12 | - <?php if (! $revisit) : ?> |
|
12 | + <?php if ( ! $revisit) : ?> |
|
13 | 13 | <div class="ee-attention"> |
14 | 14 | <div class="extra-padding-sides"> |
15 | 15 | <?php echo apply_filters( |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | '<br />' |
22 | 22 | ) |
23 | 23 | ); |
24 | - if (! empty($TXN_receipt_url)) : ?> |
|
24 | + if ( ! empty($TXN_receipt_url)) : ?> |
|
25 | 25 | <br/> |
26 | 26 | <div class="jst-rght"> |
27 | 27 | <a class="ee-button ee-roundish indented-text big-text" |
@@ -9,22 +9,22 @@ discard block |
||
9 | 9 | |
10 | 10 | <div class="ee-registration-details-dv"> |
11 | 11 | <?php |
12 | - $registrations = $transaction->registrations(); |
|
13 | - $registrations = is_array($registrations) ? $registrations : array(); |
|
14 | - $reg_count = count($registrations); |
|
15 | - $reg_cntr = 0; |
|
16 | - $event_name = ''; |
|
17 | - $wait_list = false; |
|
18 | - foreach ($registrations as $registration) { |
|
19 | - if ($registration instanceof EE_Registration) { |
|
20 | - if ($event_name != $registration->event_name() && ! empty($event_name)) { ?> |
|
12 | + $registrations = $transaction->registrations(); |
|
13 | + $registrations = is_array($registrations) ? $registrations : array(); |
|
14 | + $reg_count = count($registrations); |
|
15 | + $reg_cntr = 0; |
|
16 | + $event_name = ''; |
|
17 | + $wait_list = false; |
|
18 | + foreach ($registrations as $registration) { |
|
19 | + if ($registration instanceof EE_Registration) { |
|
20 | + if ($event_name != $registration->event_name() && ! empty($event_name)) { ?> |
|
21 | 21 | </tbody> |
22 | 22 | </table> |
23 | 23 | <?php |
24 | - } |
|
25 | - $reg_cntr++; |
|
26 | - if ($event_name != $registration->event_name()) { |
|
27 | - ?> |
|
24 | + } |
|
25 | + $reg_cntr++; |
|
26 | + if ($event_name != $registration->event_name()) { |
|
27 | + ?> |
|
28 | 28 | <h5> |
29 | 29 | <span class="smaller-text grey-text"><?php _e('for', 'event_espresso'); ?> |
30 | 30 | : </span> <?php echo htmlentities($registration->event_name(), ENT_QUOTES, 'UTF-8'); ?> |
@@ -45,48 +45,48 @@ discard block |
||
45 | 45 | </thead> |
46 | 46 | <tbody> |
47 | 47 | <?php |
48 | - } |
|
49 | - if ($is_primary || (! $is_primary && $reg_url_link == $registration->reg_url_link())) { ?> |
|
48 | + } |
|
49 | + if ($is_primary || (! $is_primary && $reg_url_link == $registration->reg_url_link())) { ?> |
|
50 | 50 | <tr> |
51 | 51 | <td width="40%"> |
52 | 52 | <?php |
53 | - if ($registration->attendee() instanceof EE_Attendee) { |
|
54 | - echo $registration->attendee()->full_name(true); |
|
55 | - } |
|
56 | - ?> |
|
53 | + if ($registration->attendee() instanceof EE_Attendee) { |
|
54 | + echo $registration->attendee()->full_name(true); |
|
55 | + } |
|
56 | + ?> |
|
57 | 57 | <p class="tiny-text" style="margin: .75em 0 0;"> |
58 | 58 | <?php |
59 | - if ($registration->count_question_groups()) { |
|
60 | - ?> |
|
59 | + if ($registration->count_question_groups()) { |
|
60 | + ?> |
|
61 | 61 | <a class="ee-icon-only-lnk" |
62 | 62 | href="<?php echo $registration->edit_attendee_information_url(); ?>" |
63 | 63 | title="<?php |
64 | - esc_attr_e( |
|
65 | - 'Click here to edit Attendee Information', |
|
66 | - 'event_espresso' |
|
67 | - ); ?>"><span class="ee-icon ee-icon-user-edit"></span> |
|
64 | + esc_attr_e( |
|
65 | + 'Click here to edit Attendee Information', |
|
66 | + 'event_espresso' |
|
67 | + ); ?>"><span class="ee-icon ee-icon-user-edit"></span> |
|
68 | 68 | <?php |
69 | - _e( |
|
70 | - 'edit info', |
|
71 | - 'event_espresso' |
|
72 | - ); ?></a> |
|
69 | + _e( |
|
70 | + 'edit info', |
|
71 | + 'event_espresso' |
|
72 | + ); ?></a> |
|
73 | 73 | <?php } ?> |
74 | 74 | <a class="ee-resend-reg-confirmation-email ee-icon-only-lnk" |
75 | 75 | href="<?php |
76 | - echo add_query_arg( |
|
77 | - array('token' => $registration->reg_url_link(), 'resend_reg_confirmation' => 'true'), |
|
78 | - EE_Registry::instance()->CFG->core->thank_you_page_url() |
|
79 | - ); ?>" title="<?php |
|
80 | - esc_attr_e( |
|
81 | - 'Click here to resend the Registration Confirmation email', |
|
82 | - 'event_espresso' |
|
83 | - ); ?>" rel="<?php echo $registration->reg_url_link(); ?>"><span |
|
76 | + echo add_query_arg( |
|
77 | + array('token' => $registration->reg_url_link(), 'resend_reg_confirmation' => 'true'), |
|
78 | + EE_Registry::instance()->CFG->core->thank_you_page_url() |
|
79 | + ); ?>" title="<?php |
|
80 | + esc_attr_e( |
|
81 | + 'Click here to resend the Registration Confirmation email', |
|
82 | + 'event_espresso' |
|
83 | + ); ?>" rel="<?php echo $registration->reg_url_link(); ?>"><span |
|
84 | 84 | class="dashicons dashicons-email-alt"></span> |
85 | 85 | <?php |
86 | - _e( |
|
87 | - 'resend email', |
|
88 | - 'event_espresso' |
|
89 | - ); ?></a> |
|
86 | + _e( |
|
87 | + 'resend email', |
|
88 | + 'event_espresso' |
|
89 | + ); ?></a> |
|
90 | 90 | </p> |
91 | 91 | </td> |
92 | 92 | <td width="25%" class="jst-left"> |
@@ -95,53 +95,53 @@ discard block |
||
95 | 95 | <td width="35%" class="jst-left"> |
96 | 96 | <?php $registration->e_pretty_status(true) ?> |
97 | 97 | <?php |
98 | - if ($registration->status_ID() === EEM_Registration::status_id_wait_list) { |
|
99 | - $wait_list = true; |
|
100 | - } |
|
101 | - ?> |
|
98 | + if ($registration->status_ID() === EEM_Registration::status_id_wait_list) { |
|
99 | + $wait_list = true; |
|
100 | + } |
|
101 | + ?> |
|
102 | 102 | </td> |
103 | 103 | </tr> |
104 | 104 | <?php do_action( |
105 | - 'AHEE__thank_you_page_registration_details_template__after_registration_table_row', |
|
106 | - $registration |
|
107 | - ); ?> |
|
105 | + 'AHEE__thank_you_page_registration_details_template__after_registration_table_row', |
|
106 | + $registration |
|
107 | + ); ?> |
|
108 | 108 | <?php |
109 | - $event_name = $registration->event_name(); |
|
110 | - } |
|
111 | - if ($reg_cntr >= $reg_count) { |
|
112 | - ?> |
|
109 | + $event_name = $registration->event_name(); |
|
110 | + } |
|
111 | + if ($reg_cntr >= $reg_count) { |
|
112 | + ?> |
|
113 | 113 | </tbody> |
114 | 114 | </table> |
115 | 115 | <?php |
116 | - } |
|
117 | - } |
|
118 | - } |
|
119 | - ?> |
|
116 | + } |
|
117 | + } |
|
118 | + } |
|
119 | + ?> |
|
120 | 120 | <?php if ($is_primary && $SPCO_attendee_information_url) { ?> |
121 | 121 | <p class="small-text jst-rght"> |
122 | 122 | <a href='<?php echo $SPCO_attendee_information_url ?>'> |
123 | 123 | <?php |
124 | - _e( |
|
125 | - "Click here to edit All Attendee Information", |
|
126 | - 'event_espresso' |
|
127 | - ); ?></a> |
|
124 | + _e( |
|
125 | + "Click here to edit All Attendee Information", |
|
126 | + 'event_espresso' |
|
127 | + ); ?></a> |
|
128 | 128 | </p> |
129 | 129 | <?php } ?> |
130 | 130 | <?php if ($wait_list) { ?> |
131 | 131 | <?php |
132 | - echo apply_filters( |
|
133 | - 'AFEE__thank_you_page_registration_details_template__wait_list_notice', |
|
134 | - sprintf( |
|
135 | - __( |
|
136 | - '%1$sre: Wait List Registrations%2$sPlease note that the total cost listed below in the Transaction Details is for ALL registrations, including those that are on the wait list, even though they can not be currently paid for. If any spaces become available however, you may be notified by the Event admin and have the opportunity to secure the remaining tickets by making a payment for them.%3$s', |
|
137 | - 'event_espresso' |
|
138 | - ), |
|
139 | - '<h6 class="" style="margin-bottom:.25em;"><span class="dashicons dashicons-clipboard ee-icon-size-16 purple-text"></span>', |
|
140 | - '</h6 ><p class="ee-wait-list-notice">', |
|
141 | - '</p ><br />' |
|
142 | - ) |
|
143 | - ); |
|
144 | - ?> |
|
132 | + echo apply_filters( |
|
133 | + 'AFEE__thank_you_page_registration_details_template__wait_list_notice', |
|
134 | + sprintf( |
|
135 | + __( |
|
136 | + '%1$sre: Wait List Registrations%2$sPlease note that the total cost listed below in the Transaction Details is for ALL registrations, including those that are on the wait list, even though they can not be currently paid for. If any spaces become available however, you may be notified by the Event admin and have the opportunity to secure the remaining tickets by making a payment for them.%3$s', |
|
137 | + 'event_espresso' |
|
138 | + ), |
|
139 | + '<h6 class="" style="margin-bottom:.25em;"><span class="dashicons dashicons-clipboard ee-icon-size-16 purple-text"></span>', |
|
140 | + '</h6 ><p class="ee-wait-list-notice">', |
|
141 | + '</p ><br />' |
|
142 | + ) |
|
143 | + ); |
|
144 | + ?> |
|
145 | 145 | <?php } ?> |
146 | 146 | |
147 | 147 |
@@ -46,7 +46,7 @@ |
||
46 | 46 | <tbody> |
47 | 47 | <?php |
48 | 48 | } |
49 | - if ($is_primary || (! $is_primary && $reg_url_link == $registration->reg_url_link())) { ?> |
|
49 | + if ($is_primary || ( ! $is_primary && $reg_url_link == $registration->reg_url_link())) { ?> |
|
50 | 50 | <tr> |
51 | 51 | <td width="40%"> |
52 | 52 | <?php |
@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | |
6 | 6 | <div id="espresso-thank-you-page-payment-details-dv"> |
7 | 7 | <?php |
8 | - if (! empty($payments)) { ?> |
|
8 | + if (! empty($payments)) { ?> |
|
9 | 9 | <table class="ee-table"> |
10 | 10 | <thead> |
11 | 11 | <tr> |
@@ -25,40 +25,40 @@ discard block |
||
25 | 25 | </thead> |
26 | 26 | <tbody> |
27 | 27 | <?php |
28 | - foreach ($payments as $payment) { |
|
29 | - echo $payment; |
|
30 | - } |
|
31 | - ?> |
|
28 | + foreach ($payments as $payment) { |
|
29 | + echo $payment; |
|
30 | + } |
|
31 | + ?> |
|
32 | 32 | </tbody> |
33 | 33 | </table> |
34 | 34 | <?php |
35 | - } else { |
|
36 | - if ($transaction->total()) { |
|
37 | - echo apply_filters( |
|
38 | - 'FHEE__payment_overview_template__no_payments_made', |
|
39 | - sprintf( |
|
40 | - __('%sNo payments towards this transaction have been received.%s', 'event_espresso'), |
|
41 | - '<p class="important-notice">', |
|
42 | - '</p>' |
|
43 | - ) |
|
44 | - ); |
|
45 | - do_action('AHEE__thank_you_page_payment_details_template__no_payments_made', $transaction); |
|
46 | - } else { |
|
47 | - echo apply_filters( |
|
48 | - 'FHEE__payment_overview_template__no_payment_required', |
|
49 | - sprintf( |
|
50 | - __('%sNo payment is required for this transaction.%s', 'event_espresso'), |
|
51 | - '<p>', |
|
52 | - '</p>' |
|
53 | - ) |
|
54 | - ); |
|
55 | - do_action('AHEE__thank_you_page_payment_details_template__no_payment_required'); |
|
56 | - } |
|
57 | - } |
|
58 | - echo $gateway_content; |
|
59 | - do_action('AHEE__thank_you_page_payment_details_template__after_gateway_content', $gateway_content); |
|
35 | + } else { |
|
36 | + if ($transaction->total()) { |
|
37 | + echo apply_filters( |
|
38 | + 'FHEE__payment_overview_template__no_payments_made', |
|
39 | + sprintf( |
|
40 | + __('%sNo payments towards this transaction have been received.%s', 'event_espresso'), |
|
41 | + '<p class="important-notice">', |
|
42 | + '</p>' |
|
43 | + ) |
|
44 | + ); |
|
45 | + do_action('AHEE__thank_you_page_payment_details_template__no_payments_made', $transaction); |
|
46 | + } else { |
|
47 | + echo apply_filters( |
|
48 | + 'FHEE__payment_overview_template__no_payment_required', |
|
49 | + sprintf( |
|
50 | + __('%sNo payment is required for this transaction.%s', 'event_espresso'), |
|
51 | + '<p>', |
|
52 | + '</p>' |
|
53 | + ) |
|
54 | + ); |
|
55 | + do_action('AHEE__thank_you_page_payment_details_template__no_payment_required'); |
|
56 | + } |
|
57 | + } |
|
58 | + echo $gateway_content; |
|
59 | + do_action('AHEE__thank_you_page_payment_details_template__after_gateway_content', $gateway_content); |
|
60 | 60 | |
61 | - ?> |
|
61 | + ?> |
|
62 | 62 | |
63 | 63 | <br/> |
64 | 64 | <?php do_action('AHEE__thank_you_page_payment_details_template__after_payment_details'); ?> |
@@ -5,7 +5,7 @@ |
||
5 | 5 | |
6 | 6 | <div id="espresso-thank-you-page-payment-details-dv"> |
7 | 7 | <?php |
8 | - if (! empty($payments)) { ?> |
|
8 | + if ( ! empty($payments)) { ?> |
|
9 | 9 | <table class="ee-table"> |
10 | 10 | <thead> |
11 | 11 | <tr> |
@@ -11,55 +11,55 @@ |
||
11 | 11 | class EES_Espresso_Cancelled extends EES_Shortcode |
12 | 12 | { |
13 | 13 | |
14 | - /** |
|
15 | - * @deprecated 4.9.27 |
|
16 | - * @return void |
|
17 | - */ |
|
18 | - public static function set_hooks() |
|
19 | - { |
|
20 | - } |
|
14 | + /** |
|
15 | + * @deprecated 4.9.27 |
|
16 | + * @return void |
|
17 | + */ |
|
18 | + public static function set_hooks() |
|
19 | + { |
|
20 | + } |
|
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | - /** |
|
25 | - * @deprecated 4.9.27 |
|
26 | - * @return void |
|
27 | - */ |
|
28 | - public static function set_hooks_admin() |
|
29 | - { |
|
30 | - } |
|
24 | + /** |
|
25 | + * @deprecated 4.9.27 |
|
26 | + * @return void |
|
27 | + */ |
|
28 | + public static function set_hooks_admin() |
|
29 | + { |
|
30 | + } |
|
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | - /** |
|
35 | - * @deprecated 4.9.27 |
|
36 | - * @param WP $WP |
|
37 | - * @return void |
|
38 | - */ |
|
39 | - public function run(WP $WP) |
|
40 | - { |
|
41 | - } |
|
34 | + /** |
|
35 | + * @deprecated 4.9.27 |
|
36 | + * @param WP $WP |
|
37 | + * @return void |
|
38 | + */ |
|
39 | + public function run(WP $WP) |
|
40 | + { |
|
41 | + } |
|
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | - /** |
|
46 | - * process_shortcode - ESPRESSO_CANCELLED |
|
47 | - * |
|
48 | - * @deprecated 4.9.27 |
|
49 | - * @param array $attributes |
|
50 | - * @return string |
|
51 | - * @throws \EE_Error |
|
52 | - */ |
|
53 | - public function process_shortcode($attributes = array()) |
|
54 | - { |
|
55 | - \EE_Error::doing_it_wrong( |
|
56 | - __METHOD__, |
|
57 | - __( |
|
58 | - 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCancelled instead.', |
|
59 | - 'event_espresso' |
|
60 | - ), |
|
61 | - '4.9.27' |
|
62 | - ); |
|
63 | - return ''; |
|
64 | - } |
|
45 | + /** |
|
46 | + * process_shortcode - ESPRESSO_CANCELLED |
|
47 | + * |
|
48 | + * @deprecated 4.9.27 |
|
49 | + * @param array $attributes |
|
50 | + * @return string |
|
51 | + * @throws \EE_Error |
|
52 | + */ |
|
53 | + public function process_shortcode($attributes = array()) |
|
54 | + { |
|
55 | + \EE_Error::doing_it_wrong( |
|
56 | + __METHOD__, |
|
57 | + __( |
|
58 | + 'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCancelled instead.', |
|
59 | + 'event_espresso' |
|
60 | + ), |
|
61 | + '4.9.27' |
|
62 | + ); |
|
63 | + return ''; |
|
64 | + } |
|
65 | 65 | } |
@@ -6,17 +6,17 @@ |
||
6 | 6 | interface EEI_Contact |
7 | 7 | { |
8 | 8 | |
9 | - public function fname(); |
|
9 | + public function fname(); |
|
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | - public function lname(); |
|
13 | + public function lname(); |
|
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | - public function email(); |
|
17 | + public function email(); |
|
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | - public function phone(); |
|
21 | + public function phone(); |
|
22 | 22 | } |
@@ -6,33 +6,33 @@ |
||
6 | 6 | interface EEI_Has_Address |
7 | 7 | { |
8 | 8 | |
9 | - public function address(); |
|
9 | + public function address(); |
|
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | - public function address2(); |
|
13 | + public function address2(); |
|
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | - public function city(); |
|
17 | + public function city(); |
|
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | - public function state_ID(); |
|
21 | + public function state_ID(); |
|
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | - public function state_obj(); |
|
25 | + public function state_obj(); |
|
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | - public function country_ID(); |
|
29 | + public function country_ID(); |
|
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | - public function country_obj(); |
|
33 | + public function country_obj(); |
|
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | - public function zip(); |
|
37 | + public function zip(); |
|
38 | 38 | } |