mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +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(
|
return $insert_after(
|
||||||
$fields,
|
$fields,
|
||||||
'smart_button_enable_styling_per_location',
|
'smart_button_locations',
|
||||||
array(
|
array(
|
||||||
'blocks_final_review_enabled' => 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',
|
'type' => 'checkbox',
|
||||||
'label' => __(
|
'label' => __(
|
||||||
'Require customers to confirm Block Express payments on the Checkout page.
|
'Require customers to confirm express payments from the Block Cart and Block Express Checkout on the checkout page.
|
||||||
If disabled, the Checkout page is skipped for Block Express payments.
|
<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>.
|
||||||
<p class="description">This can cause issues and poor UX if the server is not handling the requests fast enough.</p>',
|
Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.</p>',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
),
|
),
|
||||||
'default' => true,
|
'default' => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue