...
Follow the Step 1 and Step 2 same as mention in the Seller Widget Implementation
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.
Once the file is opened up you have to place the PRC widget code right before the following code
{% if collection %}Please make sure that you edit the PRC code and place the placeholder inside the PRC widget code for product_id
In our case for this file the placeholder will be
{{ product.id }}After editing the PRC code it will look something like below.
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.
...