Piotr Karwatka

Results 114 comments of Piotr Karwatka

Not necessarily; please do check the graphql (docs) and maybe you could just implement the custom graphql resolver instead of using elastic?

That's very helpful feedback @paulvanbladel; thanks for that. @kacperknapik is starting some side project of Faker based backend - so it's a pretty similar approach to what You've just described....

Hi! That's awesome :) In fact I'm planning to add a very simple backend (even without the need to have ElasticSearch) to show how easily one can integrate with Vue...

Hi there, in the API the storeId is being taken from query parameter: https://github.com/DivanteLtd/vue-storefront-api/blob/d3d0e7892cd063bbd69e545f3f2b6fdd9843d524/src/api/product.js#L40 Frontend app is taking storeId from config: https://github.com/DivanteLtd/vue-storefront/blob/4b9f089c6eb732b0cf06191af80bdf3fb18a9bff/core/lib/multistore.ts#L87 ... and then pass it ovet to the...

Hi there! Are You sure the `Vue-storefront-api` configuration file does contain the proper `storeViews` section? Please take a look at: https://github.com/DivanteLtd/vue-storefront-api/blob/d7b6fe516eeb214615f54726fb382e72ff2cc34b/scripts/mage2vs.js#L93 - it’s setting exactly this ENV variable just before...

That's cool and it makes all the sense, please just fix the conflicts and we can merge it

Hi! Thanks! Is it still compliant with Magento 2.2.x? Can You check it it? In case it’s not then I belive you can add a variable to config/default.json in the:...

You can check it against demo-magento2.vuestorefront.io which is our default backend - magento 2.2.4

Yeah, there is no such payment method but the thing is that we should change the request format (put instead of post + changed format) still does the work with...

We don't have such an option for the `vsf-api` this features should be implemented in the `storefront-api` project as it's a feature request @ResuBaka