Skip Navigation

[Resolved] How to get product title in a view, with a given ID field from it’s relationship

This thread is resolved. Here is a description of the problem and solution.

Problem:

I have a view, where I do show different part for a review. Now I like to add the product title and it's url with a given ID.

The Review custom post type and the products are in a relationship.

Solution:

If it is one-to-many relationship between "Products" and "Review", you can display the parent "Products" post information with "item" attribute, for example:

[wpv-post-title item="@product-review.parent"]

Relevant Documentation:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/

This support ticket is created 2 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by fred-r.M 2 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#2080177

Tell us what you are trying to do? I have a view, where I do show different part for a review. Now I like to add the product title and it's url with a given ID.

The Review custom post type and the products are in a relationship.

Is there any documentation that you are following? https://toolset.com/forums/topic/get-product-title-where-products-custom-fields-value-news-custom-field/

Is there a similar example that we can see? hidden link

At the moment You only see the reviews without the additional product title and url.

What is the link to your site? hidden link

#2080191

Hello,

How do you setup the relationship between "Products" and "Review"?
If it is one-to-many relationship between "Products" and "Review", you can display the parent "Products" post information with "item" attribute, for example:
[wpv-post-title item="@product-review.parent"]

Please replace "product-review" with the relationship slug between "Products" and "Review".

More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-title

#2080449

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.