Configure Commerce

 

  1. Install Drupal v7 latest and configure as standard Drupal (not kickstart profile)
  2. Turn on Admin menu and turn off core toolbar
  3. Bring over trails2_zen theme 
  4. Get all the modules into the right directories, sites/all/modules/commerce, sites/all/modules/contrib, sites/all/modules/commerce/contrib
  5. Turn on modules, using Kickstart2 as a hint of what needs to be on
  6. Run updates until everything is current
  7. Configure wysiwyg so this page can be written easily
  8. Configure site name, logo, etc. sites/all/themes/trails2_zen/images/trails/logo.gif
  9. Read/watch tutorials on configuration See also http://www.drupalcommerce.org/node/49
  10. Create categories of products in taxonomy: Books, Maps, Logo Goods, Donations, Memberships
  11. Add module commerce physical which among other things determines if a product is shippable by seeing if the weight field is non-zero.
  12. Add Category, Taxable,  and Discountable to base product so all products inherit those fields.
  13. Add Commerce Custom Products to allow variable prices, e.g. donations, memberships http://drupal.org/project/commerce_custom_product
  14. Create a custom line item for donations and memberships (Gets error Notice: Undefined variable: skip_reset in commerce_custom_product_line_item_type_save() (line 158 currently) http://commerceguys.com/blog/using-custom-line-items-provide-donation-fe...

----------

d6test2

load modules and enable


 

----------

Notes: