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:
Oliver Heywood
2021-10-15 12:14:35 -05:00
committed by GitHub
parent d193708184
commit 55b917489d
6 changed files with 89 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
"features": {
"wishlist": false,
"cart": true,
"search": false,
"search": true,
"customerAuth": false,
"customCheckout": true
}