4
0
forked from crowetic/commerce

291 Commits

Author SHA1 Message Date
okbel
3acca7cc17 Adding customCheckout 2021-02-26 15:52:09 -03:00
Luis Alvarez
fc023de844 Ignore some types 2021-02-25 18:10:59 -05:00
okbel
bcd1d46e30 updates 2021-02-24 14:37:25 -03:00
Luis Alvarez
67d05ea165 Moved the features to be environment variable only 2021-02-23 11:32:54 -05:00
Luis Alvarez
a8607f24cd Updates to wishlist feature 2021-02-22 19:06:03 -05:00
okbel
4cfa0418dd Adding wishlist api 2021-02-18 13:11:57 -03:00
okbel
c620355448 Adding Features APO 2021-02-18 12:59:18 -03:00
okbel
c8536ff720 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-18 11:45:57 -03:00
Luis Alvarez
bb0b8d2771 Fixed remaining issues with types 2021-02-15 12:02:24 -05:00
okbel
de64b6d991 New changes and initial Features API 2021-02-12 17:10:17 -03:00
Luis Alvarez
2f903cc66c Merge branch 'master' of https://github.com/vercel/commerce into agnostic 2021-02-12 14:56:03 -05:00
okbel
4dd2c3fde0 Wishlist 2021-02-12 16:49:32 -03:00
B
b121078151
Updates (#192)
* userAvatar

* Avatar background

* Changes

* Removing unused dependencies

* Count Bag small and for bigger numbers

* decresed bundle size
2021-02-04 15:03:44 -05:00
Luis Alvarez
c06d9dae3a Merge branch 'master' of https://github.com/vercel/commerce into agnostic 2021-02-03 17:13:59 -05:00
Jamie Isaksen
7c70f645cc
Improve import statements (#191)
Co-authored-by: B <curciobelen@gmail.com>
2021-02-01 20:32:57 -03:00
B
3a7d5e2489
Latest Release (#187)
* Remove duplicated css rules. (#185)

* Fix typo in the Marquee component (#176)

Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* Remove duplicated css rules.
Fix invalid JSX props.

Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* Fix the body scroll when the sidebar is open (#184)

* Fix typo in the Marquee component (#176)

Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* Fix the body scroll when the sidebar is open

Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* Remove duplicate class in the I18nWidget comp (#183)

* Fix typo in the Marquee component (#176)

Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* Remove duplicate class name in the I18nWidget comp

This PR removes a duplicate class name in the I18nWidget component.

Co-authored-by: Hugo Lopes <hugo.rodrigues.lopes@gmail.com>
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>

* add horizontal margin to pages when mobile screen (#180)

* Add cart item options like color and size (#177)

Co-authored-by: hlopes <hugo.lopes@present-technologies.com>

* Changes

Co-authored-by: Hugo Lopes <hugo.rodrigues.lopes@gmail.com>
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
Co-authored-by: Jamie Isaksen <jamie@jamie.no>
Co-authored-by: Vinicius Zucatti <51221635+vczb@users.noreply.github.com>
2021-01-29 12:00:16 -03:00
Luis Alvarez
2ffe1ab71b Removed import 2021-01-28 19:00:26 -05:00
Luis Alvarez
59a4535f0e More corrections for useCart 2021-01-28 18:34:44 -05:00
Leah Wagner
08a6b2efcf
Issue/79 fallback image (#179)
* Filter products from the homepage grid display when they do not have and image. Provide a fallback/placeholder image for the ProductCard for when a product does not have an image.

* Avoid repeating placeholder image reference and move to a variable

* Remove filter to avoid additional computations as per https://github.com/vercel/commerce/pull/80#discussion_r531142893. Placeholder images will display as fallback.

* Filter products from the homepage grid display when they do not have and image. Provide a fallback/placeholder image for the ProductCard for when a product does not have an image.

* Avoid repeating placeholder image reference and move to a variable

* Remove filter to avoid additional computations as per https://github.com/vercel/commerce/pull/80#discussion_r531142893. Placeholder images will display as fallback.

* Remove comment about filter. Code removed so no longer needed.

Co-authored-by: B <curciobelen@gmail.com>
2021-01-28 12:09:28 -05:00
Luis Alvarez
1db974dabd Changed the way isEmpty works 2021-01-20 15:29:02 -05:00
okbel
48b484011d More updates 2021-01-19 12:33:50 -03:00
Belen Curcio
de0ba8cee8 changes breaking 2021-01-17 12:53:34 -03:00
Belen Curcio
7f70cfd868 Changes 2021-01-14 12:58:41 -03:00
Belen Curcio
fc34856e50 Normalizing Cart Responses 2021-01-12 16:59:07 -03:00
Belen Curcio
28b244760a changes 2021-01-11 13:25:25 -03:00
Belen Curcio
deadb1675b Cleanup 2021-01-11 12:22:18 -03:00
Belen Curcio
72b5fb0c1a Merge Issues 2021-01-11 12:17:55 -03:00
Belen Curcio
9ffc60ec95 Merge branch 'master' into agnostic 2021-01-11 12:15:26 -03:00
Belen Curcio
e42c511e3d changes 2021-01-11 12:12:51 -03:00
Belen Curcio
ac58e4a351 Normalizer 2021-01-10 16:16:49 -03:00
Belen Curcio
0a05182f3b Changes 2021-01-10 15:55:11 -03:00
Belen Curcio
3ba60fcafc Changes 2021-01-10 14:11:00 -03:00
Belen Curcio
0d4355b431 Progress, Changes types, readme and restoring functionality 2021-01-10 13:08:34 -03:00
B
8698794c96
Fix Typo (#151)
* Fix typo (#135)

The defaultPageProps object had a typo in the name

Co-authored-by: B <curciobelen@gmail.com>

* changes

* changes

Co-authored-by: JD <jonathan.dawber@icloud.com>
2021-01-09 12:36:48 -03:00
Belen Curcio
4259136983 Removed Futures 2021-01-07 17:10:27 -03:00
Belen Curcio
27dd4bfb69 Moved normalizer to BC function 2021-01-07 16:58:58 -03:00
Belen Curcio
4499f33f13 Reordering 2021-01-07 16:49:26 -03:00
Belen Curcio
e9dfda1e86 Restored Index Agnostic 2021-01-07 11:58:00 -03:00
Belen Curcio
812535caff Progress 2021-01-07 11:19:28 -03:00
Belen Curcio
f7956f8d01 Normalized Products output 2021-01-07 11:01:47 -03:00
Belen Curcio
7faea49da8 Merge branch 'master' of github.com:vercel/commerce into agnostic 2021-01-07 10:36:54 -03:00
Belen Curcio
36396e23c1 Progress 2021-01-06 21:24:09 -03:00
Joe Haddad
b6f80b7245
fix(css): apply workaround for chrome bug (#146) 2021-01-06 15:01:07 -05:00
Luis Alvarez
cf359cb774 Updated imports and deps 2020-12-29 20:04:26 -05:00
B
a5f40f65f2
Merge branch 'master' into product-filters-mobile 2020-12-21 14:16:23 -03:00
Belen Curcio
25a23f99e0 check 2020-11-26 15:32:17 -03:00
Belen Curcio
d94156129b check 2020-11-26 15:06:52 -03:00
Belen Curcio
c5cb9bda34 check 2020-11-26 15:03:21 -03:00
Belen Curcio
c198dbc190 Removing HTML Contnt 2020-11-26 13:38:37 -03:00
Belen Curcio
fd3cdba4fb Removing HTML Contnt 2020-11-26 13:36:59 -03:00