how to show all product in merchant portal product section which are not related to loggedin merchan

aashutosh.namdeo
aashutosh.namdeo Posts: 38 🧑🏻‍🚀 - Cadet

In merchant portal we shows product list for edit which is related to merchant only , i want to show all the product which is assigned to that merchant or not , how can i show all product, i tried to remove idMerchant filter but it gives the result same there is not any chnages in that. I saw that it works based on login merchant automatically like wihtout any filter also it filter based on logged in merchant automatically. I am not able to debug that how it filter. Please help me out this.

Tagged:

Answers

  • profuel
    profuel SSA Sprykee Posts: 82 🪐 - Explorer

    hi, @aashutosh.namdeo !

    Short answer - it's not allowed, since we're using Persistence ACL, which prohibits even getting a data from DB, filtration happens on the query level.

    From our perspective, your request should be resolved by usage of the regular Back Office, and not Merchant Portal.

    p.s. If you need this for a single merchant, then just assign all products to them.