From c37df06d4713234f5a4206d84559d860abd70d23 Mon Sep 17 00:00:00 2001 From: Thibault UBUNTU Date: Wed, 20 Apr 2016 15:32:12 +0200 Subject: [PATCH 1/2] add reassurance text --- themes/site/css/style.css | 13 ++++++ .../paypal/express_checkout_payment.tpl | 44 +++++++++++++++---- .../site/modules/paypal/payment/payment.tpl | 2 +- 3 files changed, 50 insertions(+), 9 deletions(-) diff --git a/themes/site/css/style.css b/themes/site/css/style.css index af207e6b..7a47863c 100755 --- a/themes/site/css/style.css +++ b/themes/site/css/style.css @@ -434,6 +434,19 @@ .box_add_to_cart .content_best_sales li .reduction a{} .box_add_to_cart .content_best_sales li a:hover{ text-decoration: none;} +.paiement_info_lightbox { + background: #333; + border-radius: 50px; + color: #ffffff; + cursor: pointer; + float: left; + font-size: 10px; + height: 15px; + line-height: 14px; + margin-left: 9px; + width: 15px; +} + .block_filter h4.open{ cursor: pointer; background: url('../img/li_size.png') no-repeat right 6px; diff --git a/themes/site/modules/paypal/express_checkout_payment.tpl b/themes/site/modules/paypal/express_checkout_payment.tpl index 95c42fb7..637aec2d 100644 --- a/themes/site/modules/paypal/express_checkout_payment.tpl +++ b/themes/site/modules/paypal/express_checkout_payment.tpl @@ -55,7 +55,7 @@ - + ? @@ -80,6 +80,28 @@ {/foreach} {/if} + + +
+
+
+

{l s='Mémorisation de vos données Paypal' mod='paypal'}

+
+ {l s='Fermer la fenètre'} +
+
+

+ {l s='Lors du passage d\'une commande, vous pouvez choisir de mémoriser vos coordonnées Paypal. Ces dernières seront alors enregistrées sur les serveurs sécurisés de Paypal. Votre compte enregistré vous sera proposé pour vos prochaines commandes sans que vous n\'ayez besoin de saisir de nouveau vos données.' mod='paypal'} +

+

+ {l s='Quelle que soit l\'option choisie, seul Paypal a accès à vos informations, et en aucun cas Bébé Boutik.' mod='paypal'} +

+

+ {l s='Vous pouvez à tout moment voir et supprimer vos comptes Paypal enregistrés sur la page « Gérer mes moyens de paiement » dans le menu « Mon compte ».' mod='paypal'} +

+
+
+
@@ -92,14 +114,20 @@ } else { $('#save_billing_paypal').val('0'); } - }); - $('#save_info_paypal').change(function(){ - if ($(this).is(':checked')) { - $('#save_billing_paypal').val('1'); - } else { - $('#save_billing_paypal').val('0'); - } + $('.paypal_info').live('click', function(){ + $('.info_paypal').fadeIn(); + $('.paiment_info_paypal').fadeIn(); + }); + + $('#save_info_paypal').change(function(){ + if ($(this).is(':checked')) { + $('#save_billing_paypal').val('1'); + } else { + $('#save_billing_paypal').val('0'); + } + }); + }); {/literal} \ No newline at end of file diff --git a/themes/site/modules/paypal/payment/payment.tpl b/themes/site/modules/paypal/payment/payment.tpl index f9030228..5d8b7394 100755 --- a/themes/site/modules/paypal/payment/payment.tpl +++ b/themes/site/modules/paypal/payment/payment.tpl @@ -46,7 +46,7 @@
{if $accounts}
- + {foreach from=$accounts item=account}