Camco 2.6-Gallon Portable Travel Toilet — Features Detachable Holding Tank w/Sealing Slide Valve & Bellow-Type Flush — Easy Transport w/Compact Lightweight Design & Carry Handle 41531

No reviews yet Write a Review
SKU:
41531

Description

Elevate your outdoor adventures with Camco’s versatile 2.6-Gallon Portable Toilet for camping, designed to provide a hygienic and convenient restroom solution while RVing, camping, boating, going on road trips, and more. This outdoor toilet guarantees access to a clean and dependable toilet, no matter where your adventures lead. It’s the ultimate sanitation sidekick for adventurers who value cleanliness, convenience, and peace of mind. No longer worry about unsanitary pit stops or inconvenient bathroom breaks. This portable toilet for adults allows you to embrace the call of the wild without compromising on cleanliness or comfort. Built to prioritize functionality and portability, this camping toilet is compact and lightweight, making it easy to transport. And the convenient carry handle provides simple carrying. Three sample Drop-IN RV black tank treatments are included to control unwanted odors. Transform your adventures with the peace of mind that comes from Camco's Portable Travel Toilet— where comfort and sanitation travel with you, making every destination feel like home!

Extra Information

Brand:
Camco
document.addEventListener('DOMContentLoaded', function() { // Select the element containing the price const priceElement = document.querySelector('.price--withoutTax'); // Check if the price element exists and log it for debugging if (priceElement) { console.log('Price Element:', priceElement.textContent.trim()); // Log the entire text content of the price element // Strip the non-numeric characters (e.g., "$", "Your Price: ", etc.) const priceText = priceElement.textContent.trim().replace(/[^\d.-]/g, ''); const numericPrice = parseFloat(priceText); // Convert the price to a float console.log('Formatted Numeric Price:', numericPrice); // Log the extracted numeric price if (numericPrice && !isNaN(numericPrice)) { console.log('Sending GA4 event with price:', numericPrice); // Log before sending GA4 event // Proceed with sending the event to GA4 if the price is valid gtag('event', 'view_item', { "currency": "USD", // Ensure this is correct for your currency "value": numericPrice, // Pass the price as a float "items": [{ "id": "4017", // Use the actual product ID here "name": "Camco Rhino Ultimate 20' RV Sewer Hose Kit", // Replace with the actual product name "category": "RVing & Camping, RV Sanitation", // Replace with the actual category "brand": "Rhino", // Replace with the actual brand "variant": "single-product-option", // Replace with the actual variant "price": numericPrice // Include price in the event data }] }); } else { console.error('Invalid price:', numericPrice); // Log if the price is invalid } } else { console.error('Price element not found.'); // Log if the price element is not found } });
// Wait for the DOM to fully load before running the script document.addEventListener('DOMContentLoaded', function() { // Select the element containing the price using the correct class and attribute const priceElement = document.querySelector('.price--withoutTax'); // Check if the price element exists and log it for debugging if (priceElement) { console.log('Price Element:', priceElement.textContent.trim()); // Log the entire text content of the price element // Strip the non-numeric characters (e.g., "Your Price: $", etc.) const priceText = priceElement.textContent.trim().replace(/[^\d.-]/g, ''); // Remove any non-numeric characters except the decimal and minus sign const numericPrice = parseFloat(priceText); // Convert the price to a float console.log('Formatted Numeric Price:', numericPrice); // Log the extracted numeric price if (numericPrice && !isNaN(numericPrice)) { console.log('Sending GA4 event with price:', numericPrice); // Log before sending GA4 event // Proceed with sending the event to GA4 if the price is valid gtag('event', 'view_item', { "currency": "USD", // Ensure this is correct for your currency "value": numericPrice, // Pass the price as a float "items": [{ "id": "4017", // Use the actual product ID here "name": "Camco Rhino Ultimate 20' RV Sewer Hose Kit — All-in-One Sewer Hose Solution — 11-Piece Combo Kit Includes Storage Box for Nesting Support & Camper Organization (43075)", // Replace with the actual product name "category": "RVing & Camping, RVing & Camping/RV Sanitation, RVing & Camping/RV Sanitation/Sewer Hoses, New Products", // Replace with the actual category "brand": "Rhino", // Replace with the actual brand "variant": "single-product-option", // Replace with the actual variant "price": numericPrice // Include price in the event data }] }); } else { console.error('Invalid price:', numericPrice); // Log if the price is invalid } } else { console.error('Price element not found.'); // Log if the price element is not found } });