• Hi,

    your plugin works great but i found this little issue.
    when in the checkout page (woocommerce-order-received) the order details are a little “chaotic”. see the image here.

    same in the woocommerce email sent to the customer after the purchase.

    is there a way to make these information in a tab?

    thank you!

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

    (@dotonpaper)

    Hello,

    Please change your theme to a WordPress default one to see if it’s your theme css that is causing this.

    Thank you

    I also have this problem, It seems its not related to my theme because before I ugraded woocommerce to >3.0, woocommerce rendered html from the order item meta just fine.
    (I also upgraded dopbs plugin to version 2.7.5 that should be compatible with woocommerce 3.0 to check if that would help, but that did not have any effect)

    The change in woocomemrce in order-details-item.php:

    do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, false );
    //woocommerce 3.x:
    			wc_display_item_meta( $item );
    //woocommerce 2.x:
    			$order->display_item_meta( $item );
    do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, false );  

    If I use the old woocommerce method it renders the reservation details with html from dopbs plugin, but with woo depreaction notice.

    If I use the new method the html is stripped and it looks pretty much like the screenshot that capnjazz provided.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to tab order details’ is closed to new replies.