We have added the amazingly beautiful and simple Elfsight widgets to Shopit to extend your store building experience. There are essentially 3 main places that a store owner would want them to appear:
Additionally this widget could be a popup - such as Age Verification or Country (domain) Selection.
How to add to your store:
- Create your widget in Elfsight
- Copy the 2 lines of script code as given
- Go to Sales Channel > Design > Edit Template
- Open base.html.twig
- To add to the header, insert between the <header> tags at the top of the code
- To add to the footer, insert between the <footer> tags at the bottom of the code
- To check your work: in a new tab, go to Sales Channel > Design > Edit Website - this will show you the latest development version of the page (not necessarily the live version which has a cache for another 10-12 minutes)
- Any issues, contact support@shopitcommerce.com
Widget to appear on a single page
Examples: this widget will only appear on one designated page
| | |
Home Page - Before/After Slider
|
Instagram feed on a Conte nt Page
|
Google Maps on Contact Us page
|
How to add:
- Create your widget in Elfsight
- Copy the 2 lines of script code as given
- Go to Sales Channel > Design > Edit Template
- Open the relevant page:
- Home
- Pages: About, Contact, Privacy Policy, Terms; Blog pages etc
- Click to edit the Body; then Source.
- Click where you want the script
- Add <div> script code here </div>
- To check your work: in a new tab, go to Sales Channel > Design > Edit Website - this will show you the latest development version of the page (not necessarily the live version which has a cache for another 10-12 minutes)
- Any issues, contact support@shopitcommerce.com
Note: If you want this widget on ALL content pages (NOT category, product, basket, checkout) you can add the code to page/detail.html.twig. To add to ALL Blog pages, add the code to blog/post.html.twig.
Widget to appear on a recurring page
Examples: this widget will on a recurring page of your choice : Categories, Products
| |
eBay reviews on a Category Page
|
eBay reviews on a Product Page
|
How to add:
- Create your widget in Elfsight
- Copy the 2 lines of script code as given
- Go to Sales Channel > Design > Edit Template
- To add to all Category Pages, open product/ listing .html.twig
- To add to all Product Pages, open product/ detail .html.twig
- Click where you want the script
- Add <div> script code here </div>
- To check your work: in a new tab, go to Sales Channel > Design > Edit Website - this will show you the latest development version of the page (not necessarily the live version which has a cache for another 10-12 minutes)
- Any issues, contact support@shopitcommerce.com
Note: You can make other edits to the Product Pages, by adding custom database fields - any data in the database can be pulled through automatically.