-
Notifications
You must be signed in to change notification settings - Fork 247
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 "Ready for Pickup" button on the Order page in Admin Panel which notifies Customer that Order could be picked up #2034
Comments
I'm starting to work. |
hey @TadeuRodrigues do you have any result so far? or should we make this ticket available for up for grabs? |
@maghamed yes I have, let me finish some tests than I will send my branch. |
…notifies Customer that Order could be picked up #2034. Added the button itself
…notifies Customer that Order could be picked up #2034. Added check if order is ready for pickup
@maghamed, could you suggest a way we can implement this behavior? |
@novikor i was working in this issue, let's me send my branch. |
@TadeuRodrigues - thanks, let`s try |
…notifies Customer that Order could be picked up #2034. Moved IsOrderReadyForPickup to API level. Created an init point for NotifyPickup controller.
…notifies Customer that Order could be picked up #2034. NotifyOrderIsReadyAndShipInterface API; Implemented NotifyPickup controller; Added some TODOs
…notifies Customer that Order could be picked up #2034. Added canShip() check to IsOrderReadyForPickup; Added TODO
…notifies Customer that Order could be picked up #2034. Implemented synchronous email sending with custom email template for storepickup. Added even more TODOs
…notifies Customer that Order could be picked up #2034. Do not show button is order is not placed using storepickup or it can not be shipped
Closing this ticket now, as initial implementation is already delivered to the |
…notifies Customer that Order could be picked up #2034. Added the button itself
…notifies Customer that Order could be picked up #2034. Added check if order is ready for pickup
…notifies Customer that Order could be picked up #2034. Moved IsOrderReadyForPickup to API level. Created an init point for NotifyPickup controller.
…notifies Customer that Order could be picked up #2034. NotifyOrderIsReadyAndShipInterface API; Implemented NotifyPickup controller; Added some TODOs
…notifies Customer that Order could be picked up #2034. Added canShip() check to IsOrderReadyForPickup; Added TODO
…notifies Customer that Order could be picked up #2034. Implemented synchronous email sending with custom email template for storepickup. Added even more TODOs
…notifies Customer that Order could be picked up #2034. Do not show button is order is not placed using storepickup or it can not be shipped
Add "Ready for Pickup" button to the Order Admin page for orders created with Store Pickup method, click on this button will initiate email notification to the customer if there are enough Qty on a selected source to fulfill the order.
If there are NOT enough Qty to fulfill order the merchant should be notified that he has to proceed with Internal Transition (from Source B -> Source A ) to increase Qty for the Source used in Store Pickup.
The text was updated successfully, but these errors were encountered: