Home / Forums / WoodMart support forum / Estimated delivery time fix
Home › Forums › WoodMart support forum › Estimated delivery time fix
Estimated delivery time fix
- This topic has 3 replies, 2 voices, and was last updated 2 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 20, 2026 at 11:16 am #716397
alexander-8131ParticipantHi,
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.
April 20, 2026 at 3:04 pm #716439Hello,
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
April 20, 2026 at 6:10 pm #716466
alexander-8131ParticipantThanks 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?
April 21, 2026 at 8:29 am #716502Hello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register