• In my development site, widgets and Ecwid Product Advisor shortcode calls in Text widgets to my Ecwid store are bringing up data from the demo store instead. My store is on a paid plan.

    Calls using the Ecwid official plugin page and using generated HTML from the Ecwid support pages are OK.

    Site is https://www.jdh-dev.com/g4l365-2/. The issue presents on the home page.

    I believe the relevant code is following; but of course you can see for yourself on the front page.

    <div class="home-products widget-area"><div class="wrap"><section id="text-4" class="widget-1 widget-first widget-odd widget widget_text"><div class="widget-1 widget-first widget-odd widget-wrap"><h4 class="widget-title widgettitle">From Our Catalog</h4>
    			<div class="textwidget"><!-- Ecwid shopping cart plugin v 2.8 --><script data-cfasync="false" type="text/javascript" src="//app.ecwid.com/script.js?6598207&data_platform=wporg"></script><div class="ecwid-shopping-cart-script"></div><!-- END Ecwid Shopping Cart v 2.8 --> <!--mfunc echo EcwidRandomProducts_Display::show_products_internal(array (
      'show_price' => 'true',
      'show_sku' => false,
      'show_title' => 'true',
      'product_width' => 0,
      'per_row' => '3',
      'number' => '3',
      'category' => -1,
      'product_type' => 'random_products',
    ))--><div class="ecwid-random-products"><table cellspacing="0" cellpadding="0" class="ecwid-ProductsList-content" style="width: 100%;"><tr><td onclick="javascript:window.location='https://www.jdh-dev.com/g4l365-2/shop/#!/iPod-nano-Armband/p/5045';"><div style="left; cursor: pointer;" class="ecwid-productBrowser-productsGrid-productTopFragment"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/iPod-nano-Armband/p/5045"><img src="https://images-cdn.ecwid.com/images/1003/232742394.jpg" title="iPod nano Armband" alt="iPod nano Armband" class="ecwid-random-thumbnail" style="margin: 0" /></a><div style="cursor: pointer;" class="ecwid-productBrowser-productsGrid-productBottomFragment"><div><div class="ecwid-productBrowser-productNameLink"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/iPod-nano-Armband/p/5045">iPod nano Armband</a>
    		</div><div class="ecwid-productBrowser-price ecwid-productBrowser-price-grid"><span class="ecwid-productBrowser-price-value notranslate">$29.00</span></div></div></div></div>
    </td><td onclick="javascript:window.location='https://www.jdh-dev.com/g4l365-2/shop/#!/Apple-TV/p/5006';"><div style="left; cursor: pointer;" class="ecwid-productBrowser-productsGrid-productTopFragment"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/Apple-TV/p/5006"><img src="https://images-cdn.ecwid.com/images/1003/232742388.jpg" title="Apple TV" alt="Apple TV" class="ecwid-random-thumbnail" style="margin: 0" /></a><div style="cursor: pointer;" class="ecwid-productBrowser-productsGrid-productBottomFragment"><div><div class="ecwid-productBrowser-productNameLink"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/Apple-TV/p/5006">Apple TV</a>
    		</div><div class="ecwid-productBrowser-price ecwid-productBrowser-price-grid"><span class="ecwid-productBrowser-price-value notranslate">$229.00</span></div></div></div></div>
    </td><td onclick="javascript:window.location='https://www.jdh-dev.com/g4l365-2/shop/#!/Bazinga/p/4006';"><div style="left; cursor: pointer;" class="ecwid-productBrowser-productsGrid-productTopFragment"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/Bazinga/p/4006"><img src="https://images-cdn.ecwid.com/images/1003/232742374.jpg" title="Bazinga!" alt="Bazinga!" class="ecwid-random-thumbnail" style="margin: 0" /></a><div style="cursor: pointer;" class="ecwid-productBrowser-productsGrid-productBottomFragment"><div><div class="ecwid-productBrowser-productNameLink"><a onclick="javascript: return false;" href="https://www.jdh-dev.com/g4l365-2/shop/#!/Bazinga/p/4006">Bazinga!</a>
    		</div><div class="ecwid-productBrowser-price ecwid-productBrowser-price-grid"><span class="ecwid-productBrowser-price-value notranslate">$17.99</span></div></div></div></div>
    </td></tr></table></div>
    <!--/mfunc--></div>
    		</div></section>

  • The topic ‘Ecwid Demo Store used instead of my store in Ecwid Product Advisor for Ecwid’ is closed to new replies.