cs cart - How to override the fncatelog.php function in cscart -
cs cart - How to override the fncatelog.php function in cscart -
i need override fncatelog.php in cscart in new addon.
addon files :- 1. app/addons/newaddon/frontend/controllers/frontend/categories.post.php 2. design/themes/response/templates/addons/newaddon/overrides/blocks/product_filters/original.tpl in func.php need override fn_get_filters_products_count() function in newaddon.
how can . please help me.
you can utilize 1 of next hook modify info returning function: get_filters_products_count_pre get_filters_products_count_before_select_filters get_product_filter_fields
you can read more hooks scheme in cs-cart @ http://docs.cs-cart.com/4.2.x/addons/hooking/index.html page.
php cs-cart
Comments
Post a Comment