Allow bulk editing of shipping methods

Created on 15 February 2024, 9 months ago
Updated 14 March 2024, 8 months ago

It would be great if we could have a way to bulk edit shipping methods. For example today I added 3 new shipping rates which made the other 200 redundant and it would be great to have a way to delete the 200 in one go out the box.

Feature request
Status

Active

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom c_archer Cumbria

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @c_archer
  • Have you tried views bulk operations?

  • 🇬🇧United Kingdom c_archer Cumbria

    VBO could be used in this instance but it would be nice if it was there out of the box to make managing these easier.

  • Most entities in the commerce ecosystem ship with a view for the list builder to be able to accomplish this type of thing OOTB. In those situations, this is still accomplished by a view, with VBO.

    Shipping methods do not ship with a view because the list builder table is draggable allowing you to set the weights for how the shipping methods show up on the shipping information pane. See here.

    So if you don't want that draggable table feature, I am assuming the recommended path would be to override the page with a view and VBO.
    The other option is to expose the weight field, and edit that manually for every method, and sort your view by weight so that you can see the order that the shipping methods will display.

Production build 0.71.5 2024