Product titles lead to home page after clicking, how do I fix this to lead to product page?

Hi @Spacetraders ,

Go to Online Store > Themes > Edit Code.

Find this file: snippets/product-card.liquid (or similar).

Look for

 {{ product.title }} 

Replace it with:

 {{ product.title }} 

Save and refresh your site.