Comments 42Anthony O Connell started the conversationDecember 8, 2023 at 10:08pmHi guys. Is there a way my vendors can let customers download certain free digital forms from their product page instead of the customers needing to checkout to get it? 2,214WebWizards repliedDecember 12, 2023 at 11:35amHi Anthony,I think possible options could be:- Either the vendor could include a link in the description of a product:- Or vendors could create a free downloadable product, in which case checkout would be needed (but free).If it would help, you can allow vendors to upload documents in general, by adding this PHP code snippet to your site: https://pastecode.io/s/t7qu2q2q It will add a media link to the vendor dashboard sidebar as follows: Vendors can then use that to upload and files and copy the file linkKind regards,Stefan1 Like 42Anthony O Connell repliedDecember 12, 2023 at 10:45pmHi Stefan.That's perfect.Thank you very much.1 Like Sign in to reply ...
Hi guys. Is there a way my vendors can let customers download certain free digital forms from their product page instead of the customers needing to checkout to get it?
Hi Anthony,
I think possible options could be:
- Either the vendor could include a link in the description of a product:
- Or vendors could create a free downloadable product, in which case checkout would be needed (but free).
If it would help, you can allow vendors to upload documents in general, by adding this PHP code snippet to your site: https://pastecode.io/s/t7qu2q2q
It will add a media link to the vendor dashboard sidebar as follows:
Vendors can then use that to upload and files and copy the file link
Kind regards,
Stefan
Hi Stefan.
That's perfect.
Thank you very much.