I recently submitted v3.0.3 of Ultimate SEO URLs to the Zen Cart moderators for review; that version will correct the interoperation with Dynamic Filter.
I recently submitted v3.0.3 of Ultimate SEO URLs to the Zen Cart moderators for review; that version will correct the interoperation with Dynamic Filter.
Dynamic filter when activated and ceon uri mapping is activated i get a page not found on all filters.
this is what the url shows
https://jnsflooringandsupplies.com/d...Brand%5B%5D=28 ceon activated
https://jnsflooringandsupplies.com/d...tBrand%5B%5D=4 not activated
after placing these links here they work but not when on page
I have never used DAF in combination with CEON, but there is a commented line in "\includes\modules\sideboxes\YOUR_TEMPLATE\dynamic_filter.php".Maybe uncommenting this line will helpPHP Code://if (defined('CEON_URI_MAPPING_ENABLED') && CEON_URI_MAPPING_ENABLED == 1) $pageName = preg_replace('{^.*/([^\?]+)\??.*$}', '$1', $_SERVER['REQUEST_URI']);
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
nope didn't work, but replacing the tpl dynamic filter file with the 1 from downloads fixed it
Last edited by jimmie; 9 Nov 2019 at 03:30 AM.
Is anyone having issues with this not handling double quotes correctly? Like filter by size 10" ? Seems to work for 10mm. Also it doesn't seem to be showing the counts after the filter options correctly. I'm guessing I mashed up the core modified files incorrectly. :/