# Supported features
# Category Page
- [x] I want to see a category tree so I can understand the structure of eCommerce's offer.
- [ ] I want to use filters in category page so I can limit the products visible in the category page.
- [ ] I want to use sorting in the category page so I can change the order of the products to find these easily.
- [x] I want to open the specific category so I can see products inside.
- [x] I want to use pagination in the category page so I don't have to load all the products within the category at once.
- [x] I want to see the prices on the category page so I know how much do I need to pay for the product.
- [x] I want to see the discounts on the category page so I can be attracted by lower prices.
# Navigation
- [x] I want to see the category tree so I can go through the page structure.
- [ ] I want to see breadcrumbs so I can see where I am.
# Product Page
- [x] I want to open a product page so I can see the details of the product.
- [x] I want to add a product to the cart so I can buy that in the next step.
- [x] I want to edit the quantity of the product before adding it to the cart.
- [x] I want to change the variants of the product so I can easily switch between versions of the same master product.
- [x] I want to see the product gallery so I can see how the product looks like.
- [x] I want to see the prices on the product page so I know how much do I need to pay for the product.
- [x] I want to see the discounts on the product page so I can be attracted by lower prices.
- [ ] I want to have properties pre-selected (like colour, size) when opening the Variant Product Page.
- [ ] I want to see cross-sellings / related under the product.
# Cart
- [x] I want to open the cart so I can see the current state of my shopping basket.
- [x] I can see the totals in the cart so I know the values before I decide on placing an order.
- [x] I want to remove the product from the cart As I do not want to buy it any longer.
- [x] I want to edit the quantity of the product in a Cart Page.
# Checkout
Checkout is not implemented in this integration. Instead, after clicking the "go to checkout" button in the cart there will be a redirect to AboutYou Checkout.
# Thank You Page
- [ ] I want to see the thank you page so I am sure the order was placed successfully.
# User Management
User accounts are not implemented in this integration. Shopping experience is the same for all users and threats them as guests. There is a possibility to log login in AboutYou Checkout.
# Address Management
Not a part of this integration.
# Prices / Tax
- [x] I want to see the prices in the right currency and with applied tax.
- [x] I want to see applied taxes depending on the selected country / area so I can display price properly.
# Multistores / Currencies / I18n
- [x] I want to change the language of the shop so I can easily understand the content.
- [ ] I want to see translated STATIC content to the language that I set so I can finally read the site in the language that I know.
- [ ] I want to see translated DYNAMIC content to the language that I set so I can finally read the site in the language that I know.
- [ ] I want to change the currency.
- [x] I want to change the country.
# SEO / SSR
- [x] I want to have pages pre-rendered on server-side.
- [ ] I want to have pretty urls.
← Composables useCart →