• We are using PSN Lite for getting notifications about the deleted EDD products and it is working great for us. We need to change how we are receiving the notification of deleted products. The email notification must look us following:

    Item deleted

    • product_name
    • product_price
    • vendor_name
    • nickname
    • date_published
    • date_deleted
    • category
    • sub_category

    Example
    Item deleted:

    • Krzes?o A-6150, Radomsko, lata 70
    • 350,00
    • Joanna Zieba – Rusevicius
    • White Mood
    • 2017-03-03
    • 2017-06-09
    • meble
    • krzes?a i taborety

    It seems that following placeholders will work for us from the lite version:

    • product_name: [post_title]
    • product_price: [post_custom_field-edd_price]
    • vendor_name: [author_firstname] [author_lastname]
    • nickname: [author_login] or [author_nickname]
    • date_published: [post_date]
    • category: [post_category-download_category]

    How can we get get the following variables? Do we need to get the premium version for this?

    • date_deleted:
    • sub_category:
    • This topic was modified 7 years, 8 months ago by logichub.
  • The topic ‘Notification of product deletion with multiple dynamic variables’ is closed to new replies.