
03-31-2014, 02:18 PM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by john b miller
Maya I posted the code you told me and here is the link again.
<div class="ecwid ecwid-SingleProduct ecwid-Product ecwid-Product-34448323" itemscope itemtype="http://schema.org/Product" data-single-product-id="34448323">
<div itemprop="picture"></div>
<div class="ecwid-title" itemprop="title"></div>
<div itemtype="http://schema.org/Offer" itemscope itemprop="offers"><div class="ecwid-productBrowser-price ecwid-price" itemprop="price"></div></div>
<div itemprop="options"></div>
<div itemprop="qty"></div>
<div itemprop="addtobag"></div>
</div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?839200" charset="utf-8"></script>
<script type="text/javascript">xSingleProduct()</script>
http://musicbyemail.com/albums/clima...ecords-cd-dvd/
The widget is still not visible or working in either Safari or Firefox. 
|
Hello,
I have checked the source code of your page and found out that only following code was posted there:
Code:
<div class="ecwid ecwid-SingleProduct ecwid-Product ecwid-Product-34448323" itemscope="" itemtype="http://schema.org/Product" data-single-product-id="34448323"></div>
<p><script type="text/javascript" src="http://app.ecwid.com/script.js?839200"></script><script type="text/javascript">xSingleProduct()</script></p>
This single product widget code doesn't contain any widget's elements in it (image, price, button, etc.) and as a result, nothing shown when this widget is loaded. Please, make sure that single product widget code was pasted into your Wordpress page in "HTML", not "Visual" mode.
If you want to display "Add to Bag" button only, please, use following code:
Code:
<div class="ecwid ecwid-SingleProduct ecwid-Product ecwid-Product-34448323" itemscope="" itemtype="http://schema.org/Product" data-single-product-id="34448323"><div itemprop="addtobag"></div></div>
<p><script type="text/javascript" src="http://app.ecwid.com/script.js?839200"></script><script type="text/javascript">xSingleProduct()</script></p>
If you still need any help with this, please, send me access to your site's page in PM for the further investigation.
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|