E-Commerce ​
Collection of specific E-Commerce elements and documentation how to use them.
Product listing
Initialize the useListing composable, Search for products, Display products in a listing, Implement a pagination, Apply sortings, pagination, and filters, Use the helpers package
Product detail page
Prices
How the price object is structured, how to format and indicate pricing tiers, Display the correct prices depending on the context, Use useProductPrice composable to handle the most common cases
Cart
Create a cart, Add products and promotions to a cart, Remove items from the cart, Display the cart
Checkout
Fetch and display payment and shipping information, Create an order summary (totals, taxes), Place an order
Payments
Basis guide about synchronous payment and asynchronous payment
Custom Payment
Example for a Custom payment flow based on PayPal Express Checkout