cyberman Posted March 23, 2013 Share Posted March 23, 2013 hi , my cart show two sort by and compare button , one is upside and one downside , how i remove downside sort by and compare bar .. picture attached , kindly help . Link to comment Share on other sites More sharing options...
paul Posted March 23, 2013 Share Posted March 23, 2013 in the category.tpl about line 90 you can see code ,and try remove the red part. {if $products} <div class="content_sortPagiBar"> {include file="$tpl_dir./pagination.tpl"} <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} </div> </div> {include file="./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} </div> {include file="./pagination.tpl"} </div> Link to comment Share on other sites More sharing options...
yaniv14 Posted March 23, 2013 Share Posted March 23, 2013 Products comparison can be remove from back office (preferences -> products). and if you don't want to delete a code you can comment it out. {* The code you want to disable *} Link to comment Share on other sites More sharing options...
Festival Trade Posted July 12, 2013 Share Posted July 12, 2013 Thanks Guys... one problem less on my list Link to comment Share on other sites More sharing options...
Recommended Posts