graphcommerce / magento2-metapack
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1
- magento/product-community-edition: ^2.4
This package is auto-updated.
Last update: 2025-01-06 12:11:12 UTC
README
Package installation:
composer require graphcommerce/magento2-metapack
php bin/magento module:enable GraphCommerce_Metapack
php bin/magento setup:upgrade
Features
This Magento 2 module introduces an extra attribute on the cart's shipping address (metapack_booking_code
), and a new shipping carrier (Metapack Pickup).
Metapack Shipping Carrier
The configuration of the new Metapack Pickup carrier can be found at:
Stores > Configuration > Sales > Delivery Methods > Metapack Pickup
Metapack Booking Code
The new booking code attribute is available in GraphQL as metapack_booking_code
.
This attribute can be set by setShippingAddressesOnCart
, and can be retrieved at the shipping_addresses
of the cart.
The value of the attribute is saved at the quote and order, when set at the cart.