mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Update final review checkbox
This commit is contained in:
parent
0816495226
commit
703bedf810
1 changed files with 5 additions and 5 deletions
|
@ -39,15 +39,15 @@ return array(
|
|||
|
||||
return $insert_after(
|
||||
$fields,
|
||||
'smart_button_enable_styling_per_location',
|
||||
'smart_button_locations',
|
||||
array(
|
||||
'blocks_final_review_enabled' => array(
|
||||
'title' => __( 'Block Express payments Final Review', 'woocommerce-paypal-payments' ),
|
||||
'title' => __( 'Require final confirmation on checkout', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => __(
|
||||
'Require customers to confirm Block Express payments on the Checkout page.
|
||||
If disabled, the Checkout page is skipped for Block Express payments.
|
||||
<p class="description">This can cause issues and poor UX if the server is not handling the requests fast enough.</p>',
|
||||
'Require customers to confirm express payments from the Block Cart and Block Express Checkout on the checkout page.
|
||||
<p class="description">If this setting is not enabled, <a href="https://woocommerce.com/document/woocommerce-paypal-payments/#blocks-faq" target="_blank">payment confirmation on the checkout will be skipped</a>.
|
||||
Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.</p>',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
'default' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue