Bundle price not shown on order page & email
-
If you create a bundle with the option “FIXED PRICE” used (ie. no automatic price calculation, but manually added prices), the order page and the order email will not show any price. The price field will be empty.
The offending function is “woosb_order_formatted_line_subtotal” (hooked up to the filter “woocommerce_order_formatted_line_subtotal”).
I could fix it by removing this filter altogether, but this was not as easy either since the plugin does not use any global variable or a static instance I can call to remove any filters/actions. You have to dig into the guts of wordpress and remove the function from the filter globals, which is definitely not recommended practice.
- The topic ‘Bundle price not shown on order page & email’ is closed to new replies.