Cash Back Vehicle Listing
This script displays "Factory Cash-AMOUNT" in proximity to the MSRP Listing of each vehicle on the main inventory-listing page.
See example below.
- In the event that the total "Factory Cash" is less than $500, the lowest available APR value will be displayed.
- In the event that the "Factory Cash" is less than $500, and the lowest APR is higher than 5.9%, nothing will be displayed.
<!-- AIS Inline Code: Start -->
<script src="http://onecar.aisrebates.com/dlr2/inline/AISBriefInlineIncentives.php?vID=[replace these brackets with a VIN]&wID=[replace these brackets with dealers wID]&zID=[replace these brackets with a zipcode]" type="text/javascript">
</script>
<script type="text/javascript">
document.write(FactoryCash)
var FactoryCash='';
</script>
<!-- AIS Inline Code: Stop -->
<script src="http://onecar.aisrebates.com/dlr2/inline/AISBriefInlineIncentives.php?vID=[replace these brackets with a VIN]&wID=[replace these brackets with dealers wID]&zID=[replace these brackets with a zipcode]" type="text/javascript">
</script>
<script type="text/javascript">
document.write(FactoryCash)
var FactoryCash='';
</script>
<!-- AIS Inline Code: Stop -->
See example below.


