Skip to content

Commit

Permalink
Abandon package
Browse files Browse the repository at this point in the history
  • Loading branch information
schmengler committed Feb 20, 2023
1 parent a1e89f9 commit 6edbac6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
[![Maintainability][ico-maintainability]][link-maintainability]
</div>

# ⚠️ THIS PACKAGE IS NO LONGER MAINTAINED

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.

Do you need help with implementing shipping estimation on the cart page for the default country? Contact [email protected] with your inquiry.

---

# IntegerNet ShippingPreselection (AutoShipping)

This module preselects the cheapest shipping method by filling shipping address with mock data and default country/region/postcode of the current storeview.
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "integer-net/magento2-shippingpreselection",
"abandoned": true,
"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.",
"type": "magento2-module",
"license": "MIT",
Expand Down Expand Up @@ -60,5 +61,11 @@
"post-update-cmd": [
"vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/"
]
},
"config": {
"allow-plugins": {
"magento/magento-composer-installer": true,
"phpro/grumphp": true
}
}
}

0 comments on commit 6edbac6

Please sign in to comment.