How to redirect the customer 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 > Checkout settings > Paste the app/cart function code - window.gokwikSdk.initCheckout(merchantInfo);
as shown in the video (https://storage.crisp.chat/users/helpdesk/website/435d7ae6aac9ec00/css-14_j82gus.png)
**For other checkout and cart apps:**
* Shopflo:
window.Shopflo.openCheckout()
* Zecpay:
zecpeCheckFunctionAndCall("handleOcc")
* rebuy:
Cart.getCart();
//location.reload();
* Upcart:
window.upcartOpenCart()
Example : GoKwik checkout
![Go to Settings > Additional configuration > Checkout settings > Paste the app/cart function code - window.gokwikSdk.initCheckout(merchantInfo);
as shown in the video (https://storage.crisp.chat/users/helpdesk/website/435d7ae6aac9ec00/css-14_j82gus.png)
**For other checkout and cart apps:**
* Shopflo:
window.Shopflo.openCheckout()
* Zecpay:
zecpeCheckFunctionAndCall("handleOcc")
* rebuy:
Cart.getCart();
//location.reload();
* Upcart:
window.upcartOpenCart()
Updated on: 07/04/2024
Thank you!