Jump to content

Filter Search 2.1 Community Edition (Final) <--- Help


Recommended Posts

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

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_launched

Filter 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

  • 4 weeks later...
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}

    {else}

{l s='No featured products' mod='homefeatured'}


{/if}

<!-- /MODULE Home Featured Products -->

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...