• Resolved Katy87

    (@katy87)


    Hi, i was using custom content shortcode before and since is was discontinued i’ve been trying to create a similar loop with this plugin. But whatever I try, I can’t get any products to show.

    My shortcode with custom content shortcode was:

    [loop type=product order=DESC count=100 orderby=[acf field=”last_updated” image=image_link] <table width=”auto”> <tbody> <tr> <td width=”15%”>[field image width=”200px” height=”auto”]</td> <td width=”50%”>[link][field title][/link] [field excerpt] [acf field demo_url] [field add-to-cart]</td> <td width=”33%”>Last updated: [acf field=”last_updated”] [acf field=”membership_download_link”]</td> </tr> </tbody> </table>

    [/loop]

    Now I created a template with tangible and started with a simple loop, but the page remains blank. I’ve added the shortcode [template id=21605] to my page. Am is missing something?

    <Loop type=woo_product count=1>
         <h4><Field title /></h4>
      </Loop>
Viewing 1 replies (of 1 total)
  • Julia Canzani

    (@juliacanzani)

    Hi Katy! It looks like you found your way to our beta pro addon docs! Our (as yet unreleased) explicit integration with WooCommerce handles complex data that isn’t stored in the wp_postmeta table, but you’ll still be able to access products in a loop without it by referencing the post type:

    <Loop type=product count=1>
      <h4><Field title /></h4>
    </Loop>

    There are some helpful posts on our forum about using L&L with WooCommerce, so it’s worth a look about if you have any more questions.

    Julia @ Team Tangible

Viewing 1 replies (of 1 total)
  • The topic ‘Product Loop’ is closed to new replies.