We have no such plan to provide customization option for datepicker. All it can be styled using custom css. Dont edit the plugin css directly, as it will overwrite when updates. Better to add the styles in Additional CSS are provide by WordpPress
Ok, thank you again! Awesome support!
There are some string missing.
Print 1: http://prntscr.com/q8f3hw
Print 2: http://prntscr.com/q8f3s6
Print 3: http://prntscr.com/q8f3yn
I think “days” have to be with “%s” but no option to change.
Thanks
cool! submitted some translations too!
@andregouveia , Thanks for reporting it. We will correct it in next release.
Can you put the option to choose 24h time format?
@magneticdud We have released a new update.We have added the missing strings also. Now we have two json files, You have to copy both to languages folder and translate. The new one (mvvwb-productMeta.json) is for the texts in product edit window.
@andregouveia Yea, now you can change the datepicker format to 24 hours. You just add below code in functions.php in your theme
function mvvwb_config_filter($settings)
{
$settings['conf']['timePickerFormat'] = 24;
return $settings;
}
add_filter('mvvwb_config_filter', 'mvvwb_config_filter', 10, 1);
Thanks for the fast fix 😀
Now I have a really detailed question just to know if the plugin can do all the things right. Create a new topic or put right here?
@andregouveia create a new thread. This thread is for translation queries.
@mvvapps I have tried to use the function for changing the timepicker format (the reply to andregouveia ) to , but it doesn’t work. Have you changed the function since then?
Hi MVV Apps team.
It seems that in the premium version of your very good plugin you have overlooked one string on your page
page=mvvwb_admin_ui#/settings
as my customer gets the error message
“Sorry, {product name} is not available on date {date}. Please edit your cart and try again. We apologize for any inconvenience caused.”
I did not find any way to replace this with a German version.
The correct German (informal) translation for the error message above would be
“Ups! {product name} ist für die angegebene Zeit- und Datumswahl am {date} nicht mehr verfügbar. Bitte bearbeite Deinen Warenkorb und versuche es noch einmal. Bitte entschuldige die Unannehmlichkeit.”
It would be great if you could add a field to translate this string in the next version.
Kind regards!
-
This reply was modified 9 months, 3 weeks ago by
stb91.
@mvvapps I have too tried to use the function for changing the timepicker format (the reply to andregouveia ) to , but it doesn’t work. What am I doing wrong?
1. How to remove / hide this text?
https://ibb.co/Zhwg9zT
OR
2. Or How to change the date to 24h and delate selected text (time)?
https://ibb.co/jzn9jnW
Is possible delate the end time/date?
Please help..
Hello, how are you? I am unable to translate the backend. I did the steps you suggested above but nothing happens. Where can I be wrong?
Language:
pt_BR
(Brazilian Portuguese)
File name:
booking-for-woocommerce-js-pt_BR-mvvwb-admin.json
I tried these folders:
/wp-content/languages/
/wp-content/languages/plugins
Example of editing the file:
https://docs.google.com/document/d/1ed5awNeSXffNGDgsOTYONYG0K48nfz3GiwOLj8BGvHs/edit?usp=sharing