open a PDF file instead of going to collection page - Palo Alto Theme

Hello,

When I click “Lunch”, “Dinner/Weekend”, and “To-go” collection list, I’d like to open a PDF file instead of going to the collection page.

How can I open a PDF file when I click the collection list on desktop and mobile version both?

Thank you for your assistance in advance.

https://www.yook92.com (password: 692)

hello there

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.