Package Exports
- shopper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shopper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
shopper — shopping cart ui for custom shopify stores
wip
- update importly
- implement ui of shopper panel and cart button
- implement shopper wrangler with mock data
- implement and test shopify api faculties
- consider future currency conversion
- wire it all together to complete and stable version
all new shopper
concept overview
- frontend tech to implement custom shopify stores
- uses shopify js-buy-sdk
- integrates with the shopify cart system
- cart interface is implemented via web components
- view live shopper demo
planned capabilities
- display produts for sale on a web page
- cart system
- displays prices and subtotal
- supports currency conversion via crnc
- big green checkout button
- checkout through shopify
implementation plan
<shopper-product-list api-key="xxx-xxx-xxx" collection-id="xxx-xxx-xxx">
<shopper-cart api-key="xxx-xxx-xxx">
<shopper-cart-button>
<shopper-cart-system>
<shopper-cart-panel>
ShopifyEcommerceAdapter
— make api calls to shopifyloadProductsAndCollections
— load products and collections as jsonShopperWrangler()
— controls and coordinates shopper components on the page