Softail – Fatboy – Heritage

$ 1,990.00

Category:
2
3
4
5
List
Showing 1 to 7 of 7 items
Sort by:
Featured
Best Selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, new to old
Date, old to new
function replaceUrlParam(url, paramName, paramValue) {
var pattern = new RegExp(‘(‘+paramName+’=).*?(&|$)’),
newUrl = url.replace(pattern,’$1′ + paramValue + ‘$2’);
if ( newUrl == url ) {
newUrl = newUrl + (newUrl.indexOf(‘?’)>0 ? ‘&’ : ‘?’) + paramName + ‘=’ + paramValue;
}
return newUrl;
}
$(function() {
$(‘#input-sort’).val(‘best-selling’).on(‘change’, function(e) {
e.preventDefault();
var view = $(this).val(),
url = document.URL,
hasParams = url.indexOf(‘?’) > -1;
// window.location
if (hasParams) {
url = replaceUrlParam(url, ‘sort_by’, view);
} else {
url = url + ‘?sort_by=’ + view;
}
$.ajax({
type: ‘GET’,
url: url,
data: {},
beforeSend: function( xhr ) {
$(“#wraper_ajax”).show();
},
complete: function (data) {
$(‘#custom-products’).html($(“#custom-products”, data.responseText).html());
$(‘#column-left’).html($(“#column-left”, data.responseText).html());
$(‘#collection-amount’).html($(“#collection-amount”, data.responseText).html());
if(localStorage.getItem(‘type’) == null) {
var type = $(‘#category-view-type’).val();
var cols = $(‘#category-grid-cols’).val();
if(type == “list”) {
category_view.initView(type, cols, ‘btn-list’);
category_view.customPriceBoxList();
}
if(type == ‘grid’) {
category_view.initView(type, cols, ‘btn-grid-‘ + cols);
category_view.customPriceBoxGrid();
}
} else {
var type = localStorage.getItem(‘type’);
var cols = localStorage.getItem(‘cols’);
var element = localStorage.getItem(‘element’);
category_view.initView(type, cols, element);
}
/*if (localStorage.getItem(‘display’) == ‘list’) {
$(‘#list-view’).trigger(‘click’);
} else {
$(‘#grid-view’).trigger(‘click’);
}*/
$(‘#pagination’).html($(“#pagination”, data.responseText).html());
history.pushState({
page: url
}, url, url);
$(“#wraper_ajax”).hide();
SPR.registerCallbacks(), SPR.initRatingHandler(), SPR.initDomEls(), SPR.loadProducts(), SPR.loadBadges();
}
});
});
});
Show:
10
20
30
All
function replaceUrlParam(url, paramName, paramValue) {
var pattern = new RegExp(‘(‘+paramName+’=).*?(&|$)’),
newUrl = url.replace(pattern,’$1′ + paramValue + ‘$2’);
if ( newUrl == url ) {
newUrl = newUrl + (newUrl.indexOf(‘?’)>0 ? ‘&’ : ‘?’) + paramName + ‘=’ + paramValue;
}
return newUrl;
}
$(function() {
$(‘#input-limit’).on(‘change’, function(e) {
e.preventDefault();
var view = $(this).val(),
url = document.URL,
hasParams = url.indexOf(‘?’) > -1;
// window.location
if (hasParams) {
url = replaceUrlParam(url, ‘view’, view);
} else {
url = url + ‘?view=’ + view;
}
$.ajax({
type: ‘GET’,
url: url,
data: {},
beforeSend: function( xhr ) {
$(“#wraper_ajax”).show();
},
complete: function (data) {
$(‘#custom-products’).html($(“#custom-products”, data.responseText).html());
$(‘#column-left’).html($(“#column-left”, data.responseText).html());
$(‘#collection-amount’).html($(“#collection-amount”, data.responseText).html());
if(localStorage.getItem(‘type’) == null) {
var type = $(‘#category-view-type’).val();
var cols = $(‘#category-grid-cols’).val();
if(type == “list”) {
category_view.initView(type, cols, ‘btn-list’);
category_view.customPriceBoxList();
}
if(type == ‘grid’) {
category_view.initView(type, cols, ‘btn-grid-‘ + cols);
category_view.customPriceBoxGrid();
}
} else {
var type = localStorage.getItem(‘type’);
var cols = localStorage.getItem(‘cols’);
var element = localStorage.getItem(‘element’);
category_view.initView(type, cols, element);
}
/*if (localStorage.getItem(‘display’) == ‘list’) {
$(‘#list-view’).trigger(‘click’);
} else {
$(‘#grid-view’).trigger(‘click’);
}*/
$(‘#pagination’).html($(“#pagination”, data.responseText).html());
history.pushState({
page: url
}, url, url);
$(“#wraper_ajax”).hide();
SPR.registerCallbacks(), SPR.initRatingHandler(), SPR.initDomEls(), SPR.loadProducts(), SPR.loadBadges();
}
});
});
});

View Details

Add to Wish List

Quick View

HD Bagger and fender kit 6″ down and 9″ out angle, custom baggers, extended & stretched saddle bags, exclusive for Harley Davidson Softail

$1,990.00

Introducing the Black Label Harley Davidson 6″ down and 9″ out angle saddlebags for Softail…

View Details

Add to Wish List

Quick View

HD Bagger kit 5″, custom baggers, extended & stretched saddle bags, exclusive for Harley Davidson

$1,680.00

Introducing the 5″ extended and stretched saddlebags and fender kit for Softail and Fatboy made…

View Details

Add to Wish List

Quick View

Chopped Tour Pack – fits Harley-Davidson Softail/Fatboy 1998-2017

$549.00

Slim style chopped tour pack. Carry your stuff with style.  MODEL FITMENT: Fits Harley Davidson…

Sold Out

View Details

Add to Wish List

Quick View

“Cholo Style” Harley-Davidson 4″ Stretch Softail Rear Fender With Tip 00-17

$540.00

iller “Old School” rear fender with a stretch of 4″ at the back. Smooth fender…

View Details

Add to Wish List

Quick View

Harley-Davidson 4″ Stretch Softail M8 Rear Fender With Tip 2018-2020 “Cholo Style”

$540.00

Killer “Old School” rear fender with a stretch of 4″ at the back. Smooth fender…

Sold Out

View Details

Add to Wish List

Quick View

“Cholo Style” Harley-Davidson Softail Slim 4″ Stretch Rear Fender 2012-2017

$540.00

Killer “Old School” rear fender with a stretch of 4″ at the back. Smooth fender…

View Details

Add to Wish List

Quick View

Harley-Davidson Softail M8 Slim Flsl 4″ Stretch Rear Fender 2018-2020 “Cholo Style”

$540.00

Killer “Old School” rear fender with a stretch of 4″ at the back. Smooth fender…

Reviews

There are no reviews yet.

Be the first to review “Softail – Fatboy – Heritage”

Your email address will not be published. Required fields are marked *