marrysmil Posted February 9, 2015 Share Posted February 9, 2015 Hi, i have presta 1.5.x 1- i need to move the Product Category description to bottom after the pagination of prducts 2- is a plugin who make grid view / list view ? Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2015 Share Posted February 9, 2015 1) category.tpl, move {if $category->description} <div class="cat_desc"> {if strlen($category->description) > 120} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" style="display:none;">{$category->description}</div> <a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a> {else} <div>{$category->description}</div> {/if} </div> {/if} to the end of the file 2) it's a case of theme modification, not a case of module Link to comment Share on other sites More sharing options...
marrysmil Posted February 11, 2015 Author Share Posted February 11, 2015 Tnx. Is a plugin for multiple manufacturers for a product? 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