Hi Jerry,
Here is small update.. Almost finish the styling up:
https://www.autohellevoet.nl/car-classifieds/mercedes-e350-cabriolet-3-0
I have edited the po file with translations.. But still some are not coming true correctly. Strange thing is that this part is correct I think:
<?php if( $JP_Cars->get_meta('_car_condition') == 'used' ): ?>
<li><span><?php _e( 'Used', TEXTDOMAIN ); ?></span></li>
<?php else: ?>
<li><span><?php _e( 'New', TEXTDOMAIN ); ?></span></li>
<?php endif; ?>
Cheers, Leroy