Adding downloadable files to product page in coreFORCE

Created by Ezra Weinstein, Modified on Tue, 13 Sep 2022 at 01:16 PM by Hannah Harris

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" target="_blank">Download Identity Verification Form</a></p> 

 

Here is an example of another client's use of this file linking:

 

 

And finally, for the above example, here is what it might look like on the front page. 

 


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article