-
Notifications
You must be signed in to change notification settings - Fork 15
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
In ecommerce, some currency symbols are hardcoded to "$" #135
Comments
I'm a new contributor and I'd like to try fixing this issue. Do I need to be assigned or is it okay to just submit a PR once I've completed the work? |
You can start working on it @lxmmxl56, I'll assign it to you. |
Is this still an open issue? I would be happy to take a stab. If yes, what is the desired behavior here? The currency symbol should reflect the currency set in the yaml file? I don't have to worry about the prices themselves or anything right? If you point me to a template that had the desired behavior currently implemented, I can just copy that to the places where the values are hardcoded. |
Thanks for volunteering @wasuregusa18! The currency symbol should reflect the value of the |
I left a comment in the PR: openedx-unsupported/ecommerce#3891 (comment) |
This issue is blocked since the PR solving it has yet to be reviewed. |
Update: no updates in the PR. |
E-commerce repos will be archived after Sumac: openedx/public-engineering#22 So, I'm not sure how we can move this forward before that happens because there is no maintainer for the e-commerce repos who can merge or review the PR. I left a comment in the PR asking what we could do before Sumac. I'll close this issue after Sumac is released. |
This issue was first reported here: https://discuss.overhang.io/t/currency-is-not-changing-on-e-commerce-course-administration/2422
There are several ecommerce templates where "$" or "USD" is hardcoded:
https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/_course_seat.html#L6
https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/_course_credit_seats.html#L24
https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/honor_course_seat_form_field.html#L5
https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/audit_course_seat_form_field.html#L5
According to the discussion above, there may also be some places in the payment MFE (with cybersource) where the "$" symbol is present.
The text was updated successfully, but these errors were encountered: