Articles on: Advanced Configuration & Rules in Bundles

Redirecting the customers to a different Checkout app or Side Cart using the app functions

Feature: Using different app functions - customers can be redirected to the Checkout or Cart apps:


Example: GoKwik checkout



For the Checkout and Side cart apps, check the functions below:


For a theme-based cart drawer, use the following function:


gbbExt.utility.handleSkaiLamaSideCartUpdate()


GoKwik:


window.gokwikSdk.initCheckout(merchantInfo);


Shopflo:


window.Shopflo.openCheckout()


Zecpay:


zecpeCheckFunctionAndCall("handleOcc")


Rebuy:


Cart.getCart();  
[//location.reload](notion://location.reload/)();


Shiprocket or Fastrr:


sessionStorage.setItem("gbbDiscount",gbb?.gbbDiscountComponent?.state?.discountCode);  
document.cookie = "discount_code=" + gbb?.gbbDiscountComponent?.state?.discountCode + "; path=/; Secure; SameSite=Lax";
shiprocketCheckoutBuyCartHandler()


Monster cart:


gbbExt.utility.handleSkaiLamaSideCartUpdate()


Upcart:


window.upcartOpenCart()


Kaching Cart:


kachingCartApi.openCart()  
kachingCartApi.refreshCart()

Updated on: 27/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!