Commit Graph

1255 Commits

Author SHA1 Message Date
Reza Babaei
979bb2c673 Merge branch 'main' into vercel-main 2021-09-26 17:21:56 +03:00
Reza Babaei
8c7d7acc77 chore: some push for vercel :) 2021-09-26 17:19:48 +03:00
Reza Babaei
c5b6656428 fix: bring back product price 2021-09-26 17:19:48 +03:00
Reza Babaei
429fc8828f fix: bring back product price 2021-09-26 17:19:48 +03:00
Reza Babaei
099be721b5 chore: comment almost everything, build 2021-09-26 17:19:48 +03:00
Reza Babaei
0e344461f4 feat: getAllProducts and getProductBySlug 2021-09-26 17:09:42 +03:00
Reza Babaei
8a09d66d58 chore: add .vscode to .gitignore 2021-09-26 17:09:41 +03:00
Reza Babaei
73f3b18dcb save before rebase 2021-09-26 17:09:41 +03:00
Reza Babaei
d92907e462 fix: add get-all-pages-query 2021-09-26 17:09:41 +03:00
Reza Babaei
80a5cd5c86 feat: updating with master / add getCommerceProvider 2021-09-26 17:09:41 +03:00
Reza Babaei
28c1c04964 feat: changes for woocommerce (WIP) 2021-09-26 17:09:41 +03:00
Reza Babaei
2a904b7bb4 feat: early init configuration and provider / use codegen for wp 2021-09-26 17:09:41 +03:00
Reza Babaei
61f2914697 feat: copy woocommerce from shopify 2021-09-26 17:09:41 +03:00
Reza Babaei
45e6946b94 feat: add woocommerce to config and graphql endpoint to .env.template 2021-09-26 17:09:41 +03:00
cond0r
f9644fecef Shopify: create checkout on add to cart (#432)
* Create checkout on add to cart

* Checkout changes

* Revert files

* Fix checkout
2021-09-24 16:55:46 -03:00
Gonzalo Pozzo
8e7b942240 Fix redirect checkout (#502)
* Fix redirect checkout

* Don't use checkout for saleor
2021-09-24 11:42:09 -05:00
Vinicius Zucatti
c440ff06d4 Fix next/link should be used with anchor as children #330 (#482) 2021-09-23 17:32:17 -05:00
Emrah
381cefae0e fix: Remove the duplicate description field (#449) 2021-09-23 15:27:46 -05:00
pfcodes
b1ede29576 Update get-customer-wishlist.ts (#443)
Closes #442
2021-09-23 14:45:57 -05:00
Zac A
66548c887c Fix Typo - 'starter' to 'started' (#434)
Fix for Issue #402

Co-authored-by: Gonzalo Pozzo <gonzalo.pozzo4@gmail.com>
2021-09-23 15:56:26 -03:00
Pedro Vinícius
4b58f6365a Update ProductView.tsx (#433)
When you navigate to other product page, the options selected by default don't change and the options from the last product navigated are used. Adding a key to "ProductSideBar" component, makes it refresh default options and refresh actual product selected options when i navigate for many products.
2021-09-23 14:44:32 -03:00
Emrah
e991b54b0e Add loading state (#458) 2021-09-22 21:28:14 -05:00
pfcodes
27182cce67 Update normalize.ts (#469)
add support for cart digital line items
2021-09-22 21:09:56 -05:00
Eduardo Fortuna
08f9cc5362 Update version api shopify (#495) 2021-09-22 20:54:17 -05:00
Leah Wagner
fd10eba10d Add title to page and add styling for base typography elements for Text component (#383)
* Add title to page and add styling for base typography elements for Text component

* Remove additional title

Co-authored-by: B <curciobelen@gmail.com>
Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-09-22 20:40:20 -05:00
gkielwasser
a59a41edab Vendure - Fetcher - Globally throw errors (#391)
* Vendure - Fetcher - Globally throw errors

Globally throw errors from the Vendure fetcher when we detect errors in the response body

* Remove unnecessary new function

* Remove unnecessary import

Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-09-22 19:37:39 -05:00
Gonzalo Pozzo
1720bd698c Implement custom checkout (#487)
* Implement custom checkout core

* Fix elements on core

* Add files to providers

* Adapt providers

* Update types

* Update shopify file

* Format files
2021-09-22 19:20:58 -05:00
Reza Babaei
c92f4344b6 Merge pull request #5 from ramyareye/woocommerce-framework
chore: some push for vercel :)
2021-09-18 22:32:55 +03:00
Reza Babaei
a5d31c30cb chore: some push for vercel :) 2021-09-18 22:32:06 +03:00
Reza Babaei
756182af89 Merge pull request #4 from ramyareye/woocommerce-framework
Woocommerce framework
2021-09-18 22:25:56 +03:00
Reza Babaei
d2e8b54954 fix: bring back product price 2021-09-18 22:25:38 +03:00
Reza Babaei
07b3c50e35 fix: bring back product price 2021-09-18 22:24:34 +03:00
Reza Babaei
ff26d9d1c4 Merge pull request #3 from ramyareye/woocommerce-framework
Woocommerce framework
2021-09-18 22:14:29 +03:00
Reza Babaei
8a6e5932c8 chore: comment almost everything, build 2021-09-18 22:09:54 +03:00
Reza Babaei
6ef1d554e9 feat: getAllProducts and getProductBySlug 2021-09-18 19:32:40 +03:00
Reza Babaei
7aa1673e18 chore: add .vscode to .gitignore 2021-09-18 00:54:23 +03:00
Reza Babaei
91ea63bff8 save before rebase 2021-09-18 00:52:28 +03:00
Reza Babaei
9c8a78360d fix: add get-all-pages-query 2021-09-18 00:52:28 +03:00
Reza Babaei
ec918b2aa3 feat: updating with master / add getCommerceProvider 2021-09-18 00:52:28 +03:00
Reza Babaei
c71c3d1ae6 feat: changes for woocommerce (WIP) 2021-09-18 00:52:28 +03:00
Reza Babaei
3c93eb980d feat: early init configuration and provider / use codegen for wp 2021-09-18 00:51:57 +03:00
Reza Babaei
992ee52d7e feat: copy woocommerce from shopify 2021-09-18 00:51:57 +03:00
Reza Babaei
2dad270477 feat: add woocommerce to config and graphql endpoint to .env.template 2021-09-18 00:51:57 +03:00
Federico Joel Orlandau
61d075daf1 Improve a11y on the cart and sidebar (#411)
* Improve a11y on the cart

* Fix button style

* Remove extra space

* Move cart item count to the right position

Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-09-07 14:14:28 -05:00
Luis Alvarez D
a94f049f0a Remove unused provider config (#459)
* Updated core types for commerce provider

* Updated bigcommerce provider

* Added util method for provider creation

* Removed unrequired code from saleor

* Updated shopify provider

* Updated providers and local setup

* Updated saleor setup

* Updated swell

* Updated vendure

* Updated swell-js usage

* Removed unrequired import from saleor
2021-08-30 22:32:20 -05:00
Isiko Saidiali
24dd291be2 Update README.md to include information on how to add a custom provider (#250)
* Update README.md

* Updated commerce readme

Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-08-28 00:11:53 -05:00
Luis Alvarez D
0e7e7b7d5f Add Next.js ESLint (#425)
* Added Next.js eslint

* added eslint to lint-staged

* Added eslint config for prettier

* Fixed eslint issues in multiple files

* Fixed error in linter
2021-08-02 21:54:58 -05:00
Guillermo Angulo
0603b342be Update SORT object to access from filter button on mobile (#194) 2021-08-02 12:42:14 -05:00
ryanford
e8b577b83f optionsSelections takes an array of options objs (#364)
* optionsSelections takes an array of options objs

* use options array to match API expectations

Co-authored-by: Ryan Ford <ryanford@users.noreply.github.com>
2021-08-01 17:46:36 -05:00
ikoruk
1375d88171 add default values to fix case where there are no values for product option (like text input) (#255)
Co-authored-by: Luis Alvarez D <luis@vercel.com>
2021-07-30 19:13:23 -05:00