philena.avenue Posted March 29, 2016 Share Posted March 29, 2016 Hi guys, I'm using prestashop 1.6.1.4 with a product category module from template moster and name and short description are displayed twice on the homepage. Website: http://philena.fr How do I fix this? Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 30, 2016 Share Posted March 30, 2016 Your shop is in maintenance mode so we can not see. Maybe this is the feature of template you bought and there is no need to fix anythings? Also did you contact theme developer for help? Link to comment Share on other sites More sharing options...
philena.avenue Posted March 30, 2016 Author Share Posted March 30, 2016 I apologize, the site is now active. I did contact the developer but their answers are usually slow and vague. I also looked on the template in question and you are right as it might be a feature. From what I have noticed on the homepage products you have 2 names: grid name and list name. I only need one name so I need to disable one of these names but I could not find it's source in order to remove it. Thank you for the fast response! Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 30, 2016 Share Posted March 30, 2016 If the problem is in product page then you should look into product.tpl If the problem is in product list page then you should look in to product.tpl Both files you can find in [your_shop]/themes/[your_theme]/ Link to comment Share on other sites More sharing options...
philena.avenue Posted March 30, 2016 Author Share Posted March 30, 2016 The problem is on the product list. Not sure what to edit as you said 2 files but wrote product.tpl twice I hope you made a mistake as this will clear my confusion Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 31, 2016 Share Posted March 31, 2016 I am sorry, I meant product_list.tpl for the second one. As different themes have different code I can not advice you much more on what to edit. 1 Link to comment Share on other sites More sharing options...
philena.avenue Posted March 31, 2016 Author Share Posted March 31, 2016 It worked. In product-list.tpl I had two span classes. One designed to pull up a "grid name" and one a "list name" since this is how the theme was designed. I removed the grid one: <span class="grid-name">{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> and it worked. Thank you Simonas! Link to comment Share on other sites More sharing options...
iServe USA Posted May 27, 2016 Share Posted May 27, 2016 Yea, I just noticed mine is doing it in Grid View. I will see if I can fix it :/ Link to comment Share on other sites More sharing options...
iServe USA Posted May 27, 2016 Share Posted May 27, 2016 It worked. In product-list.tpl I had two span classes. One designed to pull up a "grid name" and one a "list name" since this is how the theme was designed. I removed the grid one: <span class="grid-name">{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> and it worked. Thank you Simonas! This didn't work for me, but I deleted one of them, and the other I erased the class=" ". So it ended looking like this <span>{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> So far it is working. The only issue I have now is that as I was attempting to fix this issue, my Best Sellers and New Arrivals don't show anything but my Popular items do show up. 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