You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am using the Storefront Data Hooks for the Cart and Wishlist functionality. And in the Cart and Checkout pages, am displaying the summary (Order Total, Shipping Amount, Tax amount) etc. from the Cart hook itself. But am updating the Shipping address and Billing address directly by calling Bigcommerce's API. So the tax amount (in Cart hook) seems to be not getting updated because of this.
What would be the proper procedure to do this?
The text was updated successfully, but these errors were encountered:
Am using the Storefront Data Hooks for the Cart and Wishlist functionality. And in the Cart and Checkout pages, am displaying the summary (Order Total, Shipping Amount, Tax amount) etc. from the Cart hook itself. But am updating the Shipping address and Billing address directly by calling Bigcommerce's API. So the tax amount (in Cart hook) seems to be not getting updated because of this.
What would be the proper procedure to do this?
The text was updated successfully, but these errors were encountered: