uc_cart.info 542 B

1234567891011121314151617181920212223
  1. name = Cart
  2. description = REQUIRED. Controls the shopping cart and checkout for an Ubercart e-commerce site.
  3. dependencies[] = uc_order
  4. dependencies[] = uc_product
  5. package = Ubercart - core
  6. core = 7.x
  7. ; Test cases
  8. files[] = tests/uc_cart.test
  9. ; Views handlers
  10. files[] = views/uc_cart_handler_field_cart_user.inc
  11. ; Classes
  12. files[] = uc_cart.controller.inc
  13. configure = admin/store/settings/cart
  14. ; Information added by Drupal.org packaging script on 2019-10-01
  15. version = "7.x-3.13"
  16. core = "7.x"
  17. project = "ubercart"
  18. datestamp = "1569942207"