• Custom delivery for daily product quantities gives this error when a user tries to checkout with too many items than what’s permitted for the day:

    4-30-2020 has only 10 deliveries available.
    4-30-2020 has only 10 deliveries available.

    Is there a way to modify the plugin myself via php so it shows the NAME of the product instead of the date? I need it for it to say:

    CHEESECAKE A has only 10 deliveries available for date April 30, 2020.

    Is this possible? This is truly necessary if the only way to specify a limit on each product via custom delivery. Our customers are calling every hour complaining they don’t know what’s happening with their checkout. Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter meruland

    (@meruland)

    To note, I realize the plugin uses CATEGORIES to specify custom deliveries so to limit each product’s daily quantity I made a category for each product and created a custom delivery setting for each category named the product. I just want the error in checkout to say:

    There are only 10 of [CATEGORY NAME] available on April 30, 2020.

    • This reply was modified 4 years, 7 months ago by meruland.
    • This reply was modified 4 years, 7 months ago by meruland.
    Thread Starter meruland

    (@meruland)

    It also gives this error message sometimes when the quantity for that specified product category exceeds the limit but the number of items in cart is within the limit. This means if the limit was 10, another customer already bought 8 and you’re trying to order more than 2.

    4-29-2020 has only -8 deliveries available.
    4-29-2020 has only -8 deliveries available.
    4-29-2020 has only -8 deliveries available.
    4-29-2020 has only -8 deliveries available.
    4-29-2020 has only -8 deliveries available.
    4-29-2020 has only -8 deliveries available.

    This is for two products for two different custom time slots that are exceeding the limit. This means the error message is also duplicating per quantity the item is over the limit or something like that. I just want this error message to be consistently:

    There are only 10 of [CATEGORY NAME] available on April 30, 2020.

    Plugin Support chetnapatel

    (@chetnapatel)

    Hi @meruland,

    Currently, it’s not possible in our plugin to change the notice message showing when the limit is reached. Also, I have checked at our end that the error message has duplicated for products added in the cart but it’s not duplicating per quantities when limit exceeds. You can see it in this screenshot: https://prnt.sc/s7t5fb

    Could you please submit the ticket on the ticketing system so I can more communicate about this issue and let you know if we can change the notice message after discussing it with the team?

    Regards,
    Chetna Bhutka

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Delivery Error Message’ is closed to new replies.