Custom code integrations are not supported through the normal support channels. The Tovuti Support team does not correct, implement, or modify any custom code, including any code referenced in the Help Center. For assistance with custom code, please contact your Account Manager or contact the Tovuti Client Success team at clientsuccess@tovutiteam.com.
This customization option is available by applying custom code to the logged-in view.
The main Courses page includes a “Shopping Cart” button so that users may view which courses they’ve saved for later purchase.
This article outlines the following concepts:
- Course page with the Shopping Cart Button
- Custom Code Sample
- Courses page without the Shopping Cart Button
Course page with the Shopping Cart Button
Custom Code Sample
The cart button may be removed using the following code in the Pre CSS Styling window of the CSS Styling tab of the User Portals edit view:
#cartBtn { display: none; };