This topic has 4 replies, 2 voices, and was last updated 3 months, 3 weeks ago ago by Luca Rossi
Hi i want in the email builder to not show ( le prix initial était ….) i want only the prevois price to be barred and display new price
Dear @Alpha111,
We hope this message finds you well. We have noticed that the built-in email customizer is currently disabled on your system. Could you please inform us about the plugins you are utilizing at your earliest convenience?
Thank you for your attention to this matter.
Best Regards,
8Theme’s Team
Its activated
Hi @Alpha111,
Unfortunately, there is no hooks to customize the price in the email builders.
You have to take a look at this file: wp-content/plugins/et-core-plugin/packages/woocommerce-email-template-customizer/includes/email-render.php on the line 1288
'price' => $product->get_price_html(),
And uptdate the $product->get_price_html() to other codes, here is an example: https://stackoverflow.com/a/23477468/2660153.
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up