|
31 | 31 | );
|
32 | 32 | ?>
|
33 | 33 |
|
34 |
| -<tr class="plugin-update-tr active notice-warning notice-alt" id="ppec-migrate-notice"> |
| 34 | +<tr class="plugin-update-tr active notice-warning notice-alt" id="ppec-migrate-notice" data-dismiss-nonce="<?php echo esc_attr( wp_create_nonce( 'ppec-upgrade-notice-dismiss' ) ); ?>"> |
35 | 35 | <td colspan="4" class="plugin-update colspanchange">
|
36 |
| - <div class="update-message notice inline notice-warning notice-alt"> |
| 36 | + <div class="notice notice-error inline update-message notice-alt is-dismissible"> |
37 | 37 | <div class='ppec-notice-title ppec-notice-section'>
|
38 |
| - <p>Upgrade to PayPal Payments: the best way to get paid with PayPal and WooCommerce</p> |
| 38 | + <p><strong>Action Required: Switch to WooCommerce PayPal Payments</strong></p> |
39 | 39 | </div>
|
40 | 40 | <div class='ppec-notice-content ppec-notice-section'>
|
41 |
| - <p><strong>WooCommerce PayPal Payments</strong> is a full-stack solution that offers powerful and flexible payment processing capabilities. Expand your business by connecting with over 370+ million active PayPal accounts around the globe. With PayPal, you can sell in 200+ markets and accept 100+ currencies. Plus, PayPal can automatically identify customer locations and offer country-specific, local payment methods.</p> |
42 |
| - |
43 |
| - <p>Upgrade now and get access to these great features:</p> |
44 |
| - |
45 |
| - <ul> |
46 |
| - <li>Give your customers their preferred ways to pay with one checkout solution. Accept <strong>PayPal</strong>, <strong>PayPal Credit</strong>, <strong>Pay Later</strong> options (available in the US, UK, France, and Germany), <strong>credit & debit cards</strong>, and country-specific, <strong>local payment methods</strong> on any device.</li> |
47 |
| - <li>Offer subscriptions and accept recurring payments as PayPal is compatible with <a target="_blank" href="https://woocommerce.com/products/woocommerce-subscriptions/"><strong>WooCommerce Subscriptions</strong></a>.</li> |
48 |
| - </ul> |
| 41 | + <p>As of 1 Sept 2021, PayPal Checkout is officially retired from WooCommerce.com, and support for this product will end as of 1 March 2022.</p> |
| 42 | + <p>We highly recommend upgrading to <a href="https://woocommerce.com/products/woocommerce-paypal-payments/" target="_blank">PayPal Payments</a>, the latest, fully supported extension that includes all of the features of PayPal Checkout and more.</p> |
49 | 43 | </div>
|
50 | 44 | <div class='ppec-notice-buttons ppec-notice-section hidden'>
|
51 | 45 | <?php //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
52 |
| - <a id="ppec-install-paypal-payments" href="<?php echo $paypal_payments_install_link; ?>" class="button button-primary woocommerce-save-button">Upgrade to PayPal Payments now</a> |
| 46 | + <a id="ppec-install-paypal-payments" href="<?php echo $paypal_payments_install_link; ?>" class="button button-primary">Upgrade to PayPal Payments now</a> |
53 | 47 | <?php //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
54 |
| - <a id="ppec-activate-paypal-payments" href="<?php echo $paypal_payments_activate_link; ?>" class="button button-primary woocommerce-save-button">Activate PayPal Payments now</a> |
55 |
| - <a href="https://woocommerce.com/products/woocommerce-paypal-payments/" target="_blank" class="button woocommerce-save-button">Learn more</a> |
| 48 | + <a id="ppec-activate-paypal-payments" href="<?php echo $paypal_payments_activate_link; ?>" class="button button-primary">Activate PayPal Payments now</a> |
| 49 | + <a href="https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/" target="_blank" class="button woocommerce-save-button">Learn more</a> |
56 | 50 | </div>
|
57 | 51 | </div>
|
58 | 52 | </td>
|
|
0 commit comments