Featured Configurable Product
-
I am running bagisto 1.5.1 with php 8.1.20
I have quite a large number of configurable products. Toggling any of them to featured does not actually display them on the front end. Toggling a simple product to featured does work however.
Is this expected behavior? If it is, any advice on how I could go about making this actually work?
-
@futurefool as per your concern related to the issue in configurable product, can you please share a screenshot or small video so that we can understand the concern.
It would help to know exact issue.
Thanks. -
Thanks for getting back to me so quickly ashish
Here is a screen capture showing the issue
https://drive.google.com/file/d/1tZFIitQrDHLwqtW0vF8YAiE1Fsd2I9f1/view?usp=sharing -
Hi @futurefool,
Which search mode are you using Flat table or Elastic Search?
-
Thank you for your reply. I am using Flat table
-
Hi @futurefool,
We are fixing the issue. Will update you once the issue is fixed.
-
Amazing! Thanks Amitk
-
Hi @Amitk-Webkul, I've had some time to look into this myself and was able to make some progress despite my basic Laravel skills. Not sure if this is of use to you but I was able to fix this issue by commenting out $qb->havingRaw('COUNT(*) = ' . count($attributes)); from line 341 in ProductRespository.php. I have no idea what this line is doing and suspect my modification is not an ideal solution but thought it might help you guys
-
Hi there,
Meanwhile, you can use the Elastic search method.
-
was this ever fixed? having the same thing and elastic search makes it worse.