Description
- adding second button to Cart Page, under checkout button
- buy me a coffee

#1. Install Code
#1.1. You can use code to Code Injection > Footer
<!-- 09.26c07v7 Cart Page Second Button -->
<script>
window.CartSecondBtnConfig = {
text: 'Continue Shopping',
href: '/shop',
position: 'below', // 'above' | 'below' | 'left' | 'right'
gap: '10px',
textSize: '',
background: '',
textColor: '',
border: '',
hoverBackground: '',
hoverTextColor: '',
hoverBorder: ''
};
</script>
<script src="https://code.beaverhero.com/cart/0926c07v2cardsecondbutton.js"></script>

#1.2. You can update Button text/url here (line 04 – line 05)
text: 'Continue Shopping', href: '/shop',