grouping purchased content
-
I’m using this short code to show a user what content they’ve purchased
[woocommerce-payperpost template=’purchased’]
I have three products each with different content in them. Is there a way to create sections with this short code so I can show the user the content grouped by product?
Like,
[woocommerce-payperpost template=’purchased’ product_id=12345]
[woocommerce-payperpost template=’purchased’ product_id=12346]
[woocommerce-payperpost template=’purchased’ product_id=12347]
I can create a plugin override in the theme, but thinking through the pseudocode for this, it feels heavy based on what we see in the plugiun code.
Is there *any* way to do this? in free or paid plugin? We are planning to buy it regardless for other reasons.
thanks.
The topic ‘grouping purchased content’ is closed to new replies.