facbest Posted March 20, 2014 Share Posted March 20, 2014 Bonjour, A l'install les deux sont présent en suite . le blockwishlist disparu du backoffice->modules et plus visible sur la fiche produit. il devrais bien être dans module .. Le logo des modules de paiement disparu aussi de la fiche produit. Ou faut il greffer le module logo des modules de paiement svp.. pour l'instant il est greffé sur displayHeader et sur displayProductButtons. Link to comment Share on other sites More sharing options...
facbest Posted March 20, 2014 Author Share Posted March 20, 2014 (edited) Pour faire apparaitre le blockwishlist il faut activer le block liste de cadeau le nom est un peu trompeur. Pour le logo dans la page produit li faut rajouter le code manquant dans product.tpl ligne 387 après le </div>. <!--Product payment logo module--> <div id="product_payment_logos"> <div class="box-security"> <h5 class="product-heading-h5"></h5> <a href=""> <img src="/modules/productpaymentlogos/img/e4ee7a7ece2c90b3186c362c26d22a83.png" alt> </a> </div> </div> <!--Product payment logo module--> si ça peut servir ... Edited March 20, 2014 by facbest (see edit history) Link to comment Share on other sites More sharing options...
icstra Posted March 20, 2014 Share Posted March 20, 2014 Il me semble qu'il y a quelques erreurs dans cette réponse 1) Il manque le "end" dans la dernière ligne <!--end Product payment logo module--> 2) Pour que le logo s'affiche sous ajouter au panier, ces lignes doivent être copiées à partir de la ligne 384, juste après </p> 1 Link to comment Share on other sites More sharing options...
Superbegood31 Posted March 21, 2014 Share Posted March 21, 2014 Bonjour, En ce qui me concerne, j'ai juste changer ceci dans productpaymentlogos.php : Dans la fonction hookDisplayProductButtons Changer store par shop Et c'est tout 4 Link to comment Share on other sites More sharing options...
zeus71 Posted March 21, 2014 Share Posted March 21, 2014 Bonjour, En ce qui me concerne, j'ai juste changer ceci dans productpaymentlogos.php : Dans la fonction hookDisplayProductButtons Changer store par shop Et c'est tout But I find more "store" text in the php file. What I have to change ? Thanks in advance. Link to comment Share on other sites More sharing options...
zeus71 Posted March 21, 2014 Share Posted March 21, 2014 (edited) My problem is that no way to see logo payments in the product section , with or without wishlist... :-( Edited March 21, 2014 by zeus71 (see edit history) Link to comment Share on other sites More sharing options...
Superbegood31 Posted March 21, 2014 Share Posted March 21, 2014 Look in the function hookDisplayProductButtons And change store by shop in the sql request Link to comment Share on other sites More sharing options...
zeus71 Posted March 21, 2014 Share Posted March 21, 2014 yes ! thank you so much ! :-) Link to comment Share on other sites More sharing options...
Superbegood31 Posted March 21, 2014 Share Posted March 21, 2014 Link to comment Share on other sites More sharing options...
pippobr80 Posted March 23, 2014 Share Posted March 23, 2014 Thanks I also finally managed to put the logo of the payment product page. The link of the image where you will insert Link to comment Share on other sites More sharing options...
misu3108 Posted March 23, 2014 Share Posted March 23, 2014 wow it worked! I'm using PS 1.6.0.5 thanks 1 Link to comment Share on other sites More sharing options...
Acuao Posted April 18, 2014 Share Posted April 18, 2014 Merci bien switchboard! c'est top Link to comment Share on other sites More sharing options...
Superbegood31 Posted April 18, 2014 Share Posted April 18, 2014 Avec plaisir Link to comment Share on other sites More sharing options...
BriceVanZeg Posted April 19, 2014 Share Posted April 19, 2014 Bonjour, En ce qui me concerne, j'ai juste changer ceci dans productpaymentlogos.php : Dans la fonction hookDisplayProductButtons Changer store par shop Et c'est tout Je ne trouve pas ou changer ce store par Shop., si tu pouvais m eclairer un peu.. car je n arrive pas a mettre ce bloc logo de paiement sur ma page produit.. (alors qu elle y etait dans la version de base de la 1.6). Par avance merci Brice Link to comment Share on other sites More sharing options...
BriceVanZeg Posted April 19, 2014 Share Posted April 19, 2014 Je viens de trouver.. Merci J ai donc changer les 2 store par shop ... C'est bien les 2 a changer..?? FROM '._DB_PREFIX_.'shop s' .Shop::addSqlAssociation('shop', 's'); $total = Db::getInstance()->getValue($sql); 1 Link to comment Share on other sites More sharing options...
utaku Posted April 19, 2014 Share Posted April 19, 2014 Fonctionne nickel merci pour cette astuce Link to comment Share on other sites More sharing options...
Acuao Posted April 25, 2014 Share Posted April 25, 2014 Oui BriceVanZeg, c'est bien cela. Link to comment Share on other sites More sharing options...
matik4 Posted February 26, 2015 Share Posted February 26, 2015 (edited) <!-- Pay Module Product logo --> <div id="product_payment_logos"> <div class ="box-security"> <h5 class ="product-heading-h5">100% Secure, Credit and Debit Cards Accepted - processed by PayPal.</h5> <a href="http://www.yourlink.com/secure_payments" title="Payment Information"> <img src="/modules/productpaymentlogos/img/payment-logo.png" alt="Payment Method" /></img> </a> </div> </div> <!-- end Pay Module Product logo --> This is corrected code ready to copy & paste into product.tpl line 384 You should of course change link addresses etc. to match your website Edited February 26, 2015 by matik4 (see edit history) Link to comment Share on other sites More sharing options...
nicoX Posted December 3, 2018 Share Posted December 3, 2018 On 2/26/2015 at 2:29 AM, matik4 said: <!-- Pay Module Product logo --> <div id="product_payment_logos"> <div class ="box-security"> <h5 class ="product-heading-h5">100% Secure, Credit and Debit Cards Accepted - processed by PayPal.</h5> <a href="http://www.yourlink.com/secure_payments" title="Payment Information"> <img src="/modules/productpaymentlogos/img/payment-logo.png" alt="Payment Method" /></img> </a> </div> </div> <!-- end Pay Module Product logo --> This is corrected code ready to copy & paste into product.tpl line 384 You should of course change link addresses etc. to match your website What do you do if you have more than one module that doesn't display the logo? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now