Jump to content

Global Filter for Products


Recommended Posts

Dear Community,

 

Im developing a module in wich i have to filter products for specific customers.

I added a table "prefix_customer_product_access" in wich i insert 'id_product' & 'id_customer'. 

 

Now i have to add to the "ListingController-Query": JOIN 'prefix_customer_product_access' cpa ON ... WHERE ...

 

Where can i find this query to edit? The CategoryCore::getProducts(...) & ProductCore::getProducts(...) doenst affect my Category-Listing.

 

Thank you and best regards

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...