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

Commit

Permalink
Reverted to using cart.liquid as defualt markup for ajax cart
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold committed Mar 7, 2014
1 parent a811723 commit df5bb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/theme.liquid
Expand Up @@ -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.
});
});
Expand Down

0 comments on commit df5bb4d

Please sign in to comment.