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?
<Loop type=woo_product count=1> <h4><Field title /></h4> </Loop>
- The topic ‘Product Loop’ is closed to new replies.