Once ticket is created, we offer assistance within 24 hours. We appreciate for your understanding.

Okay
  Print

We are added new features on the email section of EDD. Created a new template called mayosis simple email template. Choose that & use below code on the body of purchase email & new sale notification.

Purchase Receipt

<div class="ms-body-top-part">
    <table style="width:560px;padding-bottom:30px;">
        <tbody><tr>
            <td style="text-align:center;">
               Payment ID:<b>{payment_id}</b>
            </td>
        </tr>
    </tbody></table>
    <div class="mayosis-full-description-simple">
        Dear {fullname}, thank you for your purchase. Your product is now ready to download from the link(s) below or from our website at any time (if you registered our site while checkout)
    </div>
    {mayosis_download_list}
</div>
<div class="view-it-box-sample">
    <i>Not displaying correctly?</i>{receipt_link}<br> {invoice} for your future record. If you have any questions regarding your purchase please contact us at [email protected]
</div>
<div class="mayosis-simple-footer ms-padding">
   You are receiving this email because you made a purchase at our site Mayosis. Mayosis is a product of Teconce which allows you to create digital marketplace with WordPress.
</div>

New Sale Notification

<div class="ms-body-top-part">
    <table style="width:560px;padding-bottom:30px;">
        <tbody><tr>
            <td style="text-align:center;">
               Congraculations, {fullname} bought your products!
            </td>
        </tr>
    </tbody></table>
   {mayosis_download_list}
</div>
<div class="view-it-box-sample">
    <i>Not displaying correctly?</i> {receipt_link}<br> You can turn off this email notification from your website settings.
</div>