Now that I have the folder to place my PDF in, how can I open it with a "Click Here" text link in my product descriptuion?
Now that I have the folder to place my PDF in, how can I open it with a "Click Here" text link in my product descriptuion?
Two options come to mind:
1. Via a plugin: https://www.zen-cart.com/downloads.php?do=file&id=1642
2. Simple html added to your product description: <a href="link_to_dpf" target="_blank">click here</a>