Skip to main content

Shopify

Install Pataa App from Shopify App Store

Use the below mentioned link to install pataa autofill app

https://apps.shopify.com/pataa-address-autofill

Genrate API by clicking on this link

API Key

Once installed, you need to click on the Activate Plugin link to start using the plugin. You would have to configure the settings; for that you need to click on Address Autofill

There you will see a page like below where you need to put the API Key and the business type to complete the settings.

Step 1

Click Next on step 1

image

Step 2

Fill API Key and click Next in step 2.

image

Step 3

Click Next on step 3

image

Step 4

Click Next if theme supports block, it will look like following screenshot -

image

Click Enable and then Next if theme doesn’t support block, it will look like following screenshot -

image

After installation, you can edit API Key, Business Type and Merchant Id -

image

Steps to integrate Pataa plugin for block based theme -

Customize theme and open page Cart, click on Add block -

image

Select Pataa Address Autofill plugin in dropdown, drag it above Checkout button and click save -

image

Steps to integrate Pataa plugin for theme which is not based on block -

Edit theme code, Now Inject a div into your cart page

   <div class="pataa-input-main pataa_mini"></div>

if you are using a sidebar cart inject this function in your javascript

   PataaWidgetRender();