-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 2.29 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "etechflow/module-in-store-pickup",
"description": "Click & Collect / in-store pickup for Magento 2. Multi-store admin (stores, holidays, tags, amenities, pickup windows). Hyvä Checkout Magewire-native. Auto-fills shipping address from picked store (kills the wrong-tax bug). Standalone — works without any other ETechFlow module — and integrates richer when paired with NDE / DD / BED.",
"type": "magento2-module",
"version": "2.2.0",
"license": "proprietary",
"authors": [
{
"name": "eTechFlow Pvt. Ltd.",
"email": "info@etechflow.com",
"homepage": "https://etechflow.com"
}
],
"support": {
"email": "info@etechflow.com",
"source": "https://etechflow.com"
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
"magento/framework": "^103.0||^104.0",
"magento/module-backend": "^102.0||^103.0",
"magento/module-shipping": "^100.4||^101.0",
"magento/module-quote": "^101.2||^102.0",
"magento/module-sales": "^103.0||^104.0",
"magento/module-store": "^101.1||^102.0",
"magento/module-config": "^101.2||^102.0",
"magento/module-catalog-inventory": "^100.4||^101.0",
"magento/module-customer": "^103.0||^104.0",
"magento/module-ui": "^101.2||^102.0",
"magento/module-eav": "^102.1||^103.0",
"magewirephp/magewire": "^1.0||^2.0"
},
"suggest": {
"etechflow/module-next-day-eligibility": "Optional. When installed, ISP uses NDE's stock-eligibility rules engine for richer per-product picklability checks (drop-ship, supplier mode, force-standard overrides).",
"etechflow/module-delivery-date": "Optional. When installed, ISP can reuse DD's time intervals as pickup-window slots — consolidated admin UX.",
"etechflow/module-backorder-eta-display": "Optional. When installed, the pickup-ready date for backorder items pulls from BED's per-product ETA.",
"hyva-themes/magento2-hyva-checkout": "Hyvä Checkout activates the Magewire-native store picker. Plain Hyvä Theme / Luma use Alpine + server-rendered fallback."
},
"autoload": {
"psr-4": {
"ETechFlow\\InStorePickup\\": ""
},
"files": [
"registration.php"
]
}
}