How to use @shopgate/pwa-webcheckout-shopify - 3 common examples

To help you get started, we’ve selected a few @shopgate/pwa-webcheckout-shopify examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github shopgate / pwa / pages / subscribers.js View on Github external
favorites,
  filter,
  filterbar,
  login,
  product,
  search,
  reviews,
  writeReview,
  cart,
  // Extensions
  ...extensions,
];

if (appConfig.webCheckoutShopify !== null) {
  // eslint-disable-next-line global-require
  subscriptions.push(require('@shopgate/pwa-webcheckout-shopify/subscriptions').default);
}

export default subscriptions;
github shopgate / pwa / themes / theme-gmd / pages / subscribers.js View on Github external
favorites,
  filter,
  filterbar,
  login,
  product,
  search,
  reviews,
  writeReview,
  cart,
  // Extensions
  ...extensions,
];

if (appConfig.webCheckoutShopify !== null) {
  // eslint-disable-next-line global-require
  subscriptions.push(require('@shopgate/pwa-webcheckout-shopify/subscriptions').default);
}

export default subscriptions;
github shopgate / pwa / themes / theme-ios11 / pages / subscribers.js View on Github external
filter,
  filterbar,
  login,
  product,
  addToCartBar,
  search,
  reviews,
  writeReview,
  cart,
  // Extensions
  ...extensions,
];

if (appConfig.webCheckoutShopify !== null) {
  // eslint-disable-next-line global-require
  subscriptions.push(require('@shopgate/pwa-webcheckout-shopify/subscriptions').default);
}

export default subscriptions;

@shopgate/pwa-webcheckout-shopify

Webcheckout Shopify library for the Shopgate Connect PWA.

Apache-2.0
Latest version published 25 days ago

Package Health Score

76 / 100
Full package analysis

Popular @shopgate/pwa-webcheckout-shopify functions