JSPM

  • Created
  • Published
  • Downloads 182
  • Score
    100M100P100Q51960F
  • License ISC

shopping cart ui for shopify stores

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

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 shopify
  • loadProductsAndCollections — load products and collections as json
  • ShopperWrangler() — controls and coordinates shopper components on the page