When the setup and configuration is done it is time to do some common customizations on your Bookstore.
- Create a new page template to display Authors
- Create a custom service to retreive book titles for authors, you will also add a service decorator to add ratings to book titles
- Customize pricing so that logged in users get article prices from an external source
- Add a author-field to products to connect book-products to author-pages and add a custom validation to the field
- Add a data service to get actual book-products for an author based on the author-field
- Add a custom Web API to allow external systems to get book titles
- Add a custom block that can display author information from an author-page
|