Not sure if you can help me but is there a way to display the product unit price in the woocommerce order emails? Something that will work with the B2Bking tiered pricing table and show the correct unit price?
I believe it would not make a difference whether the items use tiered pricing or not - because ultimately the final price only has a single final "unit price", it does not have a mix of prices.
Therefore I think any solution that can show unit prices in emails would work.
From what I can find, it seems all discussions lead to modifying the PHP email templates. Those templates can be edited under your child theme (in a way that is compatible with updates).
Hi Stefan,
Not sure if you can help me but is there a way to display the product unit price in the woocommerce order emails? Something that will work with the B2Bking tiered pricing table and show the correct unit price?
Thank you for your time
Darren
Hi Darren,
I believe it would not make a difference whether the items use tiered pricing or not - because ultimately the final price only has a single final "unit price", it does not have a mix of prices.
Therefore I think any solution that can show unit prices in emails would work.
One way would be to modify the PHP email templates and modify prices as described in the top answer here https://stackoverflow.com/questions/22612731/display-item-price-not-item-total-in-woocommerce-emails
This topic also suggests the same: https://wordpress.org/support/topic/email-unit-price/
I would also suggest checking https://wordpress.org/support/topic/unit-price-in-woocommerce-notification-emails/ as it seems to have some useful links.
From what I can find, it seems all discussions lead to modifying the PHP email templates. Those templates can be edited under your child theme (in a way that is compatible with updates).
Kind regards,
Stefan
Thanks Stefan, I will try some of these.
Darreb