You are here

mailchimp-ecommerce-before.sh in Mailchimp E-Commerce 7

#!/usr/bin/env bash

echo "Start Drush Downloads"
drush dl ctools-7.x-1.x-dev
drush dl commerce-7.x-1.11
echo "Start Drush Commerce Enable"
drush en -y commerce_tax, commerce_price, commerce_cart, commerce_product, commerce_order, commerce

File

tests/mailchimp-ecommerce-before.sh
View source
  1. #!/usr/bin/env bash
  2. echo "Start Drush Downloads"
  3. drush dl ctools-7.x-1.x-dev
  4. drush dl commerce-7.x-1.11
  5. echo "Start Drush Commerce Enable"
  6. drush en -y commerce_tax, commerce_price, commerce_cart, commerce_product, commerce_order, commerce