The Pro and Enterprise releases of our Startup Growth, Mobile+, Genteel, Best Brand, MarketSquare, Genteel and Top Hit products come bundled with Drupal Commerce providing you a turnkey e-commerce solution right after installation.
Installing dependent modules
If you are installing Drupal Commerce on an existing Drupal site, you first need to install the following modules:Ctools
http://drupal.org/project/ctools
Views (Views + Views UI)
http://drupal.org/project/views
Address Field
http://drupal.org/project/addressfield
Entity (Entity API + Entity tokens)
http://drupal.org/project/entity
Rules (Rules + Rules UI)
http://drupal.org/project/rules
Installing Drupal Commerce modules
Drupal Commercehttp://drupal.org/project/commerce
When turning on the sub-modules of Drupal Commerce, you will notice that some modules are dependent on other modules. You may wish to turn them on one at a time so as to pinpoint any error messages. This is the order to satisfy dependencies:
- Commerce and Commerce UI
- Customer and Customer UI
- Price
- Line Item and Line Item UI
- Order and Order UI
- Checkout, Payment, Payment UI, Product and Product Reference
- Cart, Product Pricing and Product Pricing UI
- Product UI
- Tax and Tax UI
Installing extra Drupal Commerce modules
Commerce Shippinghttp://drupal.org/project/commerce_shipping
Commerce Stock
http://drupal.org/project/commerce_stock
Commerce PayPal
http://drupal.org/project/commerce_paypal
Commerce Cash on Delivery
http://drupal.org/project/commerce_cod
Enable all the above modules via drush
drush en ctools
drush en views views_ui
drush en addressfield
drush en entity entity_token
drush en rules rules_admin
drush en commerce commerce_ui
drush en commerce_customer commerce_customer_ui
drush en commerce_price
drush en commerce_line_item commerce_line_item_ui
drush en commerce_order commerce_order_ui
drush en commerce_checkout commerce_payment commerce_payment_ui
drush en commerce_product commerce_product_reference
drush en commerce_cart commerce_product_pricing commerce_product_pricing_ui
drush en commerce_product_ui
drush en commerce_tax commerce_tax_ui
drush en commerce_shipping commerce_shipping_ui
drush en commerce_stock
drush en commerce_paypal commerce_paypal_wps commerce_paypal_wpp
drush en commerce_cod
More than (just) Themes
http://www.morethanthemes.com/