Choosing a selection results in a full page refresh.
Opens in a new window.
// Get the button element for adding to cart
const addToCartButton = document.getElementById('addToCart');
// Add event listener to the button
addToCartButton.addEventListener('click', () => rdt('track', 'AddToCart'));