Hi! i check again, compare page is ok,now the same problem in checkout page, i try add:
if(JRequest::getString('task','')!= 'show' && JRequest::getString('task','')!= 'compare' && JRequest::getString('task','')!= 'checkout')
but it's not correct.
=> oh, i fix it, it work now, please help me next question.
-1 more question:i have a vendor list, when user click into vendor name, it will show up product list, i using vendor page and Modules under the vendor page is a product list( to show product list in vendor page)
how i can add a filter module to vendor page(child page of vendor list page) to apply for product list of this vendor?
thanks