Skip to content

Commit

Permalink
make Minicart by default disable, PFW-516
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 1, 2019
1 parent 784180f commit 72310cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ public function init_form_fields() {
'title' => __('Minicart', 'paypal-for-woocommerce'),
'label' => __('Show Express Checkout button in the WooCommerce Minicart.', 'paypal-for-woocommerce'),
'type' => 'checkbox',
'default' => 'no'
'default' => 'no',
'description' => __('Enabling this option will cause the PayPal button JS to load on every page, which could negatively affect page load times on your site.'),
),
'button_position' => array(
'title' => __('Cart Button Position', 'paypal-for-woocommerce'),
Expand Down

0 comments on commit 72310cd

Please sign in to comment.