Promotions – Email Order Details – Show Pricing description
-
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
- The topic ‘Promotions – Email Order Details – Show Pricing description’ is closed to new replies.