mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Add product list page to OrderCloud provider (#525)
* 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
.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"features": {
|
||||
"wishlist": false,
|
||||
"cart": true,
|
||||
"search": false,
|
||||
"search": true,
|
||||
"customerAuth": false,
|
||||
"customCheckout": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user