Hey All, I'm working on building an extension in c...
# suitecommerce
d
Hey All, I'm working on building an extension in checkout which requires the "order total" information so wondering if we have any extensibility API method to get the order summary in checkout? I know we have one for cart summary but not sure if we have any method to capture order summary in checkout page? any ideas? . Thanks in advance 🙂
s
The cart component covers this
There should be no difference between the totals
d
Used the cart component in checkout it worked. Thanks Steve