Woocommerce custom shipping method
-
I am trying to figure out how to create a shipping plugin that would enable the user after selecting the shipping option to choose a parcel terminal from the drop-down menu. I would, however, like to make 3 of these plugins for different transport companies.
Any ideas how I would go about doing that? I tried the ‘woocommerce_checkout_fields’ hook, but it only creates a single drop-down menu. And when I change shipping methods, it does not change the drop-down menu.
I would also use a plugin like Chosen for the select element.
Why can’t I just replace the shipping method with custom HTML and JS? I have been unable to find a hook that would enable me to do so.
Any ideas at all?
- The topic ‘Woocommerce custom shipping method’ is closed to new replies.