How to integrate FAQPrime product question and answer with Shopify?

1Answer

Integrate FAQPrime product question and answer with Shopify:

 

STEP 1.Go to faq.looras.com/login and login using your credentials:

image

STEP 2.Click on Product Q&A:

image

STEP 3.Go to Shopify Integration:

image

STEP 4.After clicking on Shopify Integration you will redirect to this page:

image

STEP 5.Enter your Shopify Store URL and Access Token:

image

STEP 6.Click Save & next:

image

STEP 7.Click Sync product:

image

 

STEP 8.After clicking on sync product the below page will appear.  

image

 

 

Here we get two types of integration code. We have to use only one of them as described below:

1) Integration Code (HTML)

Add this integration code in the "main-product.liquid" file (or something similar which holds the product page template for your store) wherever you want the Q&A widget to appear.

or

2) Integration Code (JS)

Add this integration code in the "main-product.liquid" file (or something similar which holds the product page template for your store).

Modify the line

var faqpqaId='';

To:

var faqpqaId='<eleId>';

 

 Where <eleId> is the id of the element inside which you want the Q&A widget to appear.

 

 

Did this answer your question?
...