uc_product.info 853 B

123456789101112131415161718192021222324252627
  1. name = Product
  2. description = REQUIRED. Provides content types to represent items in an online store.
  3. dependencies[] = image
  4. dependencies[] = uc_store
  5. package = Ubercart - core
  6. core = 7.x
  7. ; Test cases
  8. files[] = tests/uc_product.test
  9. ; Views handlers
  10. files[] = views/uc_product_handler_field_addtocart.inc
  11. files[] = views/uc_product_handler_field_buyitnow.inc
  12. files[] = views/uc_product_handler_field_display_price.inc
  13. files[] = views/uc_product_handler_field_length.inc
  14. files[] = views/uc_product_handler_field_price.inc
  15. files[] = views/uc_product_handler_field_weight.inc
  16. files[] = views/uc_product_handler_filter_product.inc
  17. configure = admin/store/settings/products
  18. stylesheets[all][] = uc_product.css
  19. ; Information added by Drupal.org packaging script on 2019-10-01
  20. version = "7.x-3.13"
  21. core = "7.x"
  22. project = "ubercart"
  23. datestamp = "1569942207"