Closed (fixed)
Project:
Commerce Store Switch
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Sep 2022 at 10:46 UTC
Updated:
8 May 2024 at 05:04 UTC
Jump to comment: Most recent
With the commerce store filter query parameter, I need to reload the page to get the correct currency. Potentially as it kicks in too late in the process? I saw the code in the event subscriber mentioned it needed to have a lower priority in order for the route to complete the build...
I've just moved the request logic into the store resolver itself. Personally I'd like it to be in here just so I can prioritise my store resolvers accordingly, however this may not be the correct way of doing things! :)
PS Thanks for the great module!!
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
arunkumarkComment #4
arunkumarkPatch looks fine. Moving to the RTBC.
Comment #6
arunkumarkIt was merged into the dev branch.