You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @okom3pom, thanks for your contribution, we really appreciate it. However, i'm sorry for late response, we have been very busy lately and since Brad is our free time project i didn't have much time to see what's going on with it. I'll take a look at your pull requests asap. Thanks again for your contribution!
I use multishop.
When i indexing all product or missing product a PrestashopCollection is call and the language of last id_shop is take.
https://github.com/Invertus/brad/blob/v2/src/Service/Indexer.php#L172
I fix this with :
$products->sqlWhere('a1.id_shop = '.$idShop);
But i don't know if it's the best way.
Sorry for my English
The text was updated successfully, but these errors were encountered: