Skip to content
Snippets Groups Projects
Commit 981e1225 authored by Michal Magdziarek's avatar Michal Magdziarek
Browse files

Issue #3498122: Add D11 compatibility and update dependency list

parent 4df5e5e5
Branches 8.x-1.x
1 merge request!9Issue #3498122: Add D11 compatibility and update dependency list
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Customization
* Maintainers
* Introduction
* Requirements
* Installation
* Configuration
* Customization
* Maintainers
INTRODUCTION
------------
......@@ -47,6 +47,16 @@ a particular reason.
Submit configuration form.
You need to have these modules enabled:
- Commerce Payment
- Commerce Shipment
A payment gateway and a shipment method must be created in order to correctly send data to baselinker.
This can be done in the Drupal Commerce configuration.
Additionally, a product variation type must have a "shippable" trait selected
and a product weight assigned to it. This can also be done in the Drupal Commerce configuration.
CUSTOMIZATION
-------------
In order to send custom email or phone number to the BaseLinker,
......
......@@ -3,7 +3,10 @@ type: module
description: 'Provides BaseLinker integration to Drupal Commerce shop'
package: Commerce (contrib)
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10 || ^11
configure: commerce_baselinker.configuration
dependencies:
- commerce:commerce
- commerce_shipping:commerce_shipping
- commerce_payment:commerce_payment
- state_machine:state_machine
\ No newline at end of file
......@@ -3,7 +3,7 @@ type: module
description: 'Provides BaseLinker iFirma integration'
package: Commerce (contrib)
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10 || ^11
configure: entity.commerce_checkout_flow.collection
dependencies:
- commerce_baselinker:commerce_baselinker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment