baal Posted March 4, 2013 Share Posted March 4, 2013 bonjour, voici le souci css. quand le client paie avec paypal, tout se passe ok, puis quand c'est terminé il se retrouve dirigé sur une page sans css....(confirmation de votre commande etc..) l adresse de cette page est : www.monsite.com/modules/paypal/express_checkout/payment.php quelqu un connait il cette erreur... j ai un presta 1.41 le template 1.4.5 (certifié par prestashop) merci Link to comment Share on other sites More sharing options...
gbaby Posted March 21, 2013 Share Posted March 21, 2013 Did you solve this? I'm having the same issue after upgrading to PayPal v3.4.6. I only upgraded because of the PayPal Api issue that started today (using PS 1.4.2.5). Link to comment Share on other sites More sharing options...
nag Posted April 17, 2013 Share Posted April 17, 2013 (edited) Le même problème se pose avec d'autres fichiers Paypal. Par exemple quand on clique sur le module des logos : http://www.example.c...aypal/about.php Il manque juste 1 ligne dans le code source : <link href="/themes/%NOM_DU_THEME%/css/global.css" rel="stylesheet" type="text/css" media="all" /> mais je ne sais pas comment l'ajouter. Edited April 17, 2013 by Alsétic (see edit history) Link to comment Share on other sites More sharing options...
nag Posted April 17, 2013 Share Posted April 17, 2013 J'ai fini par trouver une bidouille qui fera l'affaire, jusqu'à ce que le bug soit corrigé. Au début du fichier modules/paypal/css/paypal.css, ajouter la ligne @import url(../../../themes/%NOM_DU_THEME%/css/global.css); en remplaçant %NOM_DU_THEME% par le nom de votre thème (par exemple liteblue). I've got a temporary solution. At the beginning of the file modules/paypal/css/paypal.css, add the line @import url(../../../themes/%THEME_NAME%/css/global.css); and replace %THEME_NAME% by the name of your theme (for example liteblue). Link to comment Share on other sites More sharing options...
adelaidejs Posted November 25, 2013 Share Posted November 25, 2013 how about the confirmation e-mail from paypal? I can't seem to change that pink color! Link to comment Share on other sites More sharing options...
Recommended Posts