This topic contains 14 replies, has 2 voices, and was last updated by Apollet 4 years, 1 month ago.
-
AuthorPosts
-
Hi,
Ca you please give me code to hide price fields in red zone ?
Thanks
ArnaudAttachments:
You must be logged in to view attached files.Hello
My image will show you the file to make the change. And use this code to hide the required option:
.container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(7), .container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(8), .container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(9), .container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(10), .container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(11) {display: none;} .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(7), .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(8), .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(9), .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(10), .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(11) {display: none;}
Thanks
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Hello
Did you edit the code as my image? Just change position of that 2 lines, not change the code.
Please check again.
Thanks
OK I edited the code and sale schedule fields were hidden.
But I still have the fiels in red.
Please see screen.
Also, I used every field and it still display I need to complete mandatory fields.
Where can I amend all mandatory fields in php file ?
Thanks
Attachments:
You must be logged in to view attached files.Hello
I do not know why you always change the user password. I can not access your admin when i need to check an issue.
Also you can try this code to remove that field:
.container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(4), .container.bg-partner-new.create-tours #tab-price-setting .row div:nth-child(5) {display: none;} .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(4), .container.bg-partner-new.edit-tours #tab-price-setting .row div:nth-child(5) {display: none;}
Thanks
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Hello
I just updated the code for you.
Please check it again.
Thanks
OK but I still have issue with mandatory fiels somewhere.
When adding a tour it displays an error message asking me to add some other mandatory field.
But which one ? All mandatory fields are already filled out.
Can you help ?
Thanks
What is strange is that i can edit and save already existing tours…
Hello
It might your cache caused problem.
Please contact if you have other question so i can help.
Thanks
Ok it works…. Thanks
With a base price.
But using price per person, it still asks mandatory fiels to be filled.
How can I make Child and infant price not mandatory ?
Which line of edit tour file please ?
Thanks
Hello
My image will show you the file to change it.
Thanks
Attachments:
You must be logged in to view attached files.Great.
Thanks
-
AuthorPosts
The forum ‘Traveler’ is closed to new topics and replies.