QuestionQ6
Customizing Sales OperationsAn Adobe Commerce developer has created a new shipping carrier. All components have been implemented, and the collectRates() and getAllowedMethods() functions are shown below:


Based on this code, what cost will be displayed for the shipping method, and what final amount will the customer be charged?
- A The shipping method would display $0 but customers would pay a $10 handling fee for their order.
- B The shipping method would display $0 and customers would pay $0 for using the new shipping method.
- C The shipping method would display $10 and customers would pay $10 for using the new shipping method.
Community Discussion