• Hi,

    I have a new issue, when i use shorttag like this :

    [wps_products  post_id="1641"]
    [wps_products  post_id="1642"]

    It’s ok my product are singly displayed

    But when i try to display product with multi post, i see when the page load, the block of my product displaying and disapear

    [wps_products post_id="1641, 1642"]

    if i inspect the element with my chrome or firefox i have this in html :

    <div data-wpshopify-component="" data-wpshopify-component-id="ede73cd2512384e11f7f10bd40a17ce16" data-wpshopify-component-type="products" data-wpshopify-payload-settings="eyJxdWVyeSI6ImF2YWlsYWJsZV9mb3Jfc(...)==" class="wpshopify-has-rendered">
       
             <div class="wpshopify-loading-placeholder"><span>Loading component ...</span></div>
       <section class="wps-items-wrapper css-fh4ew7-PaginationItemsContainerCSS"><section class="wps-items wps-items-list css-xvbvsr-PaginationItemsCSS"></section></section></div>

    I intentionally truncated data-wpshopify-payload-setting for the example

    Do you have any idea ? the <section class=”wps-items-wrapper(…) is empty
    i work with wp 5.7.2 and wpshopify 3.7.2

    • This topic was modified 3 years, 4 months ago by alexisacseo.
Viewing 1 replies (of 1 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @alexisacseo Apologies for the delay!

    If you want to show multiple products at once you’ll need to also add the “connective” shortcode attribute, and set it to OR. Like this:

    [wps_products post_id="1641, 1642" connective="OR"]

    Let me know if this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘wps_products dont display multi post’ is closed to new replies.