Hi, I’m using a third party app to create custom fields that I can then use in my theme. One of the custom fields we are using is to store a list of product handles to be able to display these as related products on a product page.
The issue I have is that in the third party app, it stores the product references as handles. This causes an issue when a handle is changed in Shopify. It doesn’t update this in the third party app meaning it has to be manually updated, which would be a lot of work for 500+ products.
Is there a way within Liquid where if a handle no longer exists or cannot be found, it can check to see if a redirect exists for that handle and use the redirect handle instead?