Historial order and coupons data log
-
We have a WooCommerce shop on our site, version 4.8.0. Recently we experienced some weirdnesses, some customers who purchased a product with a discount (used a coupon) were complaining that when they got the “completed order” email the details were showing the full price without the coupon (discounted).
Is there any way to know what happened? any kind of logs or historical data somewhere?
Also, our coupon usage dissapeared from X to 0. How is that possible?
I was checking logs and I can see this, from an order:“discount_total”: “0.00”,
“discount_tax”: “0.00”,
“shipping_total”: “0.00”,
“shipping_tax”: “0.00”,
“cart_tax”: “0.00”,
“total”: “99.00”,
“total_tax”: “0.00”,If you see the total is 99, but the order details shows this:
“payment_method_title”: “Credit Card”,
{
“id”: 262486,
“key”: “_stripe_fee”,
“value”: “3.58”
},
{
“id”: 262487,
“key”: “_stripe_net”,
“value”: “80.57”
},
Which is the correct charge: 84.15$Any idea of what happened?
The topic ‘Historial order and coupons data log’ is closed to new replies.