Skip to content
TERRAFREEZE
TERRAFREEZE
Home
/
Bottles
/ 6 Products
“1 Bottle” has been added to your cart.
View cart
6 Products
$
349.98
6 Products quantity
Add to cart
Category:
Bottles
Related products
3 Products
$
190.86
Add to cart
1 Bottle
$
69.95
Add to cart
// Custom JavaScript code for redirection document.addEventListener('DOMContentLoaded', function () { const form = document.getElementById("myForm"); form.addEventListener('submit', function (event) { event.preventDefault(); // Prevents default form submission const selectedOption = form.querySelector('select[name="your_select_field_name"]').value; // Redirect based on selected option if (selectedOption === 'The Outdoorsman') { window.location.href = 'https://terrafreeze.xyz/product/1-bottle/'; } else if (selectedOption === 'The Gentle MAN') { window.location.href = 'https://terrafreeze.xyz/checkout/?add-to-cart=54'; } }); });