You are here

README.txt in Commerce Views Display 7

Commerce Views Display
====================

This module provides a views style plugin to render an add to cart form with
the view results.

Install instructions
====================
- Enable Commerce Views Display and dependencies

Creating a View:
- Create a view with the base table of Commerce Product
- Change the view's format to Commerce Add to Cart
- Alter the style options default settings as needed
- Recommended:
  -- Enable "Override pager and render add to cart form with all items." This
     will disable any views pager.
  -- Add the product commerce_price field to the display and ensure that
     a formatter with "Display the calculated sell price for the current user."
     is used.
  -- Add any other field that you would want to display for a selected product.


WARNING: The add to cart form views format will render the form for all products
in the views results.  This will cause every product to be loaded, so use with
caution for a large number of products.

File

README.txt
View source
  1. Commerce Views Display
  2. ====================
  3. This module provides a views style plugin to render an add to cart form with
  4. the view results.
  5. Install instructions
  6. ====================
  7. - Enable Commerce Views Display and dependencies
  8. Creating a View:
  9. - Create a view with the base table of Commerce Product
  10. - Change the view's format to Commerce Add to Cart
  11. - Alter the style options default settings as needed
  12. - Recommended:
  13. -- Enable "Override pager and render add to cart form with all items." This
  14. will disable any views pager.
  15. -- Add the product commerce_price field to the display and ensure that
  16. a formatter with "Display the calculated sell price for the current user."
  17. is used.
  18. -- Add any other field that you would want to display for a selected product.
  19. WARNING: The add to cart form views format will render the form for all products
  20. in the views results. This will cause every product to be loaded, so use with
  21. caution for a large number of products.