# Custom event for drawer Update
fetch("/cart.js").then((res) => res.json()).then((cart) => {
console.log("Updated Cart Data:", cart); // Debugging log
document.dispatchEvent(new CustomEvent("cart:updated", {
detail: { itemCount: cart.item_count || 0 }
}));
});
-
Notifications
You must be signed in to change notification settings - Fork 0
iShopifyExpert/add-custom-paypal-button-on-cart-drawer-or-page
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published