Monthly Yearly

Starter

$10

Basic features to get started

Advanced

$30

Advanced features & support

Total: $0
document.getElementById('checkoutBtn').addEventListener('click', () => { let selectedNames = []; selectedCards.forEach(card => { selectedNames.push(card.querySelector('h4').innerText); }); const query = encodeURIComponent(selectedNames.join(', ')); // Replace with YOUR product URL window.location.href = "kbarberfineart.com/shop" + query; });