schnugo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Orders not shown in dashboard or clients overviewHello again!
No I can’t because as you can see in my 3rd Screenshot, the total number of orders are shown, but because of a wrong snippet these orders never shown in the admin overview. So I can’t select them and delete them over the bulk actions. I think I’ll start again at zero. It’s easier then searching for a solution.
But thanks for your time,
schnugo.Forum: Plugins
In reply to: [WooCommerce] Orders not shown in dashboard or clients overviewThank you! I tried the theme and disabled all plugins. Unfortunately one of my snippets caused this problem ?? Now everything is running again and I’m really thankful!
But one last question: How can I get rid of the “worng orders” which are shown in my screenshot of the dashboard? The shop isn’t live jet, so I’d like to reset the total number of orders to default. Is this possible?
Greetings from Austria,
schnugo- This reply was modified 3 years, 9 months ago by schnugo.
Thank you for your help! Have a nice day!
Thx a lot for your answer. It’s really strange. I had the code in the plugin “Simple Custom CSS”
.shipped_via
{
display: none !important;
}Now I added your code to the snippet and it worked for the PDF invoice. But when I delete the code above from the plugin “Simple Custom CSS”, the text “via shipping” is shown at the Thank You page!?
Now I use both codes – one in the CSS and one in the snippet and now both “via shipping” are gone ??
If there is a better way to manage both with one code, it will be great. Otherwise this solution is fine for me.