• Resolved ts0n

    (@ts0n)


    You can add custom fields to shipping method by
    add_filter(‘woocommerce_shipping_instance_form_fields_’ . $shipping_method->id, function($settings){…})
    This field is rendered in shipping method popup, after clicking on edit under shipping method title.

    Is it possible to render this field in a Weight Based Shipping method?

    • This topic was modified 2 years, 10 months ago by ts0n.
Viewing 1 replies (of 1 total)
  • Plugin Author Dan

    (@dangoodman)

    Unfortunately, there is no way to add a custom field to the plugin settings page due to the way it’s organized internally.

Viewing 1 replies (of 1 total)
  • The topic ‘Add and display custom field’ is closed to new replies.