Skip to content

Commit 6edbac6

Browse files
committed
Abandon package
1 parent a1e89f9 commit 6edbac6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
[![Maintainability][ico-maintainability]][link-maintainability]
88
</div>
99

10+
# ⚠️ THIS PACKAGE IS NO LONGER MAINTAINED
11+
12+
It was provided open source "as is" on demand, but since we do not even use this approach in our own projects anymore, we won't make any effort to keep this up to date.
13+
14+
Do you need help with implementing shipping estimation on the cart page for the default country? Contact [email protected] with your inquiry.
15+
16+
---
17+
1018
# IntegerNet ShippingPreselection (AutoShipping)
1119

1220
This module preselects the cheapest shipping method by filling shipping address with mock data and default country/region/postcode of the current storeview.

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "integer-net/magento2-shippingpreselection",
3+
"abandoned": true,
34
"description": "This module provides methods to preselect a shipping method upon quote creation of the customer. It fetches all available countries from Magento Config and will preselect the default country/region/postcode of the current storeview.",
45
"type": "magento2-module",
56
"license": "MIT",
@@ -60,5 +61,11 @@
6061
"post-update-cmd": [
6162
"vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/"
6263
]
64+
},
65+
"config": {
66+
"allow-plugins": {
67+
"magento/magento-composer-installer": true,
68+
"phpro/grumphp": true
69+
}
6370
}
6471
}

0 commit comments

Comments
 (0)