You are here

README.txt in Ubercart Views 6.3

Same filename in this branch
  1. 6.3 README.txt
  2. 6.3 uc_views_bulk_operations/README.txt
Same filename and directory in other branches
  1. 6 README.txt
  2. 6.2 README.txt
Welcome to Ubercart Views.
--------------------------

If you're having trouble installing this module, please ensure that your
tar program is not flattening the directory tree, truncating filenames
or losing files.


Installing Ubercart Views:
--------------------------

Place the content of this directory in sites/all/modules/uc_views

Navigate to administer >> build >> modules. Enable Ubercart Views.

Please note that most of the views included in this module assumes that images are turned on and
configured for products (See administer >> Store administration)

After installation you will have a number of default views which you can enable and modify by navigating to:
http://your-site/admin/build/views

The Ubercart Views Marketing submodule utilizes database views, so you should
make sure that your database user has CREATE VIEW permission. Some users have
reported that ALL PRIVILEGES oddly enough doesn't necessary include CREATE
VIEW.

To explicitly grant CREATE VIEW to your db user on MySQL via phpMyAdmin as root MySQL user,
execute these queries:
 GRANT CREATE VIEW ON yourdbname.* TO 'dbusername'@'localhost'
 (Replace your database and user / host names as appropriate.)
 FLUSH PRIVILEGES


Ubercart Views was developed with the help of Lenio A/S (www.lenio.dk)

File

README.txt
View source
  1. Welcome to Ubercart Views.
  2. --------------------------
  3. If you're having trouble installing this module, please ensure that your
  4. tar program is not flattening the directory tree, truncating filenames
  5. or losing files.
  6. Installing Ubercart Views:
  7. --------------------------
  8. Place the content of this directory in sites/all/modules/uc_views
  9. Navigate to administer >> build >> modules. Enable Ubercart Views.
  10. Please note that most of the views included in this module assumes that images are turned on and
  11. configured for products (See administer >> Store administration)
  12. After installation you will have a number of default views which you can enable and modify by navigating to:
  13. http://your-site/admin/build/views
  14. The Ubercart Views Marketing submodule utilizes database views, so you should
  15. make sure that your database user has CREATE VIEW permission. Some users have
  16. reported that ALL PRIVILEGES oddly enough doesn't necessary include CREATE
  17. VIEW.
  18. To explicitly grant CREATE VIEW to your db user on MySQL via phpMyAdmin as root MySQL user,
  19. execute these queries:
  20. GRANT CREATE VIEW ON yourdbname.* TO 'dbusername'@'localhost'
  21. (Replace your database and user / host names as appropriate.)
  22. FLUSH PRIVILEGES
  23. Ubercart Views was developed with the help of Lenio A/S (www.lenio.dk)