juliehgn Posted February 7, 2023 Share Posted February 7, 2023 Bonjour, J'ai un problème d'affichage sur mes pages produit prestashop version 1.6.1.17. J'ai supprimé l'image d'un logo "paiement en 3x 4x choozeo" via le ftp mais maintenant j'ai un point d'interrogation qui apparait à la place du logo sur mes fiches produits. Si quelqu'un peut m'apporter de l'aide ça serait super sympa Merci Link to comment Share on other sites More sharing options...
Eolia Posted February 7, 2023 Share Posted February 7, 2023 C'est sûr, avec des méthodes barbares ça ne peut pas bien fonctionner^^ Il suffit de décrocher le module de paiement associé au hook concerné (productFooter ou ProductAction ou autre) Link to comment Share on other sites More sharing options...
juliehgn Posted February 7, 2023 Author Share Posted February 7, 2023 désolée pour ma barbarie mais merci pour votre réponse. Je suis novice et ne maitrise pas du tout le codage... je n'ai pas de module de paiement juste le logo qui s'affichait J'ai retrouvé ce code dans la page product.tpl mais je n'ose pas modifier {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} <div class="unit-price mar_t4"><span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'html':'UTF-8'}</div> {hook h="displayProductPriceBlock" product=$product type="unit_price"} {/if} {/if} {*close if for show price*} {hook h="displayProductPriceBlock" product=$product type="price"} {hook h="displayProductPriceBlock" product=$product type="weight" hook_origin='product_sheet'} {hook h="displayProductPriceBlock" product=$product type="after_price"} </div> <div class="col-md-6 col-sm-6 col-lg-6"> {if $partial_payments} <p><img src="/img/choozeo-payeren3Xou4X-b2.jpg" class="img-fluid img-responsive" alt="choozeo-payeren3Xou4X-b2.jpg" /></p> {/if} </div> </div> <!-- end content_prices --> <div class="product_attributes clearfix"> {if isset($groups)} Link to comment Share on other sites More sharing options...
Eolia Posted February 7, 2023 Share Posted February 7, 2023 Ok, alors virez-ça <div class="col-md-6 col-sm-6 col-lg-6"> {if $partial_payments} <p><img src="/img/choozeo-payeren3Xou4X-b2.jpg" class="img-fluid img-responsive" alt="choozeo-payeren3Xou4X-b2.jpg" /></p> {/if} </div> Link to comment Share on other sites More sharing options...
juliehgn Posted February 8, 2023 Author Share Posted February 8, 2023 super ca fonctionne merci pour l'aide 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