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?
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#
- Capacitor
- Cordova
- Enterprise
$ npm install cordova-plugin-shop-checkout $ npm install @ionic-native/shop-checkout $ ionic cap sync
$ ionic cordova plugin add cordova-plugin-shop-checkout $ npm install @ionic-native/shop-checkout
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
#
Supported Platforms- Android
#
Usage#
ReactLearn more about using Ionic Native components in React
#
Angularimport { ShopCheckout } from '@ionic-native/shop-checkout/ngx';
constructor(private shopCheckout: ShopCheckout) { }
...
this.shopCheckout.registerAgent();...this.shopCheckout.openProducts();