shopperman
Version:
shopping cart ui for shopify stores
30 lines • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.makeDefaultCartText = function () { return ({
cartButtonText: {
open: {
title: "Close the cart",
},
closed: {
title: "Open the cart"
}
},
cartPanelText: {
heading: "Shopping cart",
cartItemText: {
remove: {
title: "Remove cart item",
}
},
cartCalculatedText: {
subtotal: {
content: "Subtotal (approximate)"
}
},
cartCheckoutText: {
title: "Buy cart items",
content: "Checkout"
}
}
}); };
//# sourceMappingURL=make-default-cart-text.js.map