-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add settings panel to define dimensions for default parcel to shipping dashboard #3019
Comments
This should default to a flat rate priority box dimensions and a weight of 1lb for all reaction. |
@rymorgan Do we actually need design for a settings panel? |
@zenweasel I think we might at this stage. But something on my upcoming agenda is to work on some standards for settings cards that will enable us to build this w/out design. But I'm also willing to work backward on something like this if you guys want to take a stab and don't' mind rearranging the UI design once it coded. But let's not do that if it ends up causing us more dev time than it's worth. |
@rymorgan is there a layout for this section that I can use? |
@efalayi So these values should be used like this:
|
from @spencern Reference for dimensions: |
@zenweasel should the user also have the option of not resetting existing products? |
@zenweasel could you please explain this part:
|
So this ticket should be just about defining default dimensions for Shippo (or alternately for any shipping plugin) but should not be used for other places such as defaults for the PDP. |
With #2992 we now automatically calculate the parcel size for cart items from whichever variant was added to the cart.
We need to add a settings panel within the shipping dashboard that permits defining default parcel sizes for products and variants that don't have dimensions defined.
We should add sensible defaults for the default parcel size so that it's never null which could cause Shippo or other shipment providers to fail to calculate shipping correctly.
This section should permit setting the default parcel size with the fields: width, height, length, and weight.
Other app-wide shipping settings can also live here.
The text was updated successfully, but these errors were encountered: