Hello Robinson, thank you for your reply!
I checked your website, and Google Search Results test, and see that Product Scheme is not visible. There are important warning for product name and image, and not critical warnings for customer’s reviews, and so on. You can contact our support team at [email protected], so we will help you to solve them.
At the moment, I should say that the important warning is the Missing field “name”. Our integration code contains the Product Scheme, so I can suggest you try to insert only div containers inside the Slider plugin:
<div class="ecsp ecsp-SingleProduct-v2 ecsp-SingleProduct-v2-bordered ecsp-SingleProduct-v2-centered ecsp-Product ec-Product-591400870" itemscope itemtype="https://schema.org/Product" data-single-product-id="591400870"><div itemprop="image"></div><div class="ecsp-title" itemprop="name" content="Vicksburg Battlefield Driving Tour: Self-Guided"></div><div itemtype="https://schema.org/Offer" itemscope itemprop="offers"><div class="ecsp-productBrowser-price ecsp-price" itemprop="price" content="14.99" data-spw-price-location="button"><div itemprop="priceCurrency" content="USD"></div></div></div><div customprop="options"></div><div customprop="qty"></div><div customprop="addtobag"></div><div customprop="vatinprice"></div></div>
Then insert the loading JavaScript on the page inside the Custom HTML block, since Slider is not supporting JavaScript:
<script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?17288515&data_platform=singleproduct_v2" charset="utf-8"></script><script type="text/javascript">xProduct()</script>
Thus, this script should load the Ecwid Buy Now button inside the Slider. Please, try this and tell me about the results.