<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,follow">
<title>Rebates and Incentives - 2026 RAM 1500 Warlock Crew Cab</title>
<link href="/wp-content/plugins/inventory/css/font-awesome.min.css" type="text/css" rel="stylesheet" media="all" />
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" type="text/css" rel="stylesheet" media="all" />
<link href="/wp-content/themes/DealerInspireDealerTheme/css/style.css?ver=1774546828" type="text/css" rel="stylesheet" media="all" />
<link href="/wp-content/themes/DealerInspireCommonTheme/css/components/shortcodes/incentives/incentives-single.css" type="text/css" rel="stylesheet" media="all" />
<script src="/wp/wp-includes/js/jquery/jquery.js?ver=1.10.2" type="text/javascript"></script>
<script src="/wp/wp-includes/js/underscore.min.js?ver=1.10.2" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function($){
//CALCULATORS
var offer = {};
$('body').on('click', '.show-calculator-btn', function(e) {
var type = $(this).data('type');
offer = $(this).data('offer');
$(".main-details").addClass('inactive');
$(".calculator."+type+"-calculator").removeClass('inactive');
$('.modal').scrollTop(0);
im_calculate(type);
$('.calculator.finance-calculator.incentives-box')[0].scrollIntoView();
$('.recalculate').click();
return false;
});
$(document).on('click','.close-calculator-btn',function(){
$(".main-details").removeClass('inactive');
$(".calculator").addClass('inactive');
return false;
});
$(document).on("click",".recalculate",function(){
im_calculate($(this).data('type'),true);
});
var im_calculate = function(type,recalculate){
var price = 59565;
price = price * 1.0625; // Taxes SC 00514631
down_payment = 0;
if(recalculate === true)
{
var down_payment = $("[name='downpayment']").val();
var trade_in = $("[name='trade-in']").val();
trade_in = typeof(trade_in) !== 'undefined' ? trade_in : 0;
down_payment = typeof(down_payment) !== 'undefined' ? down_payment : 0;
var total_down = parseFloat(down_payment) + parseFloat(trade_in);
if(down_payment >= price || price <= total_down)
$("[name='downpayment']").parents('.input-group').addClass('has-error');
if(trade_in >= price || price <= total_down || trade_in < 0 || total_down < 0)
$("[name='trade-in']").parents('.input-group').addClass('has-error');
if(price <= total_down || total_down < 0)
return false;
}
if(type === 'finance')
{
trade_in = typeof(trade_in) !== 'undefined' ? trade_in : 0;
down_payment = typeof(down_payment) !== 'undefined' ? down_payment : null;
if(recalculate === true)
{
var base_price = price - total_down;
$.each(offer.terms,function(index,term){
if(term.rate == 0)
{
var check_monthly_payment = (base_price / term.length).toFixed(2);
if (isNaN(check_monthly_payment) == true) {
alert('Please enter a valid Down Payment or Trade In Value Amount');
return true;
} else {
offer.terms[index].monthly_payment = (base_price / term.length).toFixed(2);
}
}
else
{
var monthly_interest = (term.rate / 100) / 12;
var check_monthly_payment = (base_price * monthly_interest) / ( 1 - Math.pow((1 + monthly_interest), - term.length));
if (isNaN(check_monthly_payment) == true) {
alert('Please enter a valid Down Payment or Trade In Value Amount');
return true;
} else {
var monthly_payment = (base_price * monthly_interest) / ( 1 - Math.pow((1 + monthly_interest), - term.length));
}
offer.terms[index].monthly_payment = monthly_payment.toFixed(2);
}
});
}
$(".calculator."+type+"-calculator").html(_.template($("#"+type+"-calculator-tpl").html())({
program_name: offer.ProgramName,
down_payment: typeof(down_payment) !== 'undefined' ? down_payment : null,
trade_in: typeof(trade_in) !== 'undefined' ? trade_in : 0,
terms: offer.terms
}));
}
}
//IMAGES
$(".thumbnails img").click(function(e) {
$(".thumbnails img").removeClass('active');
$(".main-image img").attr('src',$(this).attr('src'));
$(this).addClass('active');
});
//DISCLAIMERS
$(".disclaimer-toggle").click(function(e) {
var $that = $(this);
if(!$that.data('original-text'))
$that.data('original-text',$that.html())
$that.parents('.disclaimers-container').find(".disclaimers").slideToggle();
$that.toggleClass('active');
var text = $that.hasClass('active') === true ? 'Less' : $that.data('original-text');
$that.html(text);
return false;
});
$(".show-incentive-details").click(function(e) {
var id = $(this).attr('data-incentive-id');
if($(this).parents('.incentives-box ul').find(".incentive-details[data-incentive-id='"+id+"']").length > 0)
{
$(this).parents('.incentives-box ul').find(".incentive-details[data-incentive-id='"+id+"']").slideToggle(100);
}
return false;
});
//MOVE CONTAINER TO TOP IF TARGET IS PASSED FROM LIST VIEW PAGE I.E. LEASE OFFERS LINK IS CLICKED
});
</script>
</head>
<body>
<div class="incentives-single-container container-fluid" id="incentives-single">
<div class="">
<div class="row details-row">
<div class="main-details col-lg-2 col-md-3 hidden-phone hidden-xs">
<div class="main-image">
<img src="https://vehicle-images.carscommerce.inc/ddb0-110005896/1C6SRFGT8TN383511/thumbnails/large/b2c789576b3789e14c878b34213bd000.jpg" alt="New 2026 RAM 1500 Warlock" />
</div>
</div>
<div class="col-lg-10 col-md-9 margin-bottom-lg">
<h2 class="replaceable-text">Factory Incentives for NEW 2026 RAM 1500 WARLOCK CREW CAB 4X4 5'7' BOX<br><small>Stock: TN383511 VIN: 1C6SRFGT8TN383511</small></h2>
<p class="date-location">As of 2026/06/04 | Location:
Burns Motors McAllen, TX 78501 </p>
<p>
<h3 class="current-price">No Haggle Price $55,065</h3>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="calculator finance-calculator incentives-box inactive">
</div>
<div class="calculator lease-calculator incentives-box inactive">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- CASH INCENTIVES -->
<div class="incentives-box" id="cash-offers-container">
<h2>Purchase Today and Save!</h2>
<div class="panel panel-default panel-cash">
<div class="panel-body">
<ul class="incentive-terms list-unstyled">
<li class="incentive-term">
<div class="pull-left">
<h4>National Retail Bonus Cash (26CTA1)*</h4>
<p class="effective-dates">Effective Dates: 05/01/2026 00:00:00 - 06/30/2026 23:59:59</p>
</div>
<div class="pull-right">$3,500</div>
<div class="clearfix"></div>
<a class="show-incentive-details replaceable-text" href="#" data-incentive-id="0">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="0">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Offer valid towards purchase of new or unused vehicle. Contact dealer for details. Must take delivery by 06/30/2026.</p>
</div>
</li>
<li class="incentive-term">
<div class="pull-left">
<h4>Southwest BC State of Texas Regional Bonus Cash (SWCTR)*</h4>
<p class="effective-dates">Effective Dates: 02/04/2026 00:00:00 - 06/30/2026 23:59:59</p>
</div>
<div class="pull-right">$1,000</div>
<div class="clearfix"></div>
<a class="show-incentive-details replaceable-text" href="#" data-incentive-id="1">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="1">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Contact dealer for details. Must take delivery by 06/30/2026.</p>
</div>
</li>
</ul>
<div class="cash-bottom">
<div class="pull-left"><strong class="replaceable-text">Total Cash Back</strong></div>
<div class="pull-right"><strong>$4,500</strong></div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- Non-Stackable Offers-->
</div>
<!-- FINANCE INCENTIVES -->
<div class="incentives-box" id="finance-container">
<h2>Finance this vehicle today!</h2>
<div class="panel panel-default panel-finance">
<div class="panel-heading">
<h3 class="panel-title"> (63AT7F)* - <span class="expiration-date">Expires 06/30/2026 23:59:59</span></h3>
</div>
<div class="panel-body">
<ul class="finance-terms list-unstyled">
<li class="finance-term">
<div class="value">0%</div>
<div class="length">36 Months</div>
<div class="value monthly-payment">
$1,757.99 </div>
<div class="per_1000">
27.78 </div>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="finance-bottom">
<button type="button" class="button primary-button no-margin show-calculator-btn" data-type="finance" data-offer="{"source":"jdp-supernational","group_affiliation":"No Specific Group Affiliation","previous_ownership":"No Previous Ownership Requirement","FinancialInstitution":"Stellantis Financial Services","program_id":"63AT7F","program_number":"63AT7F","name":"National Stellantis Financial Services Standalone APR","cash_incentives":{},"start_date":"05\/01\/2026 00:00:00","end_date":"06\/30\/2026 23:59:59","details":{"title":"National Stellantis Financial Services Standalone APR","description":"0.0 APR financing for 36 months equals $27.78 per month per $1,000 financed for well-qualified buyers through Stellantis Financial Services regardless of down payment. Not all buyers will qualify. Not compatible with any other incentive programs or offers. Residency restrictions apply. Contact dealer for details. Must take delivery by 06\/30\/2026."},"terms":{"0":{"length":"36","rate":0,"per_1000":27.78,"disclosure":"","monthly_payment":1757.99}},"finance_settings":{"vehicle_price":63287.8125,"down_payment":0}}">
Finance Calculator </button>
</div>
</div>
<!-- ADD CASH INCENTIVES FOR EACH FINANCE OFFER -->
<div class="disclaimers-container disclaimers-combined">
* Eligibility and qualification restrictions may apply. <a href="#" class="disclaimer-toggle">More</a>
<div class="hidden-all disclaimers">
<strong class="title">National Stellantis Financial Services Standalone APR</strong>
<div class="disclaimer replaceable-text">
0.0 APR financing for 36 months equals $27.78 per month per $1,000 financed for well-qualified buyers through Stellantis Financial Services regardless of down payment. Not all buyers will qualify. Not compatible with any other incentive programs or offers. Residency restrictions apply. Contact dealer for details. Must take delivery by 06/30/2026. </div>
</div>
</div>
</div>
<!-- TARGETED INCENTIVES i.e. Incentives for Military or College students... -->
<div class="incentives-box" id="targeted-programs-container">
<h2>Targeted Incentives</h2>
<div class="panel panel-default panel-targeted">
<div class="panel-body">
<ul class="incentive-terms list-unstyled">
<li class="incentive-term">
<div class="incentive-term-title">
National 2026 DriveAbility (38CT31)*
<p class="effective-dates">Effective Dates: 12/02/2025 00:00:00 - 01/04/2027 23:59:59</p>
</div>
<div class="pull-right">
$1,000 </div>
<div class="clearfix"></div>
<a class="show-incentive-details" href="#" data-incentive-id="fdef2aa90f41f80f0a41008ee2af3534">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="fdef2aa90f41f80f0a41008ee2af3534">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Offer applies to eligible physically challenged US retail consumers, eligible business or 2nd Stage manufacturer of of adaptive driving or passenger equipment. Offer valid on new vehicles only. Adaptive equipment must be installed within six months of vehicle purchase or lease. Contact dealer for details. Offer ends 01/04/2027.</p>
</div>
</li>
<li class="incentive-term">
<div class="incentive-term-title">
National 2026 First Responder Bonus Cash (47CTA9)*
<p class="effective-dates">Effective Dates: 12/02/2025 00:00:00 - 01/04/2027 23:59:59</p>
</div>
<div class="pull-right">
$500 </div>
<div class="clearfix"></div>
<a class="show-incentive-details" href="#" data-incentive-id="3309d37b24168d56472b00614879fe17">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="3309d37b24168d56472b00614879fe17">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Offer available to Police Officers, Sheriffs/Sheriff's Deputies, Correctional Officers, State Troopers, Federal Law Enforcement Officers, Career Firefighters, Volunteer Firefighters, EMTs and Paramedics. Spouses of deceased Police Officers, Firemen and EMTs who died in the line of duty are also eligible. Eligible customers must be in possession of a valid First Responders Validation ID and must show proof with qualifying documentation. Contact dealer for details. Must take delivery by 01/04/2027.</p>
</div>
</li>
<li class="incentive-term">
<div class="incentive-term-title">
National 2026 Military Bonus Cash (39CTB)*
<p class="effective-dates">Effective Dates: 12/02/2025 00:00:00 - 01/04/2027 23:59:59</p>
</div>
<div class="pull-right">
$500 </div>
<div class="clearfix"></div>
<a class="show-incentive-details" href="#" data-incentive-id="385cf5d8cc09846c826d0cfc7c6c0c0f">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="385cf5d8cc09846c826d0cfc7c6c0c0f">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Offer applies to consumers who are active military, active military reserve, retired military (honorably discharged), and retired military reserve (honorably discharged), honorably discharged veterans within 12 months of discharge date, and 100% disabled veterans or veterans rated by the U.S. Department of Veterans Affairs as Individually Unemployable. Eligible branches of the military are: Army, Navy, Air Force, Marines, Coast Guard, National Guard, Public Health Service Commissioned Corps and National Oceanic and Atmospheric Administration Commissioned Officer Corps. Must show proof of eligibility with qualifying documentation. Must take delivery by 01/04/2027.</p>
</div>
</li>
<li class="incentive-term">
<div class="incentive-term-title">
National Commercial Equipment/Upfit (43CTBA)*
<p class="effective-dates">Effective Dates: 01/06/2026 00:00:00 - 06/30/2026 23:59:59</p>
</div>
<div class="pull-right">
$500 </div>
<div class="clearfix"></div>
<a class="show-incentive-details" href="#" data-incentive-id="39f59ed99ed228db4a5014da3ed30044">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="39f59ed99ed228db4a5014da3ed30044">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">Excludes 2026 Ram 1500 RHO models. Allowance varies depending on upgrade program and vehicle. Contact dealer for details. Must take retail delivery by 01/04/2027.</p>
</div>
</li>
<li class="incentive-term">
<div class="incentive-term-title">
National SFS Lease Loyalty Bonus Cash (39CT6)*
<p class="effective-dates">Effective Dates: 01/06/2026 00:00:00 - 06/30/2026 23:59:59</p>
</div>
<div class="pull-right">
$2,000 </div>
<div class="clearfix"></div>
<a class="show-incentive-details" href="#" data-incentive-id="6a700cf3c9655d3624abfed194c55c4e">Incentive Details</a>
<div class="list-group-item hidden-all incentive-details" data-incentive-id="6a700cf3c9655d3624abfed194c55c4e">
<p class="group-affiliation">Group Affiliation: No Specific Group Affiliation</p>
<p class="previous-ownership">Prev. Ownership: No Previous Ownership Requirement</p>
<p class="replaceable-text">When financed through Stellantis Financial Services. Offer applies to lessees of FCA US LLC vehicles. No trade-in/turn-in required. Current vehicle must be registered to consumer at least 30 days prior to transaction to qualify. Not all lessees will qualify. Contact dealer for details. Must take delivery by 06/30/2026.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- LEASE INCENTIVES -->
<div class="incentives-box" id="lease-container">
<h2>Lease this vehicle today!</h2>
<div class="panel panel-default panel-lease">
<div class="panel-heading">
<h3 class="panel-title">Stellantis Financial Services - Subvented Lease Rates (jdp-supernational-9cb7034b-b568-4c0a-84e1-8a1b867ca998)** - <span class="expiration-date">Expires 06/30/2026 23:59:59</span></h3>
</div>
<div class="panel-body">
<ul class="lease-terms list-unstyled">
<li class="lease-term" style="">
<p><span class='value'>$739.41</span> per month for 27 months.</p><span class='down'>$4,646.07 due at lease signing. Excludes registration, tax, title and license. </span><p><span class='down'>Qualifications: For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06/30/2026.</span> </p>
</li>
<li class="lease-term" style="">
<p><span class='value'>$645.81</span> per month for 36 months.</p><span class='down'>$4,646.07 due at lease signing. Excludes registration, tax, title and license. </span><p><span class='down'>Qualifications: For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06/30/2026.</span> </p>
</li>
<li class="lease-term" style="">
<p><span class='value'>$615.93</span> per month for 39 months.</p><span class='down'>$4,884.33 due at lease signing. Excludes registration, tax, title and license. </span><p><span class='down'>Qualifications: For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06/30/2026.</span> </p>
</li>
<li class="lease-term" style="">
<p><span class='value'>$625.89</span> per month for 48 months.</p><span class='down'>$5,360.85 due at lease signing. Excludes registration, tax, title and license. </span><p><span class='down'>Qualifications: For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06/30/2026.</span> </p>
</li>
</ul>
</div>
<!--div class="row text-center">
<button type="button" class="btn btn-info show-calculator-btn" data-type="lease" data-offer="{"source":"jdp-supernational","group_affiliation":"No Specific Group Affiliation","previous_ownership":"No Previous Ownership Requirement","FinancialInstitution":"Stellantis Financial Services","program_id":"jdp-supernational-9cb7034b-b568-4c0a-84e1-8a1b867ca998","program_number":"jdp-supernational-9cb7034b-b568-4c0a-84e1-8a1b867ca998","name":"Stellantis Financial Services - Subvented Lease Rates","cash_incentives":{"b9de7fc1e958dff908dd3d4d29bfd459":{"program_id":"SWCTR","program_number":"SWCTR","name":"Southwest BC State of Texas Regional Bonus Cash","total_cash":1000}},"start_date":"06\/02\/2026 00:00:00","end_date":"06\/30\/2026 23:59:59","details":{"title":"Stellantis Financial Services - Subvented Lease Rates","description":"For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06\/30\/2026."},"terms":{"27":{"length":27,"money_factor":0.00056,"residual_value":0.61,"residual_value_type":"percentage","mileage_restriction":15000},"36":{"length":36,"money_factor":0.00142,"residual_value":0.61,"residual_value_type":"percentage","mileage_restriction":15000},"39":{"length":39,"money_factor":0.00128,"residual_value":0.59,"residual_value_type":"percentage","mileage_restriction":15000},"48":{"length":48,"money_factor":0.00206,"residual_value":0.55,"residual_value_type":"percentage","mileage_restriction":15000}}}">
Lease Calculator
</button>
</div-->
</div>
<div class="disclaimers-container disclaimers-combined">
* Eligibility and qualification restrictions may apply. <a href="#" class="disclaimer-toggle">More</a>
<div class="hidden-all disclaimers">
<strong class="title">Stellantis Financial Services - Subvented Lease Rates</strong>
<div class="disclaimer replaceable-text">
For estimation purposes for well-qualified lessees only when leased through Stellantis Financial Services. Contact dealer for details. Offer ends 06/30/2026. </div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Disclaimer</h4>
<p class="disclaimer">
<span class="disclaimer-location">Listed Incentives are available for registrations at Burns Motors located in McAllen, TX.</span> Information Provided by : Information is Reliable but not guaranteed. Finance Offers (APR) are available to qualified buyers subject to Credit Approval, not all buyers will qualify.
</p>
<p class="disclaimer">Contact Dealer for any program details, rules or Incentive Questions</p>
<p class="disclaimer"></p>
</div>
</div>
<div class="clearfix"></div>
<script type="text/html" id="finance-calculator-tpl">
<h2><%= program_name %></h2><p class="finance-calc-disclaimer"></p>
<div class="form-group">
<div class="pull-left col-sm-2">
<label>Down Payment</label>
</div>
<div class="input-group col-sm-3">
<span class="input-group-addon">$</span>
<% if(down_payment !== null){ %>
<input type="number" class="form-control" name="downpayment" value="<%= down_payment %>" />
<% } else { %>
<input type="number" class="form-control" name="downpayment" value="0">
<% } %>
<span class="input-group-addon">.00</span>
</div>
</div>
<div class="form-group">
<div class="pull-left col-sm-2">
<label>Trade In Value</label>
</div>
<div class="input-group col-sm-3">
<span class="input-group-addon">$</span>
<input type="number" class="form-control" name="trade-in" value="<%= trade_in %>">
<span class="input-group-addon">.00</span>
</div>
</div>
<table class="table table-bordered table-hover">
<thead>
<tr class="info">
<th>Length</th>
<th>APR</th>
<th>Monthly Payment</th>
</tr>
</thead>
<tbody>
<% _.each(terms, function(term) { %>
<tr>
<td><%= term.length %> Months</td>
<td><%= term.rate %>%</td>
<td>$<%= term.monthly_payment %> / Month</td>
</tr>
<% }); %>
</tbody>
</table>
<div class="calculator-buttons">
<button type="button" class="button cta-button recalculate" data-type="finance">
Calculate Payments </button>
<button type="button" class="button dark-button close-calculator-btn" data-type="finance">
Close Calculator </button>
</div>
</script>
</body>
</html>