Skip to main content

ShopCheckout

This is a plugin that allows your Ionic app to use ShopChecout for Android. Follow the offical documentation to setup this plugin correctly: https://developer.shoptopup.com/docs/shoptopup-for-cordovaphonegap

https://github.com/tradedepot/cordova-shop-checkout

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation#

$ npm install cordova-plugin-shop-checkout
$ npm install @ionic-native/shop-checkout
$ ionic cap sync

Supported Platforms#

  • Android

Usage#

React#

Learn more about using Ionic Native components in React

Angular#

import { ShopCheckout } from '@ionic-native/shop-checkout/ngx';
constructor(private shopCheckout: ShopCheckout) { }
...
this.shopCheckout.registerAgent();
...
this.shopCheckout.openProducts();