Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
commerce_baselinker
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
commerce_baselinker
Commits
981e1225
Commit
981e1225
authored
1 month ago
by
Michal Magdziarek
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3498122
: Add D11 compatibility and update dependency list
parent
4df5e5e5
Branches
8.x-1.x
Tags
1.0.0
2.0.0
1 merge request
!9
Issue #3498122: Add D11 compatibility and update dependency list
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+16
-6
16 additions, 6 deletions
README.md
commerce_baselinker.info.yml
+4
-1
4 additions, 1 deletion
commerce_baselinker.info.yml
modules/commerce_baselinker_ifirma/commerce_baselinker_ifirma.info.yml
+1
-1
1 addition, 1 deletion
...rce_baselinker_ifirma/commerce_baselinker_ifirma.info.yml
with
21 additions
and
8 deletions
README.md
+
16
−
6
View file @
981e1225
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,
...
...
This diff is collapsed.
Click to expand it.
commerce_baselinker.info.yml
+
4
−
1
View file @
981e1225
...
...
@@ -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
This diff is collapsed.
Click to expand it.
modules/commerce_baselinker_ifirma/commerce_baselinker_ifirma.info.yml
+
1
−
1
View file @
981e1225
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment