Integration Guides
Integration Guide for GoQwik with CornerCart
Follow these steps to integrate GoQwik with our cart: Copy the following code snippet: In our app, navigate to Cart Drawer -Advanced Settings and paste the code into "Add Custom JS Scripts." That's it! After completing these steps, every time a user clicks the checkout button, GoQwik's checkout popup will appear. Optional Styling Updates By default, howFew readersRecharge Subscription App - Third Party Checkout Setup Guide
This guide will walk you through the setup process for using Recharge's Third Party Checkout page. Please note that this setup is different from using Shopify's Native Checkout, which is the recommended method for seamless integration. If you choose to use the Third Party Checkout page, there are some limitations and additional setup steps you need to follow.Few readersIntegration Guide for RazorPay with CornerCart
Follow these steps to integrate RazorPay Magic with our cart: Copy the following code snippet: In our app, navigate to Cart Drawer -Advanced Settings and paste the code into "Add Custom JS Scripts." That's it! After completing these steps, every time a user clicks the checkout button, RazorPay Magic checkout popup will appear.Few readers
Getting started
CornerCart Pricing Plan
We have both Fixed Rate billing plan and Usage Based Flexible billing plans. At Corner we have 3 types of Billing plans to choose from: Free plan : You can use our app with limited features Fixed Rate Billing: Based on your Shopify Billing Plan you'll be charged a fixed amount every month. You'll get access to all features Usage Based Billing: In this plan your billing will be based on the orders you have in your store. So each month we will recalculate the amount youPopularHow to add a $0.00 product as free gift in cart goals
In Cart goals you have the option to rewards the customer with a free product ($0.00 priced product) when a cart goal is met. Do this, if you really want to give a product for $0.00 price only. We recommend giving products with price. So before you select the product in our app you'll have to do the following Create a product in Shopify and add Product title and images Create a product Change iSome readersHow to set up CornerCart in your store
Every widget by CornerCart is rendered using App Embed Blocks in Shopify. In this step by step guide we will see how to do the initial setup of the CornerCart widgets Step 1: Open Shopify's Theme Editor In your Shopify admin, go to Online Store Themes Customise. Click theme customise button Step 2: Enable CornerCart snippet For the app's widgets to work properly, our snippet needs to be enSome readersHow to add a product as free gift in cart goals
How to add a product as free gift in cart goals In Cart goals you have the option to rewards the customer with a free product when a cart goal is met. Step 1: Go inside the Campaigns, and click on the Cart Goal (or you can also click on the edit button) Step 2: Select the Goal Type as "Total Cart Value" (https://storage.crisp.chat/users/helpdesk/website/4569684e50e4f800/screenshot-2023-05-19-at-950571sw907Some readersHow to set a Free Shipping cart goal?
How to set a free shipping cart goal Step 1: Make sure that you setup free shipping options in Shopify Admin first. Click this link to learn more Step 2: Go inside the Campaigns, and click on the Cart Goal (or you can also click on the edit button) (https://stFew readersHow to create a campaign in CornerCart app?
To boost your conversion rates, it is necessary to have Cart goals enabled on the store. Once you activate the cart goal feature, It will be enabled on the cart drawer and makes customer to buy more to achieve that target goal. Follow the below steps on how to create a cart goal in CornerCart app. Step 1: Go to Campaigns (below Conversion Optimisers) Step 2: Create NFew readers
Frequently Asked Questions
How to Customize the products shown in the cart upsell?
In the CornerCart app, we use Shopify's native product recommendations to show recommended products/upsell products to customers in the cart drawer. However, if you'd like to customize the products that are shown, you can use the Shopify app "Search & Discovery" to choose specific products to recommend. To customize the product recommendations in the Cart Upsell feature: Install the Shopify Search & Discovery app usingPopularHow to use Web SDK?
Welcome to the Web SDK documentation for controlling the Cart Widget from your JavaScript code. With our Web SDK, you can listen to various events, open or close the Cart Widget, and perform various actions to enhance your users' shopping experience. This guide will help you understand and utilize the Web SDK effectively.. Available Functions Our Web SDK provides three types of functions: Event Listener Functions, Information Fetch Functions, and Action Functions. These functions allow you toSome readersHow to customize checkout behaviour in Corner Cart ?
By default, Corner Cart redirects to Shopify's default checkout page when a visitor clicks on the Checkout button in the cart. However, in some cases, you may want the user to be redirected to a custom checkout page or you may want to implement some other custom behaviour. Fortunately, you can do this easily with the help of the following function available in our Cart SDK. Step 1: Use the Override Checkout Function To override the default checkout behaviour, use the corner.overrideCheckSome readersHow to prevent sticky bar or Floating mini cart from rendering in a page?
Hiding Sticky add to cart bar There are two ways to do to prevent sticky bar from rendering in a specific page First Method: Add the following div anywhere in the HTML code of that respective page <div block-sticky-atc-bar/> If you are not familiar with editing HTML code, you can follow the second method Second Method: Add the tag block-sticky-atc-bar to the product and sticky bar won't render to this specific product. Feel free to reach out in case of any assistanceFew readersHow to add a Sticky Add to cart bar to a Custom Page
Sticky add to cart bar renders automatically on every product pages by default. And in some cases you might have to render it in a non-product page. Mainly you might come across two such scenarios Render in the Home Page Render in a custom page that you've created Render in the Home Page Rendering in Home Page is quite easy. We have an inbuilt way to achieve that. Go to the cornercart App Add to cart bar General settings And finally paste the product page url of the product tFew readersHow to customise how a specific product is shown in the cart
Based on certain product tags you could customize how that specific product is shown in the cart. |—|—|Few readersHow to hide products from Shopify search
If you want to hide a product and prevent people from finding it on your Shopify store – Follow the below steps Step 1: From your shop’s admin screen, click Settings at the bottom left of the main menu. Step 2: Click Custom Data Products Step 3: Click Add Definition. (https://storage.crisp.chat/users/helpdesk/website/4569684e50e4f800/screenshot-2023-07-11-aFew readersHow to exclude a specific product from cart goal campaign?
To exclude specific products from being taken into account when calculating reward conditions, follow these steps: Login to Your Shopify Admin: Access your Shopify store's admin panel. Open the Product You Want to Exclude: Navigate to the product that you wish to exclude from reward calculations. Edit Product Tags: Within the product editing page, locate the "Tags" section. Here, you will add a specific tag to the product. Add the Tag: Add the following tag to the product. corFew readersDoes Corner Cart support external checkout solutions like Shopflo?
Corner cart only supports third party checkouts partially. Our app is built to work smoothly on Shopify's native checkout solution. If you use other checkout solution you will have to override our default checkout behaviour. Tutorial on how to do that is linked at the very end of this doc. Do keep in mind that certain features in our app might not work as intended if you are using a 3rd party checkout. In this document we will see which all features work and might not work when you are using aFew readersHow to send events from cart to analytics apps
We recognize the significance of tracking user events to design an optimal user experience. You might already be using services like Growlytics and Mixpanel to monitor various user events occurring in your store. Within Corner Cart, you have the option to track numerous events that occur inside the cart. This document will guide you on how to track these cart events. Before you begin learning how to track these events, ensure that the analytics platform you are using has a JavaScript snippet toFew readersHow to remove Corner added cart attributes from packing slips or shipping labels?
When you install Corner on your Shopify store, we automatically include specific data in your customers' shopping carts to track our campaigns.. This data is stored by Corner as cart attributes. If a customer proceeds to place an order, this information will be visible in the order's additional details, often referred to as note attributes. This is the designated location for apps like Corner to store custom order data. Once the data is stored on an order, you'll find it displayed on the rightFew readersHow to add liquid filters when customising texts
In cornercart in wherever you could add dynamic data inside the text you can make use of liquid filters to modify the said dynamic data. Usage To apply filters to an output, add the filter and any filter parameters within the output's curly brace delimiters , preceded by a pipe character |. In the example below, title is its property, and capitalize is the filter being applied. Filters with parameters Many filters accept parameters that let yoFew readers