resultTileFooter:{
height: 12, // in pixel
content:"any HTML content e.g.: Price incl. VAT: </span>€<sellectorPrice/>"
},
/* possible Tags to be used within footer and header content:
 <sellectorPrice/>
*/
Notice:
1. Price values are only available if your sellector table contains a price column labeled with the column header 'price'.2. Please adapt the values after the ':' to your needs.
3. The above code snippet must be placed inside the 'sellectorPresentation'-variable (there should only be one per page) inside a javascript-script-tag as shown below:
<script type="text/javascript">
var sellectorPresentation = { // there can only be one 'sellectorPresentation' variable per page
other code
Place your code here
other code
}
</script>
