-
Notifications
You must be signed in to change notification settings - Fork 95
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
Currency selector #54
Currency selector #54
Conversation
75d33f6
to
199de95
Compare
199de95
to
dda3297
Compare
I agree that the currency selector should be in it's own feature in the future. The current settings based implementation I think can be removed altogether when a more real world implementation is in place. I think it's good to have right now during early development when concepts are being tried out. |
dda3297
to
0bbb926
Compare
This is currently broken. Please wait with further review. |
2c65248
to
490c923
Compare
Basic infrastructure for supporting price display in different currencies.
490c923
to
db4ae29
Compare
Startup.cs
Outdated
@@ -107,4 +105,14 @@ public override void Configure(IApplicationBuilder app, IEndpointRouteBuilder ro | |||
); | |||
} | |||
} | |||
|
|||
// TODO: Move to it's own project? Think about Commerce solution structure... |
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.
I wouldn't.
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.
Removed comment.
Is this good to merge now? LGTM. |
Currency selector intended for (Dev/Test) scenarios.
42b8178
to
d1c8cd8
Compare
It's ok to merge. Thanks. |
Thanks! |
Implemented logic to be able to select the currency prices are shown in on the site. It builds on the configuration settings that were added to the PricePart.
There are two implementations added:
Update in Startup.cs which implementation will be used.
Notes: