Home Forums WoodMart support forum Estimated Delivery With Table Rate Shipping

Estimated Delivery With Table Rate Shipping

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #614545

    Little Panda
    Participant

    Hello,

    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

    #614679

    Hello,

    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

    #614824

    Little Panda
    Participant

    Hello,

    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

    #614930

    Hello,

    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.

    #628132

    Little Panda
    Participant

    Hi,

    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

    #628542

    Hello,

    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.

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