02/15/2015 at 4:48 pm
#319555
Keymaster
@ Beuvema
In the Default Card template, you really only have one option. You need to edit the template.
First, I suggest you follow the advice giving in this QuickTip in order to create an update safe version.
After you do that, you need to open the card-default.php
and look for this line:
<?php $entry->getAddressBlock(); ?>
And change it to this:
<?php $entry->getAddressBlock( array( 'format' => ''%label% %line1% %line2% %line3% %zipcode% %state% %city% %country%' ) ); ?>
Hope that helps!