Creating Email/Download Product

Modified on Mon, Mar 30, 2020 at 3:40 PM

The Document Type feature allows the user to order either a print version and/or a download version without having to make multiple products. After being ordered the downloadable product will appear in the DOWNLOAD QUE.

You may need to add this link to your administration tab.

<li><a href="/Store/Site/Admin/DCC.aspx">Download Center</a></li>


To enable a pdf lib Block product to be both a Print Product and Download Product go to the Document Type section, in the main setup page (towards the bottom, and check Enable Email Option. By default Image resolution if set to 0 should be 300 dpi however for an online ad, you may want the image resolution to be 72. 

You can choose the client download type to be pdf or image; this is the format that the user will be able to download the output file after the order is placed. You can set up a flat fee if a user selects this option. If someone user selects an email/download version there will be no option to select quantities. The quantity will always be 1.

You can name the type of product this is going to be ie download product or ad product or email product. Use the Email label.




User interface


In order to make the product DOWNLOAD only and not Print, in the Document Type section select Enable EMail Option and Make Email Option Default. Add this code to the bootstrap layout.

    

<script>

    $(function() {

       $("#chkDocTypePrint").hide();                     // Hide Print checkbox

       $("#chkDocTypePrint").next().hide();             // Hide Print Text

          // Disable Email Checkbox

    });

</script>




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 at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article