Sleek app can be used to collect customer GSTIN on the cart page. To enable customer GSTIN collection a one line of integration code needs to be added to your store.


This guide will walk you through the simple process of integrating the Sleek App into your Shopify site. 


Steps


1. Open your Shopify admin.

2. Click Online Store.

3. Click Themes.

4. Click Actions for your published theme.



5. Click Edit code.


6. Click the file cart-template.liquid which appears under Sections. 
 


<image>


7. The cart-template.liquid file will open in the online code editor. In the online code editor window, locate the HTML for your checkout button (you can do this by searching with CTRL-f or COMMAND-f). The HTML for your checkout button code will look something like this: 

<button type="submit" name="checkout" class="btn">{{ 'cart.general.checkout' | t }}</button>


The actual code may appear slightly different between themes. The trick is to find a <input> or <button> code.


(If you are having problems please contact support@sleekapp.freshdesk.com. We will do the integration for you.)


8. On the above line, add the following code.   


<!--sleek file--->
{% render 'sleek' %}



9. Hit Save.


Example Preview:




(If you are having problems please contact support@sleekapp.freshdesk.com. We will do the integration for you.)