Open cptX opened 1 year ago
Hi @cptX. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
I would be interested in this googleMaps less solution too!
Description
Hi, I have a simple physical shop and I would like to enable the in-store delivery functionality but this function is overcomplicated. I want to always show the option for in-store delivery / pick in store, but I don't want to use a google api, or an embedded database or any check of any distance. I just want to show this option. At the moment I'm using the Flat Rate option to provide this function but this doesn't work well because the system sends mails saying "your order is shipped" instead of "is ready for pick up" etc... Also, if you want to send an email with the shipping functionality saying "your order is ready for pickup" then if the customer never comes and you want to cancel the order the system considers the items as shipped so it never returns them back in stock if you cancel the order.... So things get overcomplicated. So I need the standard in-store delivery functionality always visible, and simple made, without any distance calculation. Also, google API may have limits or charges so I really consider using it a mistake (in my case).
I'm curious how other people are doing this!a
Expected behavior
I would expect the standard in-store delivery functionality to be always visible, and simple made, without any distance calculation.
Benefits
No google api, no google network dependency, no charges. Simplicity in the code Reduced cases of errors (eg. distance not correctly calculated)
Additional information
No response
Release note
No response