quick question please, inside page booking checkout, there are some fields like "Country", "City", "ZIP" e.t.c. I tried to unset those values like we did in a WC checkout ( unset($fields['billing']['billing_city']); ) and so no, but it did not work.. Is there a way to disable these values?
Hello, To get a quick and accurate response to your request, could you provide me with some screenshots of the area in the theme where you're having issues? If the issues are in the backend, please send us your site info (link + admin access). Our developer will check and assist you. Thanks!
Hello there and thank you for your answer! I saw the override of the file, thanks for that. I guess now I could comment the fields I do not want, right? I will check it out and if need any assist I will let you know. Have a nice day
Hello,
quick question please, inside page booking checkout, there are some fields like "Country", "City", "ZIP" e.t.c. I tried to unset those values like we did in a WC checkout ( unset($fields['billing']['billing_city']); ) and so no, but it did not work.. Is there a way to disable these values?
Hello, To get a quick and accurate response to your request, could you provide me with some screenshots of the area in the theme where you're having issues? If the issues are in the backend, please send us your site info (link + admin access). Our developer will check and assist you. Thanks!
hi, you must overide the form template in childtheme:
thanks!
Hello there and thank you for your answer! I saw the override of the file, thanks for that. I guess now I could comment the fields I do not want, right? I will check it out and if need any assist I will let you know. Have a nice day