Articles on: Easy Bundles - Miscellaneous

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)

Click on the Checkout page - Click on Checkout CTA

It will open the GoKwik Checkout page instead of Normal shopify checkout

**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

Was this article helpful?

Share your feedback

Cancel

Thank you!