jnstore Posted March 13, 2018 Share Posted March 13, 2018 Hello all. As per SEO text on category description is very important but at the moment on my site it disturb the user because once they land on my site they see lot of text. there is a way to move this text at the end of the page under the products ? This is my site https://www.jnstore.it/14-acrilico and the category you see have alot of text so I need to move the text under the products. I have custom Theme on Prestashop 1.7.2.5 Thanks! Link to comment Share on other sites More sharing options...
caravntrader Posted October 1, 2018 Share Posted October 1, 2018 Hallo Jnstore, i see you solved the issue and you moved your category description on the buttom of the page. Can you please explain how you did that? Thank you and Regards Link to comment Share on other sites More sharing options...
Trikker Posted November 1, 2018 Share Posted November 1, 2018 Hi. I'm trying to do exactly the same, but can't find a way to do it. If anyone could please help out, it would be very appreciated Link to comment Share on other sites More sharing options...
Trikker Posted November 1, 2018 Share Posted November 1, 2018 It's for 1.7, I have read the guides for category.tpl, but the file in 1.7 doesn't look in the described way. Can you explain what needs to be done? Link to comment Share on other sites More sharing options...
divid Posted December 30, 2018 Share Posted December 30, 2018 For Prestashop 1.7, to move the category description you should moved description from \themes\your_themes\templates\ catalog\listing\category.tpl file to the \themes\your_themes\templates\ _partials\pagination.tpl Link to comment Share on other sites More sharing options...
Meier Posted November 11, 2019 Share Posted November 11, 2019 On 12/30/2018 at 2:13 PM, divid said: For Prestashop 1.7, to move the category description you should moved description from \themes\your_themes\templates\ catalog\listing\category.tpl file to the \themes\your_themes\templates\ _partials\pagination.tpl Interestingly, could you tell which code it is that needs to be moved? Thanks in advance. Link to comment Share on other sites More sharing options...
slashdev Posted January 15, 2021 Share Posted January 15, 2021 For Prestashop 1.7 To move down category description you need move this code {if $category.description} <div id="category-description" class="text-muted">{$category.description nofilter}</div> {/if} from \themes\your_themes\templates\catalog\_partials\category-header.tpl to bottom of file \themes\your_themes\templates\ _partials\products-bottom.tpl Important! For some themes you need modify ...\catalog\listing\category.tpl instead ...\catalog\_partials\category-header.tpl Link to comment Share on other sites More sharing options...
JBW Posted January 18, 2021 Share Posted January 18, 2021 On 3/13/2018 at 12:48 PM, jnstore said: it disturb the user because once they land on my site they see lot of text. You can check out my module "expandabale descriptions" - it will shorten the text and add a "read more" link to product and other descriptions: https://addons.prestashop.com/en/product.php?id_product=49795 Link to comment Share on other sites More sharing options...
michero Posted January 12, 2022 Share Posted January 12, 2022 I am using the Short Code for the description. This is doing the job. Link to comment Share on other sites More sharing options...
jwd19 Posted March 10, 2022 Share Posted March 10, 2022 anyone a solution ?? Link to comment Share on other sites More sharing options...
endriu107 Posted March 10, 2022 Share Posted March 10, 2022 You need to edit one word in code, this tutorial is not in english but all you need is make same changes https://youtu.be/Yu1jqfJZtXw Link to comment Share on other sites More sharing options...
Tomi14 Posted January 24, 2023 Share Posted January 24, 2023 On 3/10/2022 at 1:14 PM, endriu107 said: You need to edit one word in code, this tutorial is not in english but all you need is make same changes https://youtu.be/Yu1jqfJZtXw It works, moved the description down. The only problem is that after selecting anything in the faceted search, the description goes back to the top. 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