- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019 05:13 AM
In service portal, I need to remove "Continue Shopping" and "Save as Bundle" button from sc_cart page. Once I click on view cart button, it takes me to this sc_cart page. The OOTB widget for this page is sc-shopping-cart-v2 (SC Shopping Cart). I can't figure out how to remove those two buttons. Clear instruction with steps please! Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 06:43 AM
You can remove them from the template which is being used in the "sc-shopping-cart-v2" page.
Its usually the large_shopping_cart_v2.html found on the related list of the widget
Open the template and comment out lines
<a href="?id=sc_home" name="submit" class="btn sc-btn btn-default m-r-xs">${Continue Shopping}</a>
<button class="btn sc-btn btn-default" ng-click="c.saveBundle()">${Save as Bundle}</button>
You can access the above template using below link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 08:10 AM
Hello Vignesh,
Thank you so much for your help. It worked. Thanks a lot.
Rinty
