This storefront is about 3/4 way down a one page site just under the "Register Here" heading at: http://aglow.webflow.io/
It's a simple two product implementation of the Product Browser embedded into a section.
Code:
<div id="my-store-12300484"></div><div> <script type="text/javascript" src="https://app.ecwid.com/script.js?12300484" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(20,3) list(60) table(60)","categoryView=grid","searchView=list","id=my-store-########");</script></div>
I've searched the forums and found a couple of posts that suggest placing this code in the custom CSS themes section of the admin control panel would remove the links but in my case this fix has not worked out.
Code:
.ecwid-productBrowser-cart .ecwid-productBrowser-cart-itemsTable-cell-thumbnail, .ecwid-productBrowser-cart .ecwid-productBrowser-productNameLink { pointer-events: none; }
Cheers
David