useLocalCart
The useLocalCart
hook is used to get the local cart data. You can use this hook to get cart data outside the cart page.
Usage
import { useLocalCart } from '@appmaker-xyz/shopify';
const { cart } = useLocalCart();
The useLocalCart
hook is used to get the local cart data. You can use this hook to get cart data outside the cart page.
import { useLocalCart } from '@appmaker-xyz/shopify';
const { cart } = useLocalCart();