Commit Graph

14 Commits

Author SHA1 Message Date
Quangnhankie
b118fc0d00 bug: fix-conflict 2021-10-15 14:30:05 +07:00
Quangnhankie
de66481099 bug: fix favorite products 2021-10-14 10:33:12 +07:00
Tan Le
148326c7ef feat: get-product-detail 2021-10-07 16:16:24 +07:00
Tan Le
51d1624fab Merge branch 'feature/m3-relevant-product' of https://github.com/KieIO/grocery-vercel-commerce into feature/m1-get-product-detail 2021-10-07 15:09:00 +07:00
lytrankieio123
fed42bac87 feat:(product detail) get relevant product
:%s
2021-10-07 14:09:23 +07:00
Tan Le
8b5637a247 push code to check 2021-10-07 10:46:20 +07:00
lytrankieio123
a91417eca9 feat: filter product
:%s
2021-10-06 17:44:36 +07:00
lytrankieio123
c154541948 feat: (product list) all products, brands, collection, featured
:%s
2021-10-05 18:10:22 +07:00
lytrankieio123
1546d5df4b feat: get all collection
:%s
2021-10-05 10:30:39 +07:00
lytrankieio123
77a0432d07 feat: feat fresh and featured products
:%s
2021-10-04 14:16:32 +07:00
lytrankieio123
6b7b8e4ad1 🙋 test getStaticProps with revalidate 2021-10-04 11:17:30 +07:00
Michael Bromley
0e804d09f9 Update Vendure provider to latest API changes (#352)
Relates to #349
2021-06-02 11:46:38 -03:00
Michael Bromley
925a68a78c Fix vendure variants (#338)
* Fix variant selection in Vendure provider

* Styling of checkout placeholder in Vendure provider
2021-05-28 11:19:49 -03:00
Michael Bromley
da4371090d Vendure provider (#223)
* Minimal list/detail views working with Vendure

* Implement useCart/useAddItem

* Implement useUpdateItem & useRemoveItem

* Implement useSearch

* Add operations codegen, tidy up

* Dummy checkout page

* Implement auth/customer hooks

* Use env var for Shop API url

* Add some documentation

* Improve error handling

* Optimize preview image size

* Fix accidental change

* Update Vendure provider to latest changes

* Vendure provider: split out gql operations, remove unused files

* Update Vendure provider readme

* Add local next.config to Vendure provider, update docs

* Update to use demo server

* Fix build errors

* Use proxy for vendure api

* Simplify instructions in Vendure readme

* Refactor Vendure checkout api handler

* Improve image quality
2021-05-27 18:06:56 -03:00