Hi packi93,
You can hide any field using custom CSS code. Please send us a link to your tracking page and we will forward you the custom CSS code to hide the customer notes and order notes.
My CSS code is empty now, I’m at the begenning of creating my site. I don’t know so much about css code How can I start to create this code? Can U show me some article how to write css code to this plugin?
Hi packi93,
Once you set up the plugin, please share a link to your site and we would provide you with some Custom CSS which you could add to the plugin by naviagting to the “Basic” area of the “Opitions” tab. You do not need to know how to write CSS, we would assist you to add the Custom CSS. Again, as soon as you’re ready with your skeleton tracking page, please share the URL and we’ll assist you in adding the Custom CSS to hide the defaults fields which you do not want to display on the front-end.
Thank you, but at first I need to upload this somewhere because I have my site in localhost on my computer only.
Hi packi93,
You could use the following Custom CSS to hide the Order Number:
div#ewd-otp-order-number-label,div#ewd-otp-order-number {
display: none !important;
}
Alternatively, you could also control the fields that you would wish to display from the “Basic” area of the “Options” tab under the “Order Information Displayed” option.
Sory but I don’t want hide order number but these three fields (screenshot):
https://ibb.co/dQuAh9
I want delate them, because I don’t need it. I’m going to customize plugin in different way.
Hi packi93,
You can hide the customer notes field with custom CSS. It is not required. As for the order name and email address, those are required by the plugin for each order, so you cannot remove them from the customer order form. The only way to do so would be directly in the plugin code, which would not recommend unless you are comfortable working with the code.