Redirecting the customers to different Checkout app or Side Cart using the app functions
Feature: Using different app functions - customers can be redirected to Checkout or Cart apps:
Example : GoKwik checkout
Go to Settings > Additional configuration > Bundle Settings > Checkout settings > Paste the app/cart function code -
window.gokwikSdk.initCheckout(merchantInfo);
For other Checkout and Side cart apps check the functions below:
* Shopflo:
window.Shopflo.openCheckout()
* Zecpay:
zecpeCheckFunctionAndCall("handleOcc")
* Rebuy:
Cart.getCart();
//location.reload();
* Shiprocket:
shiprocketCheckoutBuyCartHandler()
* Upcart:
window.upcartOpenCart()
Example : GoKwik checkout
Go to Settings > Additional configuration > Bundle Settings > Checkout settings > Paste the app/cart function code -
window.gokwikSdk.initCheckout(merchantInfo);
For other Checkout and Side cart apps check the functions below:
* Shopflo:
window.Shopflo.openCheckout()
* Zecpay:
zecpeCheckFunctionAndCall("handleOcc")
* Rebuy:
Cart.getCart();
//location.reload();
* Shiprocket:
shiprocketCheckoutBuyCartHandler()
* Upcart:
window.upcartOpenCart()
Updated on: 10/11/2024
Thank you!