Skip to content
TERRAFREEZE
TERRAFREEZE
Home
/ Bottles
Bottles
“6 Products” has been added to your cart.
View cart
Showing all 3 results
Default sorting
Sort by popularity
Sort by average rating
Sort by latest
Sort by price: low to high
Sort by price: high to low
1 Bottle
$
69.95
Add to cart
3 Products
$
190.86
Add to cart
6 Products
$
349.98
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'; } }); });