Ecwid is an ecommerce shopping cart I would like to integrate on my front page just below the slider There is a code that displays the store front <div id="my-store-000000">This store is powered by Ecwid - <a href="http://www.ecwid.com">E-Commerce Software</a>. If you your browser does not support JavaScript, please proceed to its <a href="http://app.ecwid.com/jsp/2982093/catalog">simple HTML version</a>.</div><div> <script type="text/javascript" src="http://app.ecwid.com/script.js?2982093" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10) table(20)","categoryView=grid","searchView=list","id=my-store-000000");</script> I removed my store id so my store cannot be stolen by readers. Where would be the optimal place to insert the code so my store will be visible? www.centraljerseyofficeequipment.com
Hello, Go to front-page.php present in your theme directory and add your code there. Check image for reference This will solve your issue.