Skip to content

Commit

Permalink
Adds information about new PayPal Plus plugin, ref #481
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Angell committed Aug 6, 2016
1 parent 163f9fa commit 8fca64f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
} elseif ($gateway == 'paypal_plus') {
?>
<div class="wrap">
<p><?php _e('PayPal PLUS is a solution where PayPal offers PayPal, Credit Card and ELV as individual payment options on the payment selection page. The available payment methods are provided in a PayPal hosted iFrame.', 'paypal-for-woocommerce'); ?></p>
<a href="<?php echo admin_url('admin.php?page=wc-settings&tab=checkout&section=wc_gateway_paypal_plus_angelleye'); ?>"><?php _e('PayPal Plus Setting', 'paypal-for-woocommerce'); ?></a>
<p><?php _e('PayPal Plus is a solution where PayPal offers PayPal, Credit Card and ELV as individual payment options on the payment selection page. The available payment methods are provided in a PayPal hosted iFrame.', 'paypal-for-woocommerce'); ?></p>
<p><?php _e('PayPal Plus is designed for non-U.S. based PayPal accounts, and because of this, PayPal does not support us the way they do with other PayPal products. As such, we were forced to move PayPal Plus to its own paid plugin separate from this one.', 'paypal-for-woocommerce'); ?></p>
<p><?php _e('This will make it possible for us to dedicate resources to PayPal Plus in order to maintain and support it thoroughly.', 'paypal-for-woocommerce'); ?></p>
<p><a target="_blank" href="https://www.angelleye.com/product/woocommerce-paypal-plus-plugin">Get the New PayPal Plus Plugin!</a></p>
</div>
<?php
} elseif ($gateway == 'wc_gateway_braintree_angelleye') {
Expand Down

0 comments on commit 8fca64f

Please sign in to comment.