Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqual-ch/iq_commerce
https://github.com/iqual-ch/iq_commerce
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqual-ch/iq_commerce
- Owner: iqual-ch
- Created: 2020-06-15T14:32:32.000Z (over 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2023-12-08T14:57:53.000Z (about 1 year ago)
- Last Synced: 2023-12-09T14:54:59.693Z (about 1 year ago)
- Language: PHP
- Size: 708 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iq_commerce
## Drupal 10 installation
- Install the lenient-plugin in your project: `composer require mglaman/composer-drupal-lenient`
- Add an exception for "drupal/commerce_repeat_order" by running `composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/commerce_repeat_order"]'`
- Require iq_commerce: `composer require iqual/iq_commerce:^3.0`## DOM PDF setup
cp public/modules/custom/iq_commerce/patches/20200918-2244-dompdf-and-drupal-entity-print.patch patches/20200918-2244-dompdf-and-drupal-entity-print.patch
composer patch-add dompdf/dompdf '2244 - dompdf and drupal entity_print' patches/20200918-2244-dompdf-and-drupal-entity-print.patch