- Info
- Shipping
- Returns
- Cancellations
2019 Mustang 5.0 Coyote Gen 3 Engine Drivetrain 10R80 Automatic Auto 32k miles
32k Actual Miles.
Take out 2019 Mustang GT 5.0 with a 10 speed Automatic 10R80
460 HP
5.0 DOHC Engine. Direct Injection Engine. Unit is completely bone stock. Very desirable motor and transmission combo. 460 HP from the factory. Generation 3 5.0 coyote. With a little bit of boost these drivetrains can make some power and easily get you in the 9s 1/4 mile. If You need a supercharger we can help you with that too, just ask. This is a complete setup as shown in pictures. In perfect condition with no problems, guaranteed. We 100% back everything we sell and guarantee it to be in perfect working condition. Our feedback speaks for itself. What is listed below will be everything you will be getting in the package. Radiator is no good.
WE INCLUDE ALL THE EXTRAS FOR FREE AND DONT CHARGE YOU FOR IT. WE CAN ALSO HAVE THE PATS SECURITY TURNED OFF FOR YOU IF NEED. THAT IS A ADDITIONAL COST.
Parts included:
Complete engine from pan to intake manifold
Fan
Transmission cooler
Cold air intake
Complete transmission Automatic 10R80 transmission
Driveshaft
Gauge cluster
Shifter assembly
Steering column-no key fob
Engine bay wiring
Body wiring
Dash wiring
ECU
Gas pedal
Body control module
Fuse box to engine
Fuel tank
Please contact us for a shipping quote before purchasing as it will need to be shipped Freight.
sales@midwaymustang.com
Taylor@midwaymustang.com
563-221-8163 Office
Follow us on Facebook as well to keep up with inventory coming in. Midway Mustang
$500 non refundable deposit is due time of purchase. Which is non refundable. Once pulled if its still in vehicle payment will be due. We are pretty reasonable on a time frame. Remaining balance is due certified funds. Bank check, Bank wire or Business check. We will accept personal check but wont ship till check clears.
Back to Power Plants
#rv__recent_products.rv__grid{
width: 100%;
margin-top:20px;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:10px;
}
.rv__grid .row{ display: block; clear: both;}
.rv__grid .rv__row .rv__column{ float: left; }
.rv__grid .rv__row .rv__column.rv__one{ width: 8.3%; }
.rv__grid .rv__row .rv__column.rv__two{ width: 16.66%; }
.rv__grid .rv__row .rv__column.rv__three{ width: 24.96%; }
.rv__grid .rv__row .rv__column.rv__four{ width: 33.2%; }
.rv__grid .rv__row .rv__column.rv__five{ width: 41.5%; }
.rv__grid .rv__row .rv__column.rv__six{ width: 49.8%; }
.rv__grid .rv__row .rv__column.rv__seven{ width: 58.1%; }
.rv__grid .rv__row .rv__column.rv__eight{ width: 66.4%; }
.rv__grid .rv__row .rv__column.rv__nine{ width: 77.4%; }
.rv__grid .rv__row .rv__column.rv__ten{ width: 83%; }
.rv__grid .rv__row .rv__column.rv__eleven{ width: 91.3%; }
.rv__grid .rv__row .rv__column.rv__twelve{ width: 100%; }
.rv__grid .rv__row .rv__column>div{ margin: 1em; }
.rv__clearfix{ clear: both; }
.rv__grid img.rv__responsive{
max-width: 100%;
height: 45px;
border:1px solid #ddd;
}
.rv__grid h2{ font-size: 14px; }
.rv__center{ text-align: center; }
@media screen and (max-width: 568px){
.rv__sm_twelve{ width: 100% !important; clear: both; }
}
Recently Viewed Items
var Spinner;
if(Spinner == undefined){
$(“head”).append($(“”,{src: “//cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js”}));
setTimeout(function(){
var spinner = new Spinner({top: “50%”, scale: 0.5}).spin( document.getElementById(‘rv__spinner’))
}, 450);
}
if(jQuery == undefined){
$(“head”).append($(“”,{src: “//code.jquery.com/jquery-2.1.4.min.js”}));
}
if(jQuery.cookie == undefined){
$(“head”).append($(“”,{src: “//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js”}));
}
var pHandle
pHandle = “2019-mustang-5-0-coyote-gen-3-engine-drivetrain-10r80-automatic-auto-32k-miles-3”;
var pLimit = 4;
var pPointer = 0;
jQuery(function($){
// Gives the assets enough time to load.
setTimeout(function(){
if(jQuery.cookie(‘rv__recent_products’) == undefined){
if(pHandle){
jQuery.cookie(‘rv__recent_products’, “2019-mustang-5-0-coyote-gen-3-engine-drivetrain-10r80-automatic-auto-32k-miles-3”, {expires: 365, path: “/”});
}
}
var currentProducts = [];
if(jQuery.cookie(‘rv__recent_products’) != undefined){
currentProducts = jQuery.cookie(‘rv__recent_products’).split(“,”);
}
if(currentProducts.length > 0){$(‘#_rvp’).show()}
// set the current product
// If its not already listed
if(currentProducts.indexOf(pHandle) == -1){
// If we are at the limit move it to the front
if(currentProducts.length >= pLimit){
currentProducts.unshift; // remove very last item
}
currentProducts.push(pHandle); // add this one
}
// prevent cookie override.
if(currentProducts.length > 0){
jQuery.cookie(‘rv__recent_products’, currentProducts.join(“,”), {expires: 365, path: “/”});
}
$(“#rv__spinner”).hide();
$.each(currentProducts.reverse(), function(i,e){
if(pPointer >= pLimit || e == ”){
return false;
}else{
pPointer += 1;
Shopify.getProduct(e, function(product){
// we now have the product
var productContainer = $(“
var productBox = $(“ “,{class: “rv__product_box rv__center”});
var productImg = $(“ “,{class: “rv__product_img”});
var plink = $(“”,{alt: product.title, title: product.title, href: product.url});
var plink2 = $(“”,{alt: product.title, title: product.title, href: product.url,html: product.title});
var pTitle = $(“ “); //<!– 30MH – 7/23/2016 – Changed from
to
–>
var pImage = $(“”,{class: “rv__responsive”, src: product.featured_image});
var pImageWrap = $(“
var pPrice = $(“ “,{class: “rv__price rv__bold”, html: Shopify.formatMoney(product.price)}); //
productImg.append(plink);
pImageWrap.append(pImage);
plink.append(pImageWrap);
pTitle.append(plink2);
productBox.append(productImg);
productBox.append(pTitle)
productBox.append(pPrice);
productContainer.append(productBox);
$(“#rv__recent_products.rv__grid>.rv__row:last”).append(productContainer);
$(“#rv__recent_products.rv__grid”).append(“
Reviews
There are no reviews yet.