Move shipments.stock_location_id to shipping_rates.stock_location_id #4611
jordan-brough
started this conversation in
New Features or Ideas
Replies: 1 comment
-
@alexstoick is working on this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a store with multiple stock locations, I ought to be able to present the customer with shipping rate options like this:
The bits in
(...)
wouldn't be shown to end users of course.That is, each shipping rate ought to be able to come from a different stock location. Currently our data model prevents that because 1) shipments have a stock_location_id and 2) shipping rates are connected to shipping methods which can have multiple stock locations.
Would there be any problems with trying to do something like:
spree_shipments.stock_location_id
spree_shipping_rates.stock_location_id
?
Beta Was this translation helpful? Give feedback.
All reactions