coreFORCE - Products: Adding downloadable files to product page in coreFORCE
coreFORCE Advanced and Enterprise Only
This article will show you how you can upload and link to files on your website.
Potential Purposes
Potential purposes for this could include allowing your customers to download a waiver or perhaps a PDF with information about a particular product.
File Manager
Go to Website -> File manager. From here, you upload your documents by either dragging and dropping or by clicking the "New Document" button.
From there, click the chainlink next to the file you'd like to link to. Control + C (windows) or Command + C (Apple) to copy.
Next, you'll go to product maintenance, find the product you'd like to add the file to. Go to the details section and click "Source" in the top left corner of the detailed description editor. You'll want to write in the HTML:
<p><a href=" (insert/paste file link here) " target="_blank"> (insert text for the link here, example: DOWNLOAD PDF)</a></p>
A full example could look like:
<p><a href="[https://demostore.coreware.com/download.php?code=IDENTITY_VERIFICATION_FORM](https://demostore.coreware.com/download.php?code=IDENTITY_VERIFICATION_FORM)" target="_blank">Download Identity Verification Form</a></p>
Here is an example of another example:
And finally, for the above example, here is what it might look like on the front page.
This article will show you how you can upload and link to files on your website.
Potential Purposes
Potential purposes for this could include allowing your customers to download a waiver or perhaps a PDF with information about a particular product.
File Manager
Go to Website -> File manager. From here, you upload your documents by either dragging and dropping or by clicking the "New Document" button.
From there, click the chainlink next to the file you'd like to link to. Control + C (windows) or Command + C (Apple) to copy.
Next, you'll go to product maintenance, find the product you'd like to add the file to. Go to the details section and click "Source" in the top left corner of the detailed description editor. You'll want to write in the HTML:
<p><a href=" (insert/paste file link here) " target="_blank"> (insert text for the link here, example: DOWNLOAD PDF)</a></p>
A full example could look like:
<p><a href="[https://demostore.coreware.com/download.php?code=IDENTITY_VERIFICATION_FORM](https://demostore.coreware.com/download.php?code=IDENTITY_VERIFICATION_FORM)" target="_blank">Download Identity Verification Form</a></p>
Here is an example of another example:
And finally, for the above example, here is what it might look like on the front page.
Updated on: 07/15/2024
Thank you!