iqual/iq_commerce

There is no license information available for the latest version (3.2.1) of this package.

Provides additional functionality for the Drupal Commerce

Installs: 796

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 4

Type:drupal-custom-module

3.2.1 2024-03-25 11:58 UTC

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