commerce/commerce.config.json
2021-08-11 10:43:50 -03:00

10 lines
141 B
JSON

{
"features": {
"cart": true,
"search": false,
"wishlist": false,
"customerAuth": false,
"customCheckout": false
}
}