Woocommerce product: Pod not found
-
Hello,
I’m trying to create a custom template with a post type that has a relationship field with the products from Woocommerce, but I have some troubles.
If I use
{@prodotti_collegati}
(which is the name of the field), I correctly get a list with the names of the products. However, I’m not able to use[each prodotti_collegati]
in any way because even if I just put[each prodotti_collegati]test[/each]
, I don’t get “test” but “Pod non trovato” (in English: “Pod not found”).I’ve seen that someone was trying to do the same but with orders (that are private posts, so that’s normal), but for products it should worl (since they’re public).
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce product: Pod not found’ is closed to new replies.