• Resolved Bolder Elements

    (@hystericallyme)


    Hello! Any chance you would be willing to help me understand an issue with my Table Rate Shipping plugin (Bolder Elements)? I have many users that also use this plugin, but when DHL is enabled, the Table Rate settings page gets quite confusing. By default there are 6 sections of settings on this page. But when DHL is enabled, there suddenly becomes well over 40. Most of them are blank, but some of them have random settings with no affect on the shipping calculation.

    I’ve tried looking through some of your code but I just can’t figure it out. Some possible filters that alter this section:

    • woocommerce_shipping_instance_form_fields_betrs_shipping
    • betrs_shipping_altered_form_fields_betrs_shipping

    I’d appreciate any advice, thank you! It hasn’t caused any usage trouble that I am aware of. It’s just been very confusing for some.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    Germanized registers custom options (for each shipping method registered) for each shipping provider (e.g. DHL, Deutsche Post) activated. The user will be able to adjust shipping provider settings based on the shipping method chosen. You might want to check: https://github.com/vendidero/woocommerce-germanized-shipments/blob/master/src/Package.php#L60 for details.

    Cheers

    Thread Starter Bolder Elements

    (@hystericallyme)

    Thank you kindly. I tried searching for the ‘woocommerce_shipping_instance_form_fields_’ filter on your GitHub page earlier and it came up with nothing. Sometimes GitHub search isn’t very helpful but the link you provided certainly was ??

    My instance settings structure is a little different since I group everything into sections. It’s good to see a real usage of this filter so I can adjust accordingly or make a compatibility patch to ensure this issue gets cleared up.

    Just one more thing if I could, how can I enable this feature? I’ve watched your video, though I don’t speak German so I’m not getting the full benefit. On the video’s screen I see DHL in the list on the shipping providers page, but on my screen it’s just a blank list. Do I need to manually add it or is there an option somewhere I’ve missed in the settings?

    Thank you! Just want to see the issue live on my own site so I can properly adjust and test.

    Plugin Author vendidero

    (@vendidero)

    Hi there,

    glad to help!

    Just one more thing if I could, how can I enable this feature?

    You’ll need to set your base country to Germany (both in Woo settings and under WooCommerce > Settings > Germanized > Shipments > Addresses) to enable the DHL feature as the DHL integration is available in Germany only.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with Table Rate Shipping’ is closed to new replies.