• Resolved KoolPal

    (@koolpal007)


    Hi,

    We observed that when an email for Promotions is sent, the Email Order Details table does NOT show the Pricing description.

    This looks a bit incomplete.

    We dug into the plugin code and found it is managed at [path]\wp-content\plugins\classified-listing\app\Models\RtclEmails.php

    Line 142 onwards from public static function order_details( $order, $sent_to_admin = false, $email = null ) {

    We could add code here to check if promotion description exists and add it to $promotions_html.

    But if we make changes in this core plugin file, it will get overwritten after each update.

    Would you please help get this added?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Don’t need to change in core file, you can do it by overriding this template plugins/classified-listing/templates/emails/email-order-details.php

    Thank you

    Thread Starter KoolPal

    (@koolpal007)

    Hi,

    Thanks for your reply.

    Would it be possible for you to request your developers to add it to [path]\wp-content\plugins\classified-listing\app\Models\RtclEmails.php instead of this need for overriding template file?

    It will help all users of your plugin.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Sorry, overriding only possible by template.

    Thank you

    Thread Starter KoolPal

    (@koolpal007)

    Hi,

    Can you please share code snippet?

    I am finding it difficult to add promotions description within fields loop in the template file

    Thanks

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Sorry, don’t have readymade code. We will try to add it as default. If you need urgent, please create support ticket from our site for customization.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Promotions – Email Order Details – Show Pricing description’ is closed to new replies.