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
Learn how to get Product data and build your first simple 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
JSON-LD
JSON-LD for e-commerce plays a crucial role in improving the visibility of the website to search engines.