Title: Product Loop
Last modified: November 4, 2023

---

# Product Loop

 *  Resolved [Katy87](https://wordpress.org/support/users/katy87/)
 * (@katy87)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/product-loop/)
 * 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?
 *     ```wp-block-code
       <Loop type=woo_product count=1>
            <h4><Field title /></h4>
         </Loop>
       ```
   

Viewing 1 replies (of 1 total)

 *  [Julia Canzani](https://wordpress.org/support/users/juliacanzani/)
 * (@juliacanzani)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/product-loop/#post-17174820)
 * 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:
 *     ```wp-block-code
       <Loop type=product count=1>
         <h4><Field title /></h4>
       </Loop>
       ```
   
 * There are [some helpful posts on our forum](https://discourse.tangible.one/search?q=woocommerce)
   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.

 * ![](https://ps.w.org/tangible-loops-and-logic/assets/icon.svg?rev=2535522)
 * [Loops & Logic](https://wordpress.org/plugins/tangible-loops-and-logic/)
 * [Support Threads](https://wordpress.org/support/plugin/tangible-loops-and-logic/)
 * [Active Topics](https://wordpress.org/support/plugin/tangible-loops-and-logic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tangible-loops-and-logic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tangible-loops-and-logic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Julia Canzani](https://wordpress.org/support/users/juliacanzani/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/product-loop/#post-17174820)
 * Status: resolved