diff --git a/layout/theme.liquid b/layout/theme.liquid index bb59ed2b1..705e9f7b6 100755 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -169,7 +169,7 @@ cartCountSelector: '#cartCount', // Update number of items in the cart when a product is added. Default is null. cartCostSelector: '#cartCost', // Update the total cart cost when a product is added. Default is null. toggleCartButton: '#cartToggle', // To toggle drawer/modal cart, include the selector here. Default is null and will take you to /cart page. - useCartTemplate: false, // True to use cart.liquid markup. Default is false and uses handlebars.js for template. + useCartTemplate: true, // True to use cart.liquid markup. Default is false and uses handlebars.js for template. btnClass: 'btn' // Your main button class for styling purposes if useCartTemplate is set to false. Default is null. }); });