Fix cart dropdown footer JS: match wishlist style on all pages

This commit is contained in:
Local Server
2026-01-14 21:05:48 -06:00
parent 7cd42bd6e7
commit f2f0075830
2 changed files with 2 additions and 16 deletions

View File

@@ -476,14 +476,7 @@
'<a href="/shop" class="btn-outline">Continue Shopping</a>';
} else {
footer.innerHTML = `
<div class="cart-total">
<span>Total:</span>
<strong>${window.Utils.formatCurrency(total)}</strong>
</div>
<a href="/shop" class="btn-text">Continue Shopping</a>
<button class="btn-primary-full" onclick="alert('Checkout coming soon!')">
Proceed to Checkout
</button>
<a href="/shop" class="btn-outline">Continue Shopping</a>
`;
}
}