-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiShop take last id_shop PrestashopCollection #9
Comments
@sarjon Bump 👍 |
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! |
@sarjon If it looks good I can do the PR |
@okom3pom, that would be helpful! |
ghost
mentioned this issue
Dec 12, 2017
ghost
mentioned this issue
Jun 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: