commerce/commerce.config.json
2021-06-22 13:12:51 -03:00

10 lines
140 B
JSON

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