commerce-docs icon indicating copy to clipboard operation
commerce-docs copied to clipboard

Commerce 2.x documentation

Results 100 commerce-docs issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

This came up during an office hour question: how to collect different information for billing and shipping. We added support for different profile types beyond `customer` in https://www.drupal.org/node/3072083. ![](https://www.drupal.org/files/issues/2019-08-02/customer-profile-types.png) Then...

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

At some point we need a table of shipping integrations, like the one we have for payment gateways. Current list: ``` "Commerce Australia Post": "https://www.drupal.org/project/commerce_auspost", "Commerce Canada Post": "https://www.drupal.org/project/commerce_canadapost", "Commerce...

A PR has been created for the Commerce 2 / Developer Guide / Contributing page to remove the part that tells people to send github PRs, patches are fine now....

Sourced from drupal.org: https://www.drupal.org/project/address/issues/3043028 We could cover this in both Commerce and Address docs. The Commerce docs would demonstrate the code inside a country resolver, while Address could use hook_entity_create()...