mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
* product list page and search working
* categories working
* clean things up like console.log
* undo these
* don't need sort stuff. update comment
* turns out the if statements here are necesary
* very incomplete progress on sign-in
* Revert "very incomplete progress on sign-in"
This reverts commit a8dd2af268
.
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"provider": "ordercloud",
|
|
"features": {
|
|
"wishlist": false,
|
|
"cart": true,
|
|
"search": true,
|
|
"customerAuth": false,
|
|
"customCheckout": true
|
|
}
|
|
}
|