No content to show
User Activity
You need to add *Has active product subscriptions*. But in latest version, the have removed customers graphql with tag filter.
To get the subtotal, we looped through the lineitems and added the line amounts. https://shopify.dev/docs/api/checkout-ui-extensions/unstable/react-hooks/cart/usecartlines
04-03-2023
@Diego_C Which file do we have to add this code.
02-28-2023
I am creating a checkout ui extension that take cart subtotal and show a message. I am able to get the cart total using `useTotalAmount`. But, there is no way to get the subtotal. If anybody know how to get subtotal in checkout ui extension using the...