Home Forums WoodMart support forum Estimated delivery time fix

Estimated delivery time fix

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #716397

    alexander-8131
    Participant

    Hi,

    I’d like to check whether the following estimated delivery time logic can be implemented within the Woodmart WooCommerce theme.

    We need a dynamic delivery date calculation based on the day of ordering:

    If an order is placed before Tuesday, the displayed delivery date should be the upcoming Wednesday.
    If an order is placed on Tuesday or later, the delivery date should shift to the Wednesday of the following week.

    To clarify with examples:

    An order placed today (April 20) should show a delivery date of April 22.
    An order placed tomorrow (April 21) should show a delivery date of April 29.

    (The cutoff time of 17:00 can be ignored for this logic.)

    Could you confirm whether this functionality is possible to configure or develop within the theme?

    Thanks in advance.

    #716439

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The Estimate Delivery feature in WoodMart is rule-based and works with predefined delivery ranges: https://xtemos.com/docs-topic/estimate-delivery/

    The logic you described (changing delivery date dynamically based on the weekday of the order, such as before Tuesday > Wednesday and Tuesday onward > next week Wednesday) is not available in the theme settings.

    This type of conditional date calculation requires complicated WooCommerce code customization, which is not covered by our support.

    Best Regards

    #716466

    alexander-8131
    Participant

    Thanks for the quick reply. Is this something you can implement in future update? Because I almost got it working, except for the fact that when I disable all days except wednesday, it would work on tuesdays, but from wednesday it will skip the next wednesday so it skips an entire week. This is because I set the minimum delivery time on 1 day which is put only on the available days. So it would be great if we can say: this 1 day should be used on every day of the week (despite of blocking delivery days). Do you understand what I mean?

    #716502

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I understand your workaround challenge. Sorry, but there is no option in Theme Settings available for that. It requires customizations, and this is beyond our limitations and support policy.

    You can create a feature request here – https://woodmart.userjot.com/ so our developers can take it into account.

    Best Regards

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