Hi I have a page I am working on where , when mentioned in a review a product I would like to link that product page, is this possible and if so how? many thanks
@morethansoaps - do you mean, you’d like to have product-links automagically inserted in a review, like when I mention your nickname here in the community-posts?
How would you identify that a string is „a product“? Basically I‘d have a look at all_products and ideally you should have the handle available … see all_products[“coffee-cup”].url as an example.
Mario
Per r8r’s point, this is one of those things where you really want the user giving the review to select the specific item as part of the review creation and that data is with the review for later use.
Otherwise you get all types of ambiguity and performance problems trying infer or string match against an entire catalog of products with what may be in the text of a review, super messy.
Like here in the forums once you type an [email removed] symbol a menu of forum users in that topic appears for specific selection
Or you have to manually assign the product to the review or specific text in the review, not fun.
There could be apps that do this parsing but you’d have to dig through the app store to see.