Hello
We want to set custom pricing for a user. From my understanding, the produt listing is fetched from Corals\Modules\Ecommerce\Http\Controllers\index(), which then calls $products = Shop::getProducts($request); on line 27.
So my question is, how do I identify if request is for a logged in user and user Id of the logged in user?
Logged in User identification
04
Nov