how can i link one of my other products on a product page

Topic summary

A Shopify store owner selling drones and cameras needs to cross-link product variations that differ only by battery quantity (e.g., one battery vs. three batteries). They previously tried using variants but found it ineffective.

Solutions proposed:

  • No-app approach: Use metafields or collections to relate products, combined with custom Liquid code in an OS2.0 theme. A code snippet was provided showing how to pull related products from a collection or metafield and display them on product pages.

  • App-based solution: The Easify Product Options app offers an “Option URL” feature that allows creating battery options (as buttons or dropdowns) that redirect customers to the corresponding product page when selected. This ensures consistent display across related products.

Both methods enable customers landing on one product variant to easily navigate to alternative battery configurations.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

my store djidronezone.com has sells lots of drones and cameras. there is some of the same models with options to buy them with one battery or three batteries. I need a way to cross link the two products so that if someone lands on my site through the one with one battery for example they have the option to click over to the other option. i have tried this with variants but it didn’t work very well so I am looking for an app that could help. on this website you can see the options I am trying to replicate https://store.dji.com/uk/product/dji-mavic-3-pro?from=site-nav&_gl=1%2Ahj8z2o%2A_up%2AMQ..&gclid=Cj0KCQjwgrO4BhC2ARIsAKQ7zUmR2phw3bQsKhSreROw5a57Dg17yJ99CHjdocEruaryRqEG7Dra7VoaAkXeEALw_wcB&vid=137691

Hi @Ocean10media no app needed use either a metafield, or a collection to relate the products.

And if using an OS2.0 theme a custom-liquid block code similar to the following:

i.e. for metafield {{ products.metafields.purchase_options.product }}

or

{% assign collection_handle = product.handle %}
{% for cross_product in collections[collection_handle].products %}
 {% if cross_product.handle != product.handle %}
  

etc

If you need this business logic and theme customization created then contact me for services
**Contact info in forum signature.**
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Hi, thanks that would be really helpful if you could recommend who helped.

Hi @Ocean10media ,

The Easify Product Options app can meet your needs with its Option URL feature for cross-product linking :hugs: . Specifically, you can use the app to create a Battery option, displayed as a Button or Dropdown, with values such as “1 battery” and “3 batteries”.

Each option can be linked to its corresponding product page, so when customers make a selection, they are redirected to the relevant product page. Both product pages will display the same battery options for consistency.

If you’re interested in trying the app, feel free to reach out to the Easify team for a detailed setup guide tailored to your store.