B
49a4a2a67d
Merge branch 'main' into main
2021-09-27 12:57:25 +02: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
Kasper
b8f5fa04e5
update README with demo link
2021-09-14 20:05:02 +02:00
Kasper
dc218c14ca
resolved issues caused by using unreleased medusa-js version
2021-09-14 19:41:33 +02:00
Kasper
b44aca9986
update call-medusa
2021-09-14 19:03:02 +02:00
Kasper
606fc76a08
bump medusa-js
2021-09-14 18:58:08 +02:00
Kasper
e0bf87af18
removed axios ref
2021-09-14 18:55:51 +02:00
Kasper
739e2730e6
changed list products so it does not rely on unreleased version of medusa-js
2021-09-14 18:55:07 +02:00
Kasper
4a48e40aca
removed medusa type
2021-09-14 18:00:17 +02:00
Kasper Fabricius Kristensen
9e363f9e70
Merge pull request #5 from kasperkristensen/medusa-provider
...
Remove ref to schema
2021-09-14 17:57:01 +02:00
Kasper
75ccbf25ab
Merge branch 'medusa-provider' of https://github.com/kasperkristensen/commerce into medusa-provider
...
merge upstream
2021-09-14 17:54:51 +02:00
Kasper Fabricius Kristensen
e09b80daa9
remove ref ( #4 )
...
* initial provider
* readded types
2021-09-14 17:53:39 +02:00
Kasper
fcbe60e98a
remove schema reference
2021-09-14 17:52:00 +02:00
Kasper Fabricius Kristensen
92d70c752f
Medusa provider ( #3 )
...
* initial provider
* readded types
2021-09-14 17:48:06 +02:00
Kasper Fabricius Kristensen
b094da58ac
Merge branch 'main' into medusa-provider
2021-09-14 17:47:58 +02:00
Kasper
8d53034451
readded types
2021-09-14 17:45:35 +02:00
Kasper Fabricius Kristensen
3342d9d1bb
initial provider ( #2 )
2021-09-14 17:29:38 +02:00
Kasper
cc83c1f0e9
initial provider
2021-09-14 17:23:36 +02:00
Kasper Fabricius Kristensen
5b4d1b57d4
Merge branch 'vercel:main' into main
2021-09-08 12:00:44 +02: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
Kasper Fabricius Kristensen
abaf7220dc
merge main ( #1 )
...
* 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 >
* 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
Co-authored-by: Isiko Saidiali <54436062+SaidiAli@users.noreply.github.com >
Co-authored-by: Luis Alvarez D <luis@vercel.com >
2021-09-03 16:36:22 +02: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
Gandharv
44ce537b57
remove spread operator from <Link> component ( #263 )
...
* remove spread operator from <Link> component
* Remove props destructuring
Co-authored-by: Luis Alvarez <luis@vercel.com >
2021-07-29 23:57:02 -05:00
thegoodcode
34d0a0b978
Fix login error messages ( #283 )
2021-07-29 23:50:55 -05:00
Gandharv
07dbeb4194
fix login button staying disabled ( #267 )
...
When an error occurs the login button stays disabled,
2021-07-29 23:47:45 -05:00
pfcodes
fe6c0d8ed5
Update README.md ( #375 )
...
grammer fix
2021-07-29 18:10:39 -05:00
Heba Elmasry
5abae15ead
add vendure config in .env.template ( #397 )
...
* edited the local template and the readme files to add vendure configrations
* Update README.md
Co-authored-by: heba <hebaayman77177>
Co-authored-by: Luis Alvarez D <luis@vercel.com >
2021-07-29 17:48:43 -05:00
Vinicius Zucatti
b40f632908
Fix unexpected uppercase ( #414 )
2021-07-29 17:43:04 -05:00
Michael Bromley
ff715c4ccb
Add note in Vendure readme on correct server config for sessions ( #417 )
2021-07-28 19:32:42 -05:00
Jakub Neander
4b164d20a3
provide more details for Saleor in its README ( #419 )
2021-07-28 19:31:35 -05:00
MitchStarkTekton
177914186e
convert category to number before checking for int ( #422 )
2021-07-28 19:30:55 -05:00
Jakub Neander
50c4f558db
specify the minimal required Saleor version ( #418 )
2021-07-22 12:29:24 -03:00
George FitzGibbons
166bb037e4
Handle checkout for logged in users ( #405 )
...
* create a jwt token if there is a customerId, move the get customer id to the main utils folder. Need to add in more value to the env file. Updated the env sample.
* remove yarn.lock and tsconfig.json
* remove build settings
* remove build settings
* remove build settings
* Update tsconfig.json
* Delete package-lock.json
* fix typescript errors
* Update tsconfig.json
Co-authored-by: George Fitzgibbons <george.fitzgibbons@c02zw1aqlvdn.lan >
2021-07-01 13:21:01 -03:00