magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.56k stars 9.32k forks source link

In-store delivery / Pick in store always visible without use of distance #37520

Open cptX opened 1 year ago

cptX commented 1 year ago

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

m2-assistant[bot] commented 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:

Amex33 commented 9 months ago

I would be interested in this googleMaps less solution too!