Request: override/hide method price #421
allanemerson
started this conversation in
Feedback: Delivery Customization API
Replies: 1 comment
-
We are having a similiar problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a shipping method which is configured as free, but in reality this method is for customers with a contracted shipping rate so they pay for shipping via invoice. We use JS in checkout.liquid today to replace "Free" with "Contracted" to not mislead the customer and need a similar way to update the price with an operation. Adding "price" to RenameOperation would take care of this, either by letting us pass a replacement string or empty string to hide it entirely.
Beta Was this translation helpful? Give feedback.
All reactions