vue-storefront-api
vue-storefront-api copied to clipboard
Vue.js storefront for Magento2 (and not only) - data backend
fixes https://github.com/DivanteLtd/vue-storefront-api/issues/404
fixes https://github.com/DivanteLtd/vue-storefront-api/issues/497
When we are running api through Docker Compose. Then `config.elasticsearch.host` does not come from `config/local.json`. It comes from `docker/vue-storefront-api/default.env`'s `ELASTICSEARCH_HOST` which is not that obvious. We should mention about it...
Current use of crypto method's deprecated in /src/lib/util.js. - deprecated usage: - crypto.createCipher(algorithm, password [,options]) - crypto.createDecipher(algorithm, password [,options]) - Should use instead: - crypto.createCipheriv(algorithm, key, iv [,options]) - crypto.createDecipheriv(algorithm,...
I am trying to work through the readme to get the API up and running. In the **Installation** section I am using the command shown for the Standard (B) mode....
Magento 2 "ALL GROUPS" customer id is hard coded to be `32000`, so all customers should see tier prices with this selection. https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Customer/Model/GroupManagement.php#L32
When running the following command: `docker-compose -f docker-compose.elastic7.yml -f docker-compose.nodejs.yml up` I get the following error: `#10 36.21 Command: (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild &&...
I don't know if this repo is still accepting feature requests, or if it will ultimately be replaced by the new Storefront API, but as we're still using this one...