ResolvedOrder Hours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31234
    kracker
    Participant

    The order hours are a nice add on, but it would be nice if two things were possible.

    First, is it possible to display the closed message and countdown, but still allow the user to checkout? This seems logical, but not possible.
    Logical as in if you own a bakery or candy store for instance you’d want users to be able to make purchases while still providing the helpful message that the store will not be open another 2 days, 4 hours etc. Hopefully this is a possibility with code and makes sense.

    Second question. Is it possible to change that scooter icon on that same order hours widget? I’m sure I could hide it with css, but it would be nice to change it. After all, if customers are picking their orders up a scooter makes not sense. 🙂

    Thanks for any help.

    #31240
    Althemist
    Keymaster

    Hi kracker,

    1. I am afraid no. The main purpose of this functionality is to prevent orders when the business is closed.

    2. The scooter icon is added with CSS, so it can be easily hidden or even changed.

    That’s the code:

    .lafka-closed-store-message::before {
        display: block;
        content: "\f11e";
        font-family: Flaticon;
        font-size: 40px;
        width: 50px;
        float: left;
        padding-right: 4px;
        border-right: 3px solid currentcolor;
        margin-right: 8px;
    }

    You can change the icon by changing the font-family and content rules.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register