Ubercart

From Colettapedia
Jump to navigation Jump to search

what's new on drupal 6

  • performance enhancements
  • usability - like drag and drop
  • reduced dependencies just to token (as opposed to d5 like 4 or 5)
  • more fine grained permissions
  • code clean up and bug fixes
  • core api improvements
  • don't have database queries in your submit handlers
  • conditional actions

what's holding up the 2.0 release?

  • conditional actions coverage
  • update functions from UC 1 to UC 2
  • need core support for international taxes
  • issue tracker cleanup

other

  • cybersource recurring payments
  • monetize various aspects of drupal
  • user role, membership sell, sell drupal user roles with ubercart.

semantic web

tour

  • goal: simplifying product creation
  • buy a hardcopy, file download, or both
  • selling node access, uc node access module, node type for premium content, use content access. Enable per-node access control settings, can set delay, node 1 access immediately, node 2 access is on delay, can have content expire after 5 weeks.
  • certain blocks appear only if you have the "student" role
  • module uc_restrict_quantity
  • riftracks - drupalcon discount

event registration

  • uc_node_checkout module - assign node form to product in catalog, redirected to node add form, fill out registration
  • 1. use case : multiple events, but same registration info from user
  • need same info form everybody, same info for every event
  • cck fields i need for
  • slap events in view, list out all registered attendees
  • registration content node
  • redirected to node add form for
  • editing node checkout settings
  • associate registration node type to product node - registration node type - associated with product.
  • use conditional access to keep php snippets, allowing you to keep revision control of snippets?