-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature: Multistore list block #613
base: dev
Are you sure you want to change the base?
Conversation
Add id_shop for multishop purpouse
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix php cs error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
php cs errors resolve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
php cs fix
$sql = 'SELECT * FROM `' . _DB_PREFIX_ . 'psreassurance` pr | ||
LEFT JOIN ' . _DB_PREFIX_ . 'psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance) | ||
WHERE prl.id_lang = "' . (int) $id_lang . '" | ||
AND prl.id_shop = "' . (int) $id_shop . '" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is just a small part of what PR 336 - Remove broken multishop support removed since March 2022. If we dive deeper in that PR changes, we can see to bring this line back we need to bring its prerequisite line back too.
For a whole view to make sure we won't bring an old feature back with known issues, I suggest reading the whole PR336 changes and conversation.
Add id_shop for multishop purpouse