Ecwid Integration

I am trying to integrate ecwid onto my website… When placing a html button in the raw content in the customizer the page goes blank…

< div class=“ecwid ecwid-SingleProduct-v2 ecwid-SingleProduct-v2-centered ecwid-Product ecwid-Product-149541885” itemscope itemtype=“http://schema.org/Product” data-single-product-id=“149541885” >< div class=“ecwid-title” itemprop=“name” style=“display:none;” content=“Illumivein® Premium Vein Finder- New Model”>< /div >< div itemtype=“http://schema.org/Offer” itemscope itemprop=“offers” >< div class=“ecwid-productBrowser-price ecwid-price” itemprop=“price” content=“29.95” data-spw-price-location=“button” >< div itemprop=“priceCurrency” content=“USD” ></ div>< / div></ div>< div customprop=“addtobag”>< /div></ div>< script data-cfasync=“false” type=“text/javascript” src=“https://app.ecwid.com/script.js?18423065&data_platform=singleproduct_v2” charset=“utf-8” >< script type=“text/javascript” >xProduct()< . /script >

Any suggestions?

I am not familiar with ecwid, but you are missing three </div> tags. So three of your divs are left open, which can mess up the page display.

Hey Matthew,

I second Cindy. It’s probably because of syntax errors in your HTML. Please have the Ecwid code checked by Ecwid support or you could use HTML validators like http://htmlhint.com

Cornerstone will just output the HTML provided there are no syntax errors and Javascript code that could mess up the display.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.