This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://player.vimeo.com/video/51523549" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://player.vimeo.com/video/51523193" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://player.vimeo.com/video/51523192" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.cwTechnicalMessage{ | |
display:none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form name="proliteSubmit" action="https://proposalform.yourcarloan.co.uk/index.aspx" method="post"> | |
<input type="hidden" name="siteId" id="siteId" value="" /> | |
<input type="hidden" name="returnUrl" id="returnUrl" value="" /> | |
<input type="hidden" name="preApproval" id="preApproval" value="true" /> | |
<input type="submit" value="Apply For Finance" /> | |
</form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="https://forms.yourcarloan.co.uk/quote/UNIQUE_CODEWEAVERS_QUOTE_ID/apply">Apply For Finance</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<QuoteReference>https://forms.yourcarloan.co.uk/quote/UNIQUE_CODEWEAVERS_QUOTE_ID</QuoteReference> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
function integratorsEmailFunction(DATA) { | |
... | |
} | |
function loadPlugin() { | |
var pluginOptions = function () { | |
... | |
}; | |
var pluginParameters = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function loadPlugin() { | |
var pluginOptions = function () { | |
return { | |
vehicle: { | |
... | |
}, | |
dealer: 'ASSOCIATED DEALER NAME' | |
}; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vehicle: { type: 'TYPE', | |
identifierType: 'IDENTIFIER_TYPE', | |
identifier: 'IDENTIFIER', | |
isNew: IS_NEW, | |
cashPrice: 'CASH_PRICE', | |
imageUrl: 'IMAGE_URL', | |
linkBackUrl: 'LINK_BACK_URL', | |
mileage: 'CURRENT_MILEAGE', | |
registration: { | |
year: REGISTRATION_YEAR, |