vue-storefront-1
vue-storefront-1 copied to clipboard
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total cov...
## What is the motivation for adding / enhancing this feature? By each product or category page request we're currently executing at least few requests for Elastic data: * get...
## What is the motivation for adding / enhancing this feature? We're using the `product.product_option` to provide the backend with the selected product options. [Here you have the code which...
## What is the motivation for adding / enhancing this feature? Some cart actions cause sending many API requests to do simple actions eg. adding or removing products to/from the...
## What is the motivation for adding / enhancing this feature? Currently, per each catalog request, we're executing at least 2 Elastic queries: * getting the products, * getting the...
## What is the motivation for adding / enhancing this feature? The feature request to add a `Recommended products` block based on the: https://cloud.google.com/recommendations-ai/docs/ ## What are the acceptance criteria...
##Relates to: vuestorefront/vue-storefront#3348 ## Steps to reproduce the issue **Scenario 1:** 1. Log in into vsf 1. Add any products to wishlist 1. Log out 1. Make sure that wishlist...
To facilitate easier integration with a wide range of backends the data models that are at the basis of what we build should be generic. Entities such as products, categories,...
Feature Request here moved from https://github.com/DivanteLtd/vue-storefront-api/issues/318 ## What is the motivation for adding / enhancing this feature? Logging to and fetching data through social media like facebook. ## What are...
## Current behavior The buttons are not clickable on Internet Explorer like the login button, cart button and add to cart button. Also the add to cart does not work....
## Current behavior As mentioned in vuestorefront/vue-storefront#3270, in multistore mode the default storeview is unnecessarily being initialized and later changed to target storeview. The full scenario is as follows: *...