minh Posted January 21, 2013 Share Posted January 21, 2013 How do I remove the "more info" tab? Also, as this means only having the short description. Is this a bad idea from a SEO point of view? Link to comment Share on other sites More sharing options...
minh Posted January 26, 2013 Author Share Posted January 26, 2013 Anyone? Link to comment Share on other sites More sharing options...
Whispar1 Posted January 26, 2013 Share Posted January 26, 2013 If you are referring to the more tab for category description this link may help: http://www.prestashop.com/forums/topic/193218-how-to-remove-the-more-to-see-more-text-for-the-categories-description/ Check your PS version and backup prior to making modifications. Link to comment Share on other sites More sharing options...
minh Posted February 18, 2013 Author Share Posted February 18, 2013 If you are referring to the more tab for category description this link may help: http://www.prestasho...es-description/ Check your PS version and backup prior to making modifications. No, I don't mean the "More Info" button. I mean the "More info" tab (the first tab of the product tabs on the product page). In other words, the tab where the text for the long description as submitted in the back office for each product. I want to take away that tab and have all product description text in the short description and not use the long description at all. So, is it bad for SEO to only use the short description and take away the long description in the shop??? Link to comment Share on other sites More sharing options...
webplus Posted February 22, 2013 Share Posted February 22, 2013 (edited) edit product.tpl comment (or delete) this line {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} and these {if isset($product) && $product->description} <!-- full description --> <div id="idTab1" class="rte">{$product->description}</div> {/if} I don't think it's bad for SEO to delete long description field if you use short description field with some keywords relevant for you store. Actually it's better to use important keywords at the top of the page. You may only have problems that lenght of short description is limited, but that can be also changed (search on forum). Edited February 22, 2013 by webplus (see edit history) 1 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