MTShop/code/web/modules/contrib/commerce_shipping
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
config update config 2023-11-17 01:10:57 +08:00
js update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
templates update config 2023-11-17 01:10:57 +08:00
tests update config 2023-11-17 01:10:57 +08:00
.eslintrc.json update config 2023-11-17 01:10:57 +08:00
.gitignore update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
commerce_shipping.commerce_adjustment_types.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.commerce_package_types.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.info.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.install update config 2023-11-17 01:10:57 +08:00
commerce_shipping.libraries.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.links.action.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.links.menu.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.links.task.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.module update config 2023-11-17 01:10:57 +08:00
commerce_shipping.permissions.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.post_update.php update config 2023-11-17 01:10:57 +08:00
commerce_shipping.routing.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.services.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.workflow_groups.yml update config 2023-11-17 01:10:57 +08:00
commerce_shipping.workflows.yml update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00
drupalci.yml update config 2023-11-17 01:10:57 +08:00
package.json update config 2023-11-17 01:10:57 +08:00
phpcs.xml update config 2023-11-17 01:10:57 +08:00
yaml_translation_patterns.yml update config 2023-11-17 01:10:57 +08:00
yarn.lock update config 2023-11-17 01:10:57 +08:00

README.md

Commerce Shipping

Provides shipping functionality for Drupal Commerce.

Setup

  1. Install the module.

  2. Edit your product variation type and enable the 'Shippable' trait

  3. Edit your order type:

  • Select one of the fulfilment workflows.
  • Enable shipping and choose a shipment type.
  • Select the 'Shipping' checkout flow
  1. If you're using Commerce Tax, create a "Shipping" tax type. This will ensure that shipping costs are taxed.