v1/web/modules/contrib/commerce_shipping
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config 初始化 2023-11-13 20:36:13 +08:00
js 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
templates 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
.eslintrc.json 初始化 2023-11-13 20:36:13 +08:00
.gitignore 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.commerce_adjustment_types.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.commerce_package_types.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.info.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.install 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.libraries.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.links.action.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.links.menu.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.links.task.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.module 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.permissions.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.post_update.php 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.routing.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.services.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.workflow_groups.yml 初始化 2023-11-13 20:36:13 +08:00
commerce_shipping.workflows.yml 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
drupalci.yml 初始化 2023-11-13 20:36:13 +08:00
package.json 初始化 2023-11-13 20:36:13 +08:00
phpcs.xml 初始化 2023-11-13 20:36:13 +08:00
yaml_translation_patterns.yml 初始化 2023-11-13 20:36:13 +08:00
yarn.lock 初始化 2023-11-13 20:36:13 +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.