iqual / iq_commerce
Provides additional functionality for the Drupal Commerce
Installs: 1 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:drupal-custom-module
Requires
- php: ^8.1
- drupal/commerce: ^2.0
- drupal/commerce_cart_api: ^1.7
- drupal/commerce_combine_carts: ^1.0
- drupal/commerce_repeat_order: 2.2.0
- drupal/commerce_shipping: ^2.0
- drupal/commerce_variation_add_to_cart: ^2.0
- drupal/commerce_variation_cart_form: ^1.0
- drupal/core: ^9.5 || ^10
- drupal/entity_print: ^2.0
- drupal/hierarchical_taxonomy_menu: ^2.0
- drupal/login_emailusername: ^2.0
- drupal/media_entity_browser: ^2.0
- drupal/pagedesigner_block_adaptable: ^3.1 || ^4.0
- drupal/redirect_after_login: ^3.0
- drupal/single_datetime: ^2.0
- drupal/symfony_mailer: ^1.4
- drupal/term_reference_tree: ^2.0
- drupal/twig_tweak: ^3.0
- iqual/iq_entity_browsers: ^3.0
- iqual/iq_progressive_decoupler: ^3.0
README
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