Skip to content

Feature: Multistore list block#613

Open
Triloworld wants to merge 2 commits into
PrestaShop:devfrom
webo-agency:dev
Open

Feature: Multistore list block#613
Triloworld wants to merge 2 commits into
PrestaShop:devfrom
webo-agency:dev

Conversation

@Triloworld

Copy link
Copy Markdown

Add id_shop for multishop purpouse

Questions Answers
Description? Please be specific when describing this change. What did you change? Why?
Type? bug fix / improvement
BC breaks? yes / no - propably yes but need investgation
Deprecations? no
Fixed ticket? PrestaShop/PrestaShop#29219
Sponsor company Webo.agency
How to test? Enable multistore. Add block for one store. Change store and add another block with same language. Have different text for different store in same language. Check homepage - should display all blocks and don't have difference in context of choosen shop. Apply this pull-request - see fever blocks that exist only in one id_shop context which is what you expect

Add id_shop for multishop purpouse

@nicosomb nicosomb left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread classes/ReassuranceActivity.php Outdated

@Triloworld Triloworld left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

php cs errors resolve

Comment thread classes/ReassuranceActivity.php Outdated

@Triloworld Triloworld left a comment

Copy link
Copy Markdown
Author

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 . '"

@leemyongpakvn leemyongpakvn Oct 31, 2023

Copy link
Copy Markdown
Contributor

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.

@ps-jarvis ps-jarvis added the waiting for author Status: Waiting for Author Feedback label Oct 31, 2023
@matthieu-rolland matthieu-rolland added this to the 5.1.5 milestone Nov 8, 2023
@leemyongpakvn leemyongpakvn modified the milestones: 5.1.5, 6.0.0 Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting for author Status: Waiting for Author Feedback

Projects

Status: Ready for review

Development

Successfully merging this pull request may close these issues.

5 participants