Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Password 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.

    After rollback i update salon-booking, second update goes smoothly. First failure reason is unknown…

    After 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.

    Email send, if this will help i can share my skype id in pm.

    php_intl is already enabled.

    $ php -i
    […]
    intl

    Internationalization support => enabled
    version => PECL-3.0.0
    ICU version => 60.1
    ICU Data version => 60.1

    Directive => Local Value => Master Value
    intl.default_locale => no value => no value
    intl.error_level => 0 => 0
    intl.use_exceptions => 0 => 0

    […]

    Can 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.
    Thread Starter leznyz

    (@leznyz)

    I changed status to not resolved to discuss this, if You really are against please resolve again… 🙂

    Thread Starter leznyz

    (@leznyz)

    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 30min

    For 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 30m

    And 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.
    Thread Starter leznyz

    (@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.
Viewing 9 replies - 1 through 9 (of 9 total)