leznyz
Forum Replies Created
-
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Unable to checkout as guestPassword fields are visible even when guest checkout is enabled and forced.
"enabled_guest_checkout": "1", "enabled_force_guest_checkout": "1", "checkout_fields": { "firstname": { "hide": "", "require": "1" }, "email": { "hide": "", "require": "1" }, "address": { "hide": "1" } },- This reply was modified 8 years, 4 months ago by leznyz.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Latest updates Versie: 3.18After rollback i update salon-booking, second update goes smoothly. First failure reason is unknown…
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Latest updates Versie: 3.18After debuging with Luca, looks like problem with my env/configuration.
When we moved WP instalation to “test” copy (and disabled a few 3rd party plugins) salon-booking upgrade works as expected.
I will perform prod update as soon as possible – if i will discover anything interesting i will share.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Latest updates Versie: 3.18Email send, if this will help i can share my skype id in pm.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Latest updates Versie: 3.18php_intl is already enabled.
$ php -i
[…]
intlInternationalization support => enabled
version => PECL-3.0.0
ICU version => 60.1
ICU Data version => 60.1Directive => Local Value => Master Value
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => 0 => 0[…]
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Latest updates Versie: 3.18Can confirm that latests version break reservation system.
Jan 2 16:45:09 hostname php-cgi: PHP Warning: datefmt_format() expects parameter 1 to be IntlDateFormatter, null given in /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/Func.php on line 45
Jan 2 16:45:09 hostname php-cgi: PHP Fatal error: Uncaught exception ‘Exception’ with message ‘month Sty not found in months , , , , , , , , , , , ‘ in /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/TimeFunc.php:74
Stack trace:
#0 /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/TimeFunc.php(30): SLN_TimeFunc::guessMonthNum(‘Sty’)
#1 /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/Func.php(85): SLN_TimeFunc::evalPickedDate(’02 Sty 2018′)
#2 /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/Action/Ajax/CheckDate.php(128): SLN_Func::filter(’02 Sty 2018′, ‘date’)
#3 /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/Action/Ajax/CheckDate.php(56): SLN_Action_Ajax_CheckDate->getDateTime()
#4 /home/user/public_html/wp-content/plugins/salon-booking-system/src/SLN/Action/Ajax/CheckDate.php(30): SLN_Action_Ajax_CheckDate->checkDateTime()Wordpress version: 4.9.1
PHP version: 5.6.32 (cli) (built: Dec 10 2017 01:24:46)
Lang: PL (imho can be connected to locales)To make everything working again i rollback update (backup restore + db rollback)
- This reply was modified 8 years, 4 months ago by leznyz.
I changed status to not resolved to discuss this, if You really are against please resolve again… 🙂
Agree, thats why i put this as Improvement 🙂
But name is used to display service name during scheduling, and duration is also available there. It will look strange to have 2 services like:– Haircut 60min
Duration 60min
– Haircut 30min
Duration 30minFor me looks like information duplicate, and this should be clean from UX perspective.
So imho ideal solution would be what we have from customer perspective:
– Haircut
Duration 60m
– Haircut
Duration 30mAnd add duration information to list used by discount module
– Haircut (60m)
– Haircut (30m)
– Smth- This reply was modified 8 years, 5 months ago by leznyz.
Not exactly in same time. This will happen always when user ‘B’ will start reservation process before user ‘A’ will click ‘finalize’. So it can take even a few minutes.
- This reply was modified 8 years, 8 months ago by leznyz.