To open a PDF file when clicking on a collection list in Shopify, you can modify the code in the theme file that renders the collection list. Here’s an example code snippet that opens a PDF file on click:
Collection Name
Replace “/path/to/your/file.pdf” with the URL of your PDF file. You can add this code to the template file that displays the collection list.
For the desktop version, you can add this code to the collection grid or collection list template file. For the mobile version, you can add this code to the collection list item template file.