works now
can i show dynamic filter on home page (index page)?
Printable View
works now
can i show dynamic filter on home page (index page)?
Glad you got it working, and see this post
i'd like to use dynamic filter with seo url mod, but i got an issue
turn off seo url mod, the url is .../index.php?main_page=index&cPath=9&fltBrand%5B%5D=3
turn it on, the url becomes .../category-name/fltBrand/Array
what do i make that "Array" to "manufacturer id"?
and the ideal url would be .../category-name/fltBrand_manufacturer-name-3
is there an example site which is used seo url mod, filter style Checkbox Single and options box expand ?
I have this module installed however I can't get it to filter multiple attributes at the same time. For example my site sells dresses. If a customer wants to look for a white color dress, size 4, within a price range of $199 -- $224 in the same search I want them to be able to narrow their choices by filtering for all 3 attributes, color, size and price at the same time using checkboxes to select criteria. The only way I have been able to get the module to work is one attribute at a time, i.e. filter by price, or filter by size or filter by color.
Please help.
Dennis
if you are using seo url module for your site, after installing Dynamic Filter,
set Filter Style to Link, it works, the url is correct, domain.com/product-1?fltBrand[]=2
set Filter Style to Checkbox (Single), the filter doesn't work, and the url is not correct, domain.com/product-1?fltBrand=Array
what do i use Dynamic Filter together with Seo Url mod?
Im having some problems with the alignment of the sidebox (dynamic filter)
I put it in sidebox left but it adds a random enter so my right box appears under the dynamic filter sidebox
Example of my problem
anybody know how to fix this ?
Attachment 13778
Managed to fix it;
i had the left column disabled in the settings (enabled it) and then disabled it for the categories where i didnt need that by using this code:
edit the cpath values with the values of cats where u want to disable the columnCode:if ($this_is_home_page == true) {
$flag_disable_left = true;
$flag_disable_right = true;
}
if (in_array($cPath,explode(",",'670,671,660,657,658,661,653,652')) ) {
$flag_disable_left = true;
}
put in :
/httpdocs/shop/includes/templates/your_template/common/tpl_main_page.php
and its fixed :)
hi! Got little bit of problem on my hand right now. After I installed this module all I got is white blank page. I know it is not supossed to be like this. Any idea what went wrong? I got ImageHanlder installed and thats only this module also I use newest responsive Sheffield Blue template and newest Zencart