Add the additional description to the Fastlane Privacy setting

This commit is contained in:
Daniel Dudzic 2024-04-29 22:58:46 +02:00
parent b88d97a384
commit 1f613567ed
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 11 additions and 0 deletions

View file

@ -132,6 +132,11 @@ return array(
'axo_privacy' => array( 'axo_privacy' => array(
'title' => __( 'Privacy', 'woocommerce-paypal-payments' ), 'title' => __( 'Privacy', 'woocommerce-paypal-payments' ),
'type' => 'select', 'type' => 'select',
'label' => __(
'Require customers to confirm express payments from the Cart and Express Checkout on the checkout page.
<p class="description">PayPal powers this accelerated checkout solution from Fastlane. Since you\'ll share consumers\' email addresses with PayPal, please consult your legal advisors on the apropriate privacy setting for your business.</p>',
'woocommerce-paypal-payments'
),
'desc_tip' => true, 'desc_tip' => true,
'description' => __( 'description' => __(
'This setting will control whether Fastlane branding is shown by email field.', 'This setting will control whether Fastlane branding is shown by email field.',

View file

@ -90,4 +90,10 @@ $background-ident-color: #fbfbfb;
} }
} }
} }
.ppcp-settings-field-select {
p.description {
margin-bottom: 1em;
}
}
} }