-
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
Create shipping admin interface #73
Comments
Relates to #100 Are there shop-level shipping settings that need their own interface, or can all shipping settings be managed within each individual carrier's app in the dashboard? |
There will be a shop level admin, that each carrier package can add to the same interface. |
Ok, so then you would add a carrier from the app gallery, adjust carrier-specific settings (like credentials) on the app, but then adjust actual shipping rates, etc from a single shop level admin screen? |
yes, that's how I see it. |
@aaronjudd, is this why I'm seeing "Heads up! No shipping methods enabled." in the v0.2.2 branch? Should I be using the other v0.2.2 branch? How do I enable a shipping method? |
I was wondering where that went! Let me fix in my branch, it's a small change |
Actually if you can just use the shipping html from v.02.1 https://github.com/reactioncommerce/reaction-core/blob/master/client/templates/cart/checkout/shipping/shipping.html it should be ok. |
I was just trying that, but I'm getting errors |
ok, let me take a closer look |
Although, it seems like it might be working despite the errors. There's an error, and then after a few seconds, the shipping options appear. |
ok, then more of a timing issue - the rates are returning from a method, and then updating the cart, so that's the delay. |
Remaining on this issue:
|
Minor item: It looks like the confirmation page ( |
Also, there is an error (included below) that gets thrown in the very last step of the cart flow right before confirmation. It doesn't seem to effect the order getting created correctly or really cause any problems at all. Seems like it might just be a timing issue between the cart getting destroyed but the coreCheckoutShipping template helper still looking for it.
|
Hi, this would mean that there will be different shipping options for products form different shops? But then shouldn't the order schema change a little to add the shipping for products from different shops? Can you tell me how this will work? |
Since each product should have shopId, we should be able to get shipping, taxes, etc for each shop and calculate and group them together in a single checkout. I see it being a bit like Amazon checkout when items have different delivery dates etc. I don't think we need to change the order schema, but just the shipping calculation methods. |
Yes but how can the user select different shipping for each shop that he buys products from? |
shipping and payments are now able to be split per item, per shop, in a single order. The structure has been changed to accomadate this, but the cart UI is just using the first in the array. Admin updates are in progress. |
#73 - [x] editable provider (cog near method title) - [x] add additional providers ui
- [ x] editable provider (cog near method title) - [ x] add additional providers ui
…er-export-1.0 add order export 1.0.0
…king Fix 2 create acc not working
Create a way for shop owners to manage their shipping settings and rules.
Once created, we need to update the shipping.md guide.
The text was updated successfully, but these errors were encountered: