• Resolved guitonoklops9

    (@guitonoklops9)


    Greetings!

    We’re having difficulty with Time Slots creating errors on our site.

    It’s our preference not to have the time slots viewable by the user at all. Initially it was configured this way, however, after an update the time slot selector appeared at the bottom of the calendar and we weren’t able to remove it.

    Recently we’ve noticed errors on date/time data on our order page, here are a few examples:

    1. One order was listed as the following: “Thursday, January 1, 1970 12:aN AM”. The customer had selected September 27, 2024
    2. 6 separate orders are listed similar to the following: “Friday, May 31, 2024 12:aN AM.” These orders came in between February and April 2024.

    I’ve tried to update the data under the “Custom Fields | date” section of the order page but my changes don’t seem to take. I am able to change the date using the calendar selector but the time error remains example: “12:aN AM.”

    I’m asking for help to see if we can remove the time selector altogether from our site as this is not a feature that we use. Many thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support oluisrael

    (@oluisrael)

    Hi @guitonoklops9, my apologies for the delayed response.

    You can remove the delivery time field with the code below:

    #orddd_lite_time_slot {
        display: none;
    }

    As for the time field showing the NaN error, I think this is most likely coming from the time settings within the plugin. Can you check and review the time settings again to see what could have gone wrong?

Viewing 1 replies (of 1 total)
  • The topic ‘Time Slot Error’ is closed to new replies.