Widget installation and configuration
To get started, first install the Feedaty widget, found in the Storeden App Market. Then, enter the "Merchant Code" and "Secret Code" to gain access. After that, you will see the panel as shown here: From the dropdown menu, you can select the widget type of your choice and see a preview of how it will be displayed. Selecting "See code" will bring up the code to insert into your store's theme, as you can see from the example here:
Adding the widget to the product page
To add the widget to the product page, modify the template's product.html file (E-commerce > Theme > Edit HTML/CSS). Before the {% if theme.reviews_product_page == 'yes' and product.reviews.count > 0 %} line, enter the generated code (grabbed from the pop-up as shown above).
Adding the footer widget
To add the widget to the footer of the page, modify the template's footer.html file (E-commerce > Theme > Edit HTML/CSS). Replace the {% include 'ratings.html' %} line with the generated code (grabbed from the pop-up), as indicated in the widget installation and configuration section.
Comments