-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add COD amount helper #862
Comments
API endpoint details that can be used here: endpoint:
Response:
Constraint: If Order does not have COD payment preference then it returns 0. For more details: 86cwmx2rw |
…D payment pending(hotwax#862)
…ed item level adjustments to the shipment total(hotwax#862)
… shipment which handled the order adjustments(hotwax#862)
…ments at ship group level(hotwax#862)
…ed a null check when calculating subtotal(hotwax#862)
Implemented: support to display the remaining amount to be collected on the order based on COD payment and the related adjustments(#862)
@AjinkyaM1 can you identify which OMS version is compatible with this feature? Add the relevant version number to this ticket for tracking |
The backend changes have been pushed into the releases from version 5.18.0. |
Closing as this is working as expected and already in production |
Reopening, as we still need to test the flow where amount is not received. |
Discussed regarding the flow. Need to remove the api support from the app and instead just check the COD payment preference on order and is it in NOT_RECEIVED status. If an order is COD, but the payment status is other than NOT_RECEIVED, then COD UI and adjustments will not be displayed. cc: @dt2patel Sir and @AjinkyaM1 |
…y in the app(hotwax#862) Improved logic to display amount with fixed trauncated values Added check to display the alert message on the basis of tracking code availability
Removed: usage of COD remaining total api and added the logic directly in the app(#862)
What is the motivation for adding/enhancing this feature?
Add COD amount helper section so staff know easily how much COD to expect on their shipping label.
https://docs.google.com/document/d/1Z5VeHa66jqRUpWq-HjuEbn8mXkcZghSlMSDiyNQDskU/edit?tab=t.0#heading=h.t2o8w1t8effo
The text was updated successfully, but these errors were encountered: