tniezg
20ffd5ae04
Merge branch 'main' into spree
2021-09-24 18:50:33 +02: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
Tomek Niezgoda
03295ebb02
Merge pull request #2 from spree/upgrade-checkout
...
Upgrade checkout
2021-09-24 14:33:54 +02:00
tniezg
73c5e9df10
Upgrade checkout behavior in line with core NextJS Commerce changes
2021-09-24 14:29:09 +02:00
tniezg
cab6b04a57
Merge branch 'main' into spree
2021-09-24 11:34:48 +02: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
Tomek Niezgoda
e2c2ade29a
Merge pull request #1 from spree/filter-variant-images-by-option-type
...
Allow filtering variant images by option type
2021-09-22 14:34:21 +02:00
tniezg
ed7e110188
Allow filtering variant images by option type
2021-09-22 14:30:00 +02:00
tniezg
76596fd765
Remove slash '/' from line item's paths
2021-09-13 18:01:29 +02:00
tniezg
fed88c8485
Sort getAllProducts by -updated_at when using a taxonomy
2021-09-13 16:06:49 +02:00
tniezg
c8ee3ef293
Use Spree SDK's JSON:API helpers
2021-09-13 16:06:15 +02:00
tniezg
5b241d036b
Allow setting a taxon id for getAllProducts
2021-09-13 15:04:32 +02:00
Damian Legawiec
6c3c94b9c0
Update README.md
2021-09-13 14:11:56 +02:00
Damian Legawiec
75165df24e
Update README.md
2021-09-13 14:11:11 +02:00
tniezg
964f04a3c9
Add link to the Spree demo site in the main README
2021-09-13 14:04:42 +02:00
tniezg
10408e36e6
Format Spree's README
2021-09-13 13:53:05 +02:00
Damian Legawiec
632c2c63a5
Update README.md
2021-09-13 12:30:19 +02:00
tniezg
c0f1a66afe
Include Spree in the list of supported ecommerce backends in README
2021-09-09 15:57:44 +02:00
tniezg
1e37ce1ca0
Merge branch 'main' into spree-framework-poc
2021-09-09 15:56:52 +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
tniezg
60894d32c5
Flatten fetcher responses
2021-09-03 09:52:59 +02:00
tniezg
b9f8ed659d
Link to an online demo of the Spree integration in the README
2021-09-01 11:03:12 +02:00
tniezg
e9397bcb72
Use original product image by default instead of resized
2021-08-31 13:35:24 +02:00
tniezg
92bb7bcf51
Update fetcher to avoid parsing non-JSON responses
2021-08-31 11:51:02 +02:00
tniezg
320fc0645d
Generalize TypeScript and add typings to getPage
2021-08-31 11:51:02 +02:00
tniezg
490f94b515
Remove references to @framework and use relative paths instead
2021-08-31 11:51:02 +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
tniezg
c86915080e
Merge branch 'main' into spree-framework-poc
2021-08-30 11:37:48 +02: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
tniezg
2953678b24
Upgrade Spree SDK to version 4.7.1
2021-08-26 15:52:21 +02:00
tniezg
2f9e90ed32
Search taxonomies by permalinks instead of IDs
2021-08-26 15:50:52 +02:00
tniezg
25fd21e69a
Reset tsconfig.json paths to originla values
2021-08-25 16:25:41 +02:00
tniezg
0ad4361369
Merge remote-tracking branch 'origin-vercel/main' into spree-framework-poc
2021-08-25 16:07:54 +02:00
tniezg
0fa7d9755b
Add image
2021-08-25 15:24:57 +02:00
tniezg
be0e246699
Allow placeholder images for products and line items without images
2021-08-25 11:34:22 +02:00
tniezg
448100290d
Add missing Error subclass
2021-08-24 20:51:48 +02:00
tniezg
894f18fe78
Add separator to README
2021-08-24 17:06:27 +02:00
tniezg
5e743f0e30
Create a new cart if Spree can't find the current using a token
2021-08-24 16:25:05 +02:00
tniezg
d98a75503d
Save primary variant's SKU when normalizing a product from Spree
2021-08-24 15:45:32 +02:00
tniezg
c3bd932d69
Change the default Spree port to 4000 and update README in sync with Spree Starter changes
2021-08-24 15:29:44 +02:00