-
AuthorPosts
-
April 13, 2025 at 5:31 am #233422
Wira NunesParticipantHello. How are you?
I’m having trouble using the plugin.
My site uses WooCommerce to process requests from our customers. However, we don’t display our prices to our customers because our sellers are the ones who send the prices.
The problem I’m facing is the following:
– I want to hide the prices from the “Order Details” table, but there is no such option within the plugin. You should develop something similar to the “Show SKU” option.
– I found the class that displays the price and used the following Custom CSS below:
.woocommerce-Price-amount.amount{ display: none; visibility:hidden; }
But the problem I’m facing is: the CSS is rendered when I send the test email to the Admin, but when I place a test order in my store with a user, the price continues to be displayed to the customer.
To prevent this from happening, I’m using font size 0 and the color white to hide the prices. However, if the user reads the email via the notification on their phone, the prices appear.
I made a video to show the problem. See
https://drive.google.com/file/d/1oXHjet2SrpyD2_Mf4SGVA-YgCM3uDFvj/view?usp=sharing
-
AuthorPosts
You must be logged in to see replies to this topic. Click here to login or register