• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi,
    Thanks for reporting us of this issue. I’ll transfer your post to our developers so that they can look into this. Hopefully they will be able to find a way to fix this. However, this might take quite some time for us as we’re going to have a long vacation. I’ll notify you when there is anything new.
    Best regards.

    Hello,

    how is it looking on the fix about this issue? I have been watching this topic for a while. Also having problem that price of my bundle set in not shown on invoice. I am attaching a picture. Price of the bundle is shown, but price of specific items in that bundle is not.

    Thank you.

    Best regards.

    • This reply was modified 4 years, 8 months ago by dreamlove123.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bundle price not shown on order page & email’ is closed to new replies.