Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to implement eKomi Smart Widgets in a Shopify store, first contact eKomi support team or your onboarding agent. They will provide you the JavaScript code snippet, which needs to be embed into the code of your Shopify shop. Following is an example guide on how to implement eKomi seller slider widget and the seal widget. It is similar process of implementing other eKomi widgets but depending on those you might need to work with some variables and placeholders, also depending on the shop theme you use. Follow the steps to access the code and display the eKomi seller slider and seal widgets.

...

  1. Follow the Step 1 and Step 2 same as mention in the Seller Widget Implementation

  2. Once you are in the edit theme file mode you have to click on Sections and a drop-down will open you from where you have to open product-template.liquid file as shown in the picture below.


  3. Once the file is opened up you have to place the PRC widget code right before the following code
    {% if collection %}

  4. Please make sure that you edit the PRC code and place the placeholder inside the PRC widget code for product_id

  5. In our case for this file the placeholder will be
    {{ product.id }}

  6. After editing the PRC code it will look something like below.

  7. Once you have placed the widget code in the file. The file will look something like as shown in the screenshot below.

    Image Added

Note:

  • There is a possibility that the filenames wouldn’t be same as above because those depend on the theme structure that is used for the store. But predominantly the above naming is followed and used to implement the widgets by default in Shopify ecommerce store.

  • The positioning of the widget can change according to the client’s demand

  • The prc may not show if there are no reviews.