Fyzex

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: Bug multi product in modal product #11064
    Fyzex
    Blocked

    Hello, the Team!

    Good news, delighted to have been able to help you improve your plugin πŸ™‚

    Thanks again for your speed,

    Top support!
    Guillaume

    in reply to: Bug multi product in modal product #11050
    Fyzex
    Blocked

    Thank you for your reply !
    So on my site it happens more frequently, (I have made many additional modifications to the responsive which should probably play a bit there) on yours a little less .. It occurs when I close and reopen a modal quickly. On yours it’s more when I close a product window and open the cart directly. This does not open, and when I open the modal of a product the cart and the product appears.

    Hope this can help you more πŸ™‚

    Thank you again for the quick support πŸ™‚

    in reply to: Hide the time slot from the current time #10751
    Fyzex
    Blocked

    Hello Team,

    As promised, I will give you feedback on our modifications made.

    class-date-time-map.php start line 119

    // Round formatted time
        $getCurrentHout = $getDateTime->format('h');
        $getCurrentMeridiem = $getDateTime->format('a');
        $getMinute = $getDateTime->format('i') < 60 ? '15' : '00';
        $getCurrentTime = "$getCurrentHout:$getMinute$getCurrentMeridiem";
    
        // Check start time
        $setStartTime = $getCurrentTime;
        if( strtotime($shopOpeningTime) > strtotime($getCurrentTime) ) {
          $setStartTime = $shopOpeningTime;
        }
    
        if( !empty( $selectedDate ) ) {
    
          $currentDate  = strtotime( $getDateTime->format('d-m-Y') );
          $selectedDate = strtotime( $selectedDate );
    
          if( $selectedDate > $currentDate ) {
            $setStartTime = $shopOpeningTime;
          }
    
        }
    
        // value init 
        $startTime   = $setStartTime;
        $endTime     = !empty( $shopClosingTime ) ? $shopClosingTime : '';
        $MinutesDeff = !empty( $timeSlot[1] ) ? $timeSlot[1] : '15';
    
        // Get start time to end time different
        $startTimeStr = strtotime( $startTime );
        $endTimeStr   = strtotime( $endTime );
        $deff         = $endTimeStr - $startTimeStr;
        $totalHour    = date('h', $deff );
    
        if( $MinutesDeff > 60 ) {
          $loopTime = $totalHour / $timeSlot[0];
          $loopTime  = round( $loopTime );
        } else {
          $loopTime = $totalHour * $timeSlot[0];
        }
    
        //
        $addMinutes  = 60;
        $newTime     = '';
        //

    We have also added the possibility of choosing the time slot every 15min
    delivertimebranch.php start line 94

            $this->selectbox(
              [
                'title'     => esc_html__( 'Delivery Time Slot', 'foodbook' ),
                'name'      => 'delivery-time-slot',
                'options'   => [
                  '4,15'    => esc_html__( '15min', 'foodbook' ), 
                  '2,30'    => esc_html__( '30min', 'foodbook' ), 
                  '1,60'    => esc_html__( '60min', 'foodbook' ),
                  '2,120'   => esc_html__( '120min', 'foodbook' ),
                  '3,180'   => esc_html__( '180min', 'foodbook' )
                ]
              ]
            );

    We are currently in the process of further simplifying our site for our customers. πŸ™‚

    We have also completely revised the responsive and design of the product content, the shopping cart …

    The only thing that scares me is when you go to update FoodBook, given the number of changes I made I will probably speak Chinese LOL

    I hope this will help you.
    I won’t hide from you that I had never touched php or javascript before buying FoodBook and frankly, now I love it!
    Your plugins are really well designed and the comentary spaces in the code are super well described. Which allows me to understand more easily. Well done to you and your team!
    It will be with great pleasure if I can help you improve your plugins πŸ™‚

    And sorry for my English which is very bad x)

    Thansk u,

    Team Sultan Kebab – and me Guillaume

    in reply to: Hide the time slot from the current time #10699
    Fyzex
    Blocked

    Hello team,

    After a lot of time spent we obviously found a solution to our plugins by changing a value manually in your plugin.

    Line 160 – class-date-time-map.php

    $ addMinutes = 0;

    Change to:

    $ addMinutes = 60;

    That’s all we will test today with our customers to see if it works πŸ™‚

    We keep you informed if you wish.

    Thank you,

    Team Sultan Kebab Crest

    in reply to: Hide the time slot from the current time #10697
    Fyzex
    Blocked

    After a few tests nothing by removing bits of custom code nothing changes …

    However, I noticed this in your code:
    GetCurrentHout
    Shouldn’t it be GetCurrentHour instead?

    After I don’t know enough, it’s just a guess. What do you think ?

    // Round formatted time
    $getCurrentHout = $getDateTime->format(‘h’);
    $getCurrentMeridiem = $getDateTime->format(‘a’);
    $getMinute = $getDateTime->format(‘i’) < 30 ? ’30’ : ’00’;
    $getCurrentTime = “$getCurrentHout:$getMinute$getCurrentMeridiem”;

    in reply to: Hide the time slot from the current time #10695
    Fyzex
    Blocked

    We already saw this problem when we first installed your plugin without customization.

    The problem is that we can not remove our current website understand that it would not be pro … We can not activate the license in localhost to perform tests so we are stuck ….

    On your demo the problem is also present …: /

    I will still try to see if one of my customizations could have interfered with this bug I will keep you informed

    • This reply was modified 4 years, 6 months ago by Fyzex.
    in reply to: Hide the time slot from the current time #10691
    Fyzex
    Blocked

    Here is another screen see for yourself ^^

    https://prnt.sc/139g1px

    in reply to: Hide the time slot from the current time #10690
    Fyzex
    Blocked

    Other chosen ones, when it is 11:25 or 11:15, it is always possible to order for 11:30 and it is a problem also because made dishes as quickly and not possible.

    We are of course in the Paris niche and so are our clients.

    in reply to: Hide the time slot from the current time #10689
    Fyzex
    Blocked

    Hello team,

    You did not correctly follow the bugs announced on the screenshot (previous messages).
    The problem occurs after for example: 11:31 thank you for trying as the screenshot if attached thank you

    Hoping that a solution is found

    https://prnt.sc/1343s8z

    https://prnt.sc/1343qvr

    The Sultan Kebab Crest team

    in reply to: Hide the time slot from the current time #10687
    Fyzex
    Blocked

    Hi Team,

    Sorry I forgot

    We thank you in advance for your help,

    The Sultan Kebab Crest team

    in reply to: Hide the time slot from the current time #10673
    Fyzex
    Blocked

    Hello team,

    It’s done, hoping you find a solution.

    We thank you in advance for your help,

    The Sultan Kebab Crest team

    in reply to: Hide the time slot from the current time #10667
    Fyzex
    Blocked

    Hello Team,

    Sorry, but unfortunately not the problem is not solved
    Do you have a solution?
    Thank you in advance,

    in reply to: Hide the time slot from the current time #10663
    Fyzex
    Blocked

    Our time zone is correctly set to Paris, we also tried the manual shift method.
    thank you in advance

    in reply to: Hide the time slot from the current time #10661
    Fyzex
    Blocked

    Hello team,

    Indeed your plugin works as such and it works for the points you have stated.
    On the other hand, we misunderstood each other on the previous message ^^
    Can you take a look at the attached screens, they will help you better understand the problem.
    We thank you in advance,

    https://prnt.sc/1343s8z

    https://prnt.sc/1343qvr

    The Sultan Kebab Crest team

    in reply to: Multi delivery fees BUG #10508
    Fyzex
    Blocked

    Hello,

    Knowing that we are here, we have found a temporary solution to the problem, we just have to save without the value “,” then after saving we can modify the values ​​with “,”

Viewing 15 posts - 1 through 15 (of 27 total)