Replies: 3
Just before when the order is placed in the final checkout page the Subtotal Value displays a respective amount which is correct but just as I checked out the subtotal price returns ‘0’ value and in the order details both in admin end and front-end I’m unable to see the Items purchased which makes it more difficult for customers to see which Product they have purchased.
Now this kind of problem is usually caused by either a conflict with the theme or with another plugin. So I disabled all the plugins except Woocommerce and placed an order, even changed the theme and checked out but the result is the same. No order items are being displayed either in backend or in front-end.
I also checked out the database also where the order item name is being stored in the table “wpry_woocommerce_order_items” but then I find out that no order item data is being inserted in that table that is also one major reason why I’m facing this issue… Is there any solution for this as I’m totally stuck and clueless how to debug next…