Thread Starter
a4anes
(@a4anes)
Any news? We are still waiting on the above issue.
@tripleatechnology
First thanks for this great plugin. We having the same issue where we got payment in our wallet but order not created in woocommerce. I’m sending you logs to [email protected]. Please help.
Thanks
I have fixed it by copying woocommerce/checkout/review-order.php to child theme and change code on line number 38
Before
<?php echo wp_kses_post( apply_filters( ‘woocommerce_cart_item_name’, $_product->get_name(), $cart_item, $cart_item_key ) ) . ‘ ‘; ?>
After
<?php echo apply_filters( ‘woocommerce_cart_item_name’, $_product->get_name(), $cart_item, $cart_item_key ) . ‘ ‘; ?>
Having the same issue with woo-commerce 5.2 version. Please help.