This isn't available today as a configuration option, but it's still something you can do today with minimal updates to your custom viewset.
Creating Custom Viewsets:
https://hotcakescommerce....ting-Custom-Viewsets I've created an issue in GitHub to enhance Hotcakes in a future release to make this a configuration option:
https://github.com/Hotcak...erce/core/issues/114 If you want to make a catalog-only implementation today, you need to do the following:
[list]
[*] Update your custom viewset to not render the cart and checkout buttons.
[*] Add code to redirect the account, cart, and checkout views to another page
[/list]
When the site is ready, you'd simply remove those modifications.
If you want to make this configurable today, there's a number of ways to save a "site setting" in DNN to turn this off and on since the viewsets are MVC Razor and can speak to the DNN API.
Will Strohl, Upendo Ventures
Hotcakes Cloud |
Get Support |
Code Support Official Cloud & Support provider for Hotcakes