• It appears that our customers receive the files of their designs in WPD, as well as us receiving them after an order has been placed.

    We do not wish for our customers to get these attachments with their confirmation of order email, only we should receive them, but I have not found a setting to turn this off. I also looked in the Woocommerce email settings and could not see an obvious setting there.

    How can I do this? Thanks for your help in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also need this feature, only backend admininistrators should be able to download zip files…the customer should not receive in confirmation

    I turned it off in the front end of receipt confirmations by using css:

    .wpc_order_item {
        display: none;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 5 months ago by bdbrown.
    • This reply was modified 7 years, 5 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customers should not receive design files as attachment, only we should get them’ is closed to new replies.