Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Commit df5bb4d

Browse files
committed
Reverted to using cart.liquid as defualt markup for ajax cart
1 parent a811723 commit df5bb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/theme.liquid

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
cartCountSelector: '#cartCount', // Update number of items in the cart when a product is added. Default is null.
170170
cartCostSelector: '#cartCost', // Update the total cart cost when a product is added. Default is null.
171171
toggleCartButton: '#cartToggle', // To toggle drawer/modal cart, include the selector here. Default is null and will take you to /cart page.
172-
useCartTemplate: false, // True to use cart.liquid markup. Default is false and uses handlebars.js for template.
172+
useCartTemplate: true, // True to use cart.liquid markup. Default is false and uses handlebars.js for template.
173173
btnClass: 'btn' // Your main button class for styling purposes if useCartTemplate is set to false. Default is null.
174174
});
175175
});

0 commit comments

Comments
 (0)