cgomes Posted April 11, 2022 Share Posted April 11, 2022 (edited) A descrição longa existente na ficha do produto no back office não aparece no front office. Alguém pode ajudar. Obg Envio imagens para melhor explicação do problema. Edited April 16, 2022 by cgomes (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted April 22, 2022 Share Posted April 22, 2022 Fui ao site, e olhei um pouco para a página, pensei que estava escondida, mas não está. Deve provavelmente verificar através do modelo da página do produto. prestashop_root/themes/theme/product.tpl {if isset($product) && $product->description} <!-- More info --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='More info'}</h3> <!-- full description --> <div class="rte">{$product->description}</div> </section> <!--end More info --> {/if} 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