Home › Forums › WoodMart support forum › Estimated Delivery With Table Rate Shipping
Estimated Delivery With Table Rate Shipping
- This topic has 5 replies, 2 voices, and was last updated 6 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 22, 2024 at 10:46 am #614545
Little PandaParticipantHello,
Our website does not use the woocommerce default shipping options but instead uses Bolder Elements Table Rate Shipping plugin (https://bolderelements.net/plugins/table-rate-shipping-woocommerce/). Like many stores, the woocommerce built in shipping options are not sufficient for many scenarios.
It seems that your very nice new estimated delivery feature of woodmart will only work when woo’s built in shipping is used. Is this correct?
Regards
LittlePanda
November 22, 2024 at 2:14 pm #614679
Aizaz Imtiaz AwanKeymasterHello,
Try to choose the shipping in the edit page of the estimated delivery rule. The “Shipping zone and method” is responsible for the delivery rules that will be applied to this estimate.
Please follow this guide:
https://xtemos.com/docs-topic/estimate-delivery/Best Regards
November 22, 2024 at 7:14 pm #614824
Little PandaParticipantHello,
Thank you but when the plugin is active, although the shipping method is visible in the estimated delivery rule edit page the delivery estimates are not shown.
When the plugin is inactive and Woo’s basic shipping methods are selected then the delivery estimates are shown.
LP
November 23, 2024 at 11:31 am #614930
Aizaz Imtiaz AwanKeymasterHello,
For this, please ask the plugin author support to check this issue and make the plugin compatible with the theme Estimate Delivery option.
This is the conflict between the plugin and theme options.
Best Regards.
January 8, 2025 at 8:03 am #628132
Little PandaParticipantHi,
Just circling back on this. We have the estimated delivery working when no shipping zone and method is selected in Products > Estimated Delivery >Delivery Rule
However, when we try to select shipping zone and methods the estimated delivery is not shown.
Can you advise what we should be telling the plugin developer to look at for them to get this to work?
Regards
LP
January 9, 2025 at 1:00 pm #628542
Aizaz Imtiaz AwanKeymasterHello,
The Estimated Delivery functionality uses the default WooCommerce function:
WC()->session->get( ‘chosen_shipping_methods’ )
to retrieve the selected shipping methods. It then compares this method with the Delivery Rule by checking if it matches the appropriate zone from all zones retrieved by:
WC_Shipping_Zones::get_zones()
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register