www.cascaderack.com
Open in
urlscan Pro
52.11.19.14
Public Scan
Submitted URL: http://www.cascaderack.com/checkout/'
Effective URL: https://www.cascaderack.com/852156007132
Submission: On February 02 via manual from FR — Scanned from FR
Effective URL: https://www.cascaderack.com/852156007132
Submission: On February 02 via manual from FR — Scanned from FR
Form analysis
3 forms found in the DOMPOST https://www.cascaderack.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2FzY2FkZXJhY2suY29tLzg1MjE1NjAwNzEzMg%2C%2C/product/147917/
<form data-product-sku="852156007132" action="https://www.cascaderack.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2FzY2FkZXJhY2suY29tLzg1MjE1NjAwNzEzMg%2C%2C/product/147917/" method="post" id="product_addtocart_form" novalidate="novalidate">
<input type="hidden" name="product" value="147917">
<input type="hidden" name="selected_configurable_option" value="">
<input type="hidden" name="related_product" id="related-products-field" value="">
<input type="hidden" name="item" value="147917">
<input name="form_key" type="hidden" value="Ys4oil5CznbjQJUe">
<div class="box-tocart">
<div class="fieldset">
<div class="field qty">
<label class="label" for="qty"><span>Qty:</span></label>
<div class="control">
<input type="number" name="qty" id="qty" maxlength="12" value="1" title="Qty" class="input-text qty"
data-validate="{"required-number":true,"validate-item-quantity":{"minAllowed":1,"maxAllowed":10000}}">
<div class="qty-changer">
<a href="javascript:void(0)" class="qty-inc"><i class="porto-icon-up-dir"></i></a>
<a href="javascript:void(0)" class="qty-dec"><i class="porto-icon-down-dir"></i></a>
</div>
</div>
</div>
<div class="actions">
<button type="submit" title="Special Order" data="Special Order" class="action primary tocart" id="product-addtocart-button">
<span>Special Order</span>
</button>
<div id="instant-purchase" data-bind="scope:'instant-purchase'">
<!-- ko template: getTemplate() -->
<!-- ko if: showButton() --><!-- /ko -->
<!-- /ko -->
</div>
</div>
<div class="moved-add-to-links">
<div class="product-addto-links" data-role="add-to-links">
<a href="#" class="action towishlist" data-post="{"action":"https:\/\/www.cascaderack.com\/wishlist\/index\/add\/","data":{"product":147917,"uenc":"aHR0cHM6Ly93d3cuY2FzY2FkZXJhY2suY29tLzg1MjE1NjAwNzEzMg,,"}}" data-action="add-to-wishlist"><span>Add to Wish List</span></a>
<a href="#" data-post="{"action":"https:\/\/www.cascaderack.com\/catalog\/product_compare\/add\/","data":{"product":"147917","uenc":"aHR0cHM6Ly93d3cuY2FzY2FkZXJhY2suY29tLzg1MjE1NjAwNzEzMg,,"}}" data-role="add-to-links" class="action tocompare">
<!-- <img src="https://www.cascaderack.com/static/version1702551114/frontend/Nits/child/en_US/images/addtocompare.png" alt="Add to Compare"> -->
<svg id="_8126e464ef0c1e1e252912bae00bf3e1" data-name="8126e464ef0c1e1e252912bae00bf3e1" xmlns="http://www.w3.org/2000/svg" width="36.362" height="36.362" viewBox="0 0 36.362 36.362">
<path id="Path_4019" data-name="Path 4019" d="M0,0H36.362V36.362H0Z" fill="none"></path>
<path id="Path_4020" data-name="Path 4020" d="M12.621,18.636H2v3.03H12.621v4.545l6.045-6.06-6.045-6.06Zm9.06-1.515V12.575H32.3V9.545H21.681V5l-6.045,6.06Z" transform="translate(1.03 2.575)" fill="#403f3f"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<script>
require(['jquery', 'mage/mage', 'Magento_Catalog/product/view/validation', 'Magento_Catalog/js/catalog-add-to-cart'], function($) {
'use strict';
$('#product_addtocart_form').mage('validation', {
radioCheckboxClosest: '.nested',
submitHandler: function(form) {
var widget = $(form).catalogAddToCart({
bindSubmit: false,
"addToCartButtonTextDefault": "Special Order"
});
widget.catalogAddToCart('submitForm', $(form));
return false;
}
});
});
</script>
<script type="text/javascript">
require(['jquery'], function($) {
var app = {
isAppleDevice: function() {
if (navigator.userAgent.match(/(iPhone|iPod|iPad|Safari)/) != null) {
return true;
}
return false;
}
}
// Timer for LEFT time for Dailydeal product
var _second = 1000;
var _minute = _second * 60;
var _hour = _minute * 60;
var _day = _hour * 24;
var timer;
function showRemaining(currentdate) {
var cid = 'countdown';
var startdateid = 'fromdate';
var id = 'todate';
var daysid = 'countdown_days';
var hoursid = 'countdown_hours';
var minutesid = 'countdown_minutes';
var secondsid = 'countdown_seconds';
var enddate = new Date($('#' + id).val());
var dealstartdate = new Date($('#' + startdateid).val());
if (app.isAppleDevice() && $('#' + id).val() && $('#' + startdateid).val()) {
var edate = $('#' + id).val();
var edateParts = edate.substring(0, 10).split('-');
var etimePart = edate.substr(11);
enddate = edateParts[1] + '/' + edateParts[2] + '/' + edateParts[0] + ' ' + etimePart;
enddate = new Date(enddate).getTime();
var sdate = $('#' + startdateid).val();
var sdateParts = sdate.substring(0, 10).split('-');
var stimePart = sdate.substr(11);
dealstartdate = sdateParts[1] + '/' + sdateParts[2] + '/' + sdateParts[0] + ' ' + stimePart;
dealstartdate = new Date(dealstartdate).getTime();
}
// Get Current Date from magentodatetime
var currentdate = new Date(currentdate).getTime();
//Get Difference between Two dates
var distance = enddate - currentdate;
if (distance < 0) {
$('#expired').html("<div class='offermessage' >EXPIRED!</div>");
} else if (dealstartdate > currentdate) {
$('.countdowncontainer').hide();
var msg = "<div class='offermessage' > Coming Soon..<br>Deal Start at:<br>" + $('#' + startdateid).val() + "</div>";
$('#expired').html(msg);
} else {
var days = Math.floor(distance / _day);
var hours = Math.floor((distance % _day) / _hour);
var minutes = Math.floor((distance % _hour) / _minute);
var seconds = Math.floor((distance % _minute) / _second);
if (hours < 10) hours = "0" + hours;
if (minutes < 10) minutes = "0" + minutes;
if (seconds < 10) seconds = "0" + seconds;
$('.countdowncontainer').show();
$('#' + daysid).html(days);
$('#' + hoursid).html(hours);
$('#' + minutesid).html(minutes);
$('#' + secondsid).html(seconds);
}
}
//Set date as magentodatetime
var date = new Date('2024-02-02 16:26:52');
if (app.isAppleDevice()) {
var mdate = '2024-02-02 16:26:52';
var dateParts = mdate.substring(0, 10).split('-');
var timePart = mdate.substr(11);
date = dateParts[1] + '/' + dateParts[2] + '/' + dateParts[0] + ' ' + timePart;
date = new Date(date);
}
var day = date.getDate();
var month = date.getMonth();
var year = date.getFullYear();
var hours = date.getHours();
var minutes = "0" + date.getMinutes();
var seconds = "0" + date.getSeconds();
var fulldate = year + '/' + (month + 1) + '/' + day + ' ' + hours + ':' + minutes.substr(minutes.length - 2) + ':' + seconds.substr(seconds.length - 2);
// Set Interval
timer = setInterval(function() {
date.setSeconds(date.getSeconds() + 1);
var month = date.getMonth();
var currentdatetime = date.getFullYear() + "/" + (month + 1) + "/" + date.getDate() + " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds();
showRemaining(currentdatetime);
}, 1000);
});
</script>
</form>
POST https://www.cascaderack.com/newsletter/subscriber/new/
<form class="form single-subscribe subscribe footer-newsletter-section" novalidate="novalidate" action="https://www.cascaderack.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail-1">
<div class="field newsletter">
<div class="control">
<span class="input-text">
<input name="email" placeholder="Enter your email address" type="email" id="newsletter" data-validate="{required:true, 'validate-email':true}">
</span>
<button class="action subscribe primary" title="Subscribe" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"></path>
</svg>
</button>
</div>
</div>
</form>
POST
<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
<div class="field email required">
<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
<div class="control">
<input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{"mage/trim-input":{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
autocomplete="off">
</div>
</div>
<div class="field password required">
<label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
<div class="control">
<input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
</div>
</div>
<!-- ko foreach: getRegion('additional-login-form-fields') -->
<!-- ko template: getTemplate() -->
<input name="captcha_form_id" type="hidden" data-bind="value: formId, attr: {'data-scope': dataScope}" value="user_login" data-scope="">
<!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
<div class="actions-toolbar">
<input name="context" type="hidden" value="checkout">
<div class="primary">
<button type="submit" class="action action-login secondary" name="send" id="send2">
<span data-bind="i18n: 'Sign In'">Sign In</span>
</button>
</div>
<div class="secondary">
<a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.cascaderack.com/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
</div>
</form>
Text Content
The store will not work correctly in the case when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. FREE Express Shipping On Orders $99+ Links * Compare () * Sign In * Create an Account | Toggle Nav Call us now 541-241-6255 All Categories Camp & Overland - Tents and Shelters - Furniture - Camp Electronics - Recovery Equipment - RV & Van Accessories - Water Storage - Food Storage - Auxiliary Power - Fuel Containers and Mounts Car & Truck Racks - Roof Racks - Sport Racks - Cargo - Truck Bed Racks - Truck Canopy Racks - Utility Van Roof Racks - Tie Down Straps - UTV Racks - Parts and Accessories Garage Storage - Hitch Rack Storage - Bike Storage - Ski & Snowboard Storage - Kayak Storage - SUP Storage - Cargo Box Storage - Accessories Towing - Hitches - Custom Fit Vehicle Wiring - Towing Components - Towing Accessories - Tow Bars - Trailer Parts - Electrical Components - Brake Control - Ball Mounts Sport Trailers Auto Interior - Floor Liners - Interior Organizers - Seat Covers - Sun Shades - Interior Boxes & Storage - Accessory Mounts - Grab Handles - Dash and Controls - Pet Protection and Barriers Auto Exterior - Truck Bed Racks - Truck Canopies - Headache Racks - Truck Bed Drawers - Truck Bed Slides - Truck Bed Covers - Mud Flaps - Wheel Well Guards - Fender Flares - Truck Bed Tool Boxes - Side Window Deflectors - Truck Bed Liners & Mats - Stone and Bug Protection - Tailgates - Bumpers/Grill Guards/Bull Bars - Running Boards/Nerf Bars - Fender Liners - Spare Tire Accessories - Doors and Door Hardware - Winching - Rock Sliders and Guards - Lighting - Truck Bed Rail Caps - Hitch Mount Accessories - Antenna Mounts - Bed Steps - Tie Down Points - Car & Tire Covers - On Board Air - Tops - Mirrors - Recovery Mounts My Account * Compare () * Sign In * Create an Account My Account My Account * Compare () * Sign In * Create an Account 0 Cart 0 items Shopping Cart $0.00 My Cart 0 Cart Close You have no items in your shopping cart. All Categories Categories * Home * Car & Truck Racks * Roof Racks * Accessories * Complete Systems * Custom Mounts * Feet/Legs * Fit Kits * Load Bars * Load Bar/Feet Combo. * Locks and Keys * Replacement Parts * Base Rack Systems * Sport Racks * Ski and Snowboard Racks * Bike Racks * Canoe Racks * Fishing Rod Racks * Surf and SUP Racks * Kayak Racks * Tailgate Pads * Cargo * Cargo Boxes * Cargo Platforms * Cargo Baskets * Cargo Bags * Swinging Hitch Accessories * Truck Bed Racks * Truck Canopy Racks * Utility Van Roof Racks * Tie Down Straps * Parts and Accessories * Garage Storage * Hitch Rack Storage * Bike Storage * Ski & Snowboard Storage * Kayak Storage * SUP Storage * Cargo Box Storage * Accessories * Towing * Hitches * Receiver Hitches * Front Mount Reciever Hitches * Goose Neck Hitches * 5th Wheel Hitches * Custom Fit Vehicle Wiring * Towing Components * Towing Accessories * Tow Bars * Tow Bar Wiring * Trailer Parts * Electrical Components * Brake Control * Ball Mounts * Sport Trailers * Auto Interior * Floor Liners * Interior Organizers * Seat Covers * Sun Shades * Interior Boxes & Storage * Accessory Mounts * Grab Handles * Dash and Controls * Pet Protection and Barriers * Camp & Overland * Tents and Shelters * Vehicle Awnings * Roof Top Tents * Roof Top Tent Accessories * Furniture * Camp Electronics * Refrigeration/Cooling * Recovery Equipment * RV & Van Accessories * Water Storage * Food Storage * Auxiliary Power * Fuel Containers and Mounts * Auto Exterior * Truck Bed Racks * Truck Canopies * Headache Racks * Truck Bed Drawers * Truck Bed Slides * Truck Bed Covers * Mud Flaps * Wheel Well Guards * Fender Flares * Truck Bed Tool Boxes * Side Window Deflectors * Truck Bed Liners & Mats * Stone and Bug Protection * Tailgates * Bumpers/Grill Guards/Bull Bars * Running Boards/Nerf Bars * Fender Liners * Spare Tire Accessories * Doors and Door Hardware * Winching * Rock Sliders and Guards * Lighting * Switches/Controllers * Truck Bed Rail Caps * Hitch Mount Accessories * Antenna Mounts * Bed Steps * Tie Down Points * Car & Tire Covers * On Board Air * Tops * Soft Tops * Hard Tops * Mirrors * Recovery Mounts Menu * Home * Contact Us * Blog * Jobs @ CR * In-Store Services * All Brands Account * Compare () * Sign In * Create an Account * Compare () * Sign In * Create an Account * Compare () * Sign In * Create an Account Home Contact Us Blog Jobs @ CR In-Store Services All Brands * Home * Baja Designs - 411002 - OnX6 Straight Racer Edition LED Light Bar New Products Baja Designs - 411002 - OnX6 Straight Racer Edition LED Light Bar Skip to the end of the images gallery User Manual -------------------------------------------------------------------------------- ‹› Skip to the beginning of the images gallery BAJA DESIGNS - 411002 - ONX6 STRAIGHT RACER EDITION LED LIGHT BAR Be the first to review this product $599.95 AVAILABILITY : Delivery Lead Time 7-14 days SKU# 852156007132 Notify me when this product is in stock Qty: Special Order Add to Wish List Product Information It's easy to outrun a factory lighting system, especially when you're driving off-road. You'll have a lot tougher time outrunning a Baja Designs OnX6 Racer Edition Light Bar 'the 10-inch LED light bar puts your factory lighting system to shame. The OnX6 Racer Edition Light Bar was designed for speeds of 110 plus MPH ' that's super-fast when you're slamming down the trail. This off-road light bar was developed exclusively for Baja Designs' TeamBD racers. That's pro quality shipped right to your door. The 10-inch OnX6 Light Bar comes with our industry-first 30-Day Satisfaction Guarantee and Limited Lifetime Warranty. The OnX6 Racer Edition LED Light Bar is BRIGHTER, BOLDER, BETTER. More Information More Information Brands Baja Designs Manufacturer SKU 411002 Return period 90 days Reviews Write Your Own Review Only registered users can write reviews. Please Sign in or create an account Vehicle Fitment Data No Fitment data available for this product ABOUT CASCADE RACK Cascade Rack is a Bend, OR owned and operated retail store that was created out of the desire to help people explore the world. We provide gear to outfit your vehicles and homes for adventure. If you need Bike Racks, Kayak Racks, Canoe Racks, Ski Racks, Snowboard Racks, Surfboard Racks, or Stand Up Paddleboard (SUP) Racks we've got you covered. OUR POLICIES Payment Privacy Returns Sales Tax Shipping Price Match Terms & Conditions CONTACT US Call Us: 541-241-6255 9 am-5:30 pm PST Mon-Sat Retail Store/Showroom 310 SE Railroad Street, Suite A Bend, Or 97702 Installation and Warehouse 170 SE 9th Street Bend, Or 97702 Write Us Jobs @ CR SIGNUP FOR NEWSLETTER FOLLOW US PAYMENT METHODS -------------------------------------------------------------------------------- QUESTIONS? 541-241-6255 Copyright © Cascade Rack, LLC All rights reserved. Close Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account Forgot Your Password? Checkout using your account Email Address Password Sign In Forgot Your Password?