robkwal Posted June 1, 2010 Share Posted June 1, 2010 Hi all, I have just moved from CubeCart to Presta Shop so not very familiar with the code and need some help. I recently installed the Filter Search 2.1 Community Edition (Final) Mod, but as I am not running the standard theme this mod is not working correctly. So i am after someone who could rectify this for me. The problem I am having is that as you click on say manufactures, it doesn't remove the irrelevant products. I am willing to pay to get this problem sorted as I feel this mod is a must!!! Kind Regards, Rob Link to comment Share on other sites More sharing options...
ejectcore Posted June 3, 2010 Share Posted June 3, 2010 Hi all, I have just moved from CubeCart to Presta Shop so not very familiar with the code and need some help. I recently installed the Filter Search 2.1 Community Edition (Final) Mod, but as I am not running the standard theme this mod is not working correctly. So i am after someone who could rectify this for me. The problem I am having is that as you click on say manufactures, it doesn't remove the irrelevant products. I am willing to pay to get this problem sorted as I feel this mod is a must!!! Kind Regards, Rob Filter Search 2.1 Community Edition is fully compatible with the default prestashop theme!We don’t provide support if you are using custom themes for Filter Search 2.1 Community Edition.However we do provide FREE support with our Commercial Editions.This week we have launched Filter Search 2.1 Enterprise Edition.http://www.prestashop.com/forums/viewthread/57298/job_offers_and_paid_services/filter_search_2_dot_1_enterprise_edition_has_launchedFilter Search 2.1 Lite edition will also be available in the next few weeks & the full feature-set will be announced soon Link to comment Share on other sites More sharing options...
fredopahu Posted June 27, 2010 Share Posted June 27, 2010 robkwal, double check that you didn't removed/renamed the "product_list" ID for the in your product-list.tpl Link to comment Share on other sites More sharing options...
robkwal Posted June 27, 2010 Author Share Posted June 27, 2010 robkwal, double check that you didn't removed/renamed the "product_list" ID for the in your product-list.tpl Thanks for your reply. My category-list.tpl code is as follows: {if isset($products) AND $products} {assign var='liHeight' value=360} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=products} {assign var='productLink' value=$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)} {$product.name|truncate:35|escape:'htmlall':'UTF-8'} {$product.description_short|strip_tags|truncate:45:'...'} {displayWtPrice p=$product.price} {l s=' i '}{l s='+'} {/foreach} {else} {l s='No featured products' mod='homefeatured'} {/if}<!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
Ledgi Posted June 28, 2011 Share Posted June 28, 2011 Guys,I'm having the same problem.Is there a solution already?Thanks!Yoeri Link to comment Share on other sites More sharing options...
Recommended Posts