Currency sign next to the price
This commit is contained in:
touffies
2013-11-07 12:56:12 +01:00
parent aa7efb0e9a
commit 45f3dbe172
7 changed files with 19 additions and 19 deletions

View File

@@ -134,7 +134,7 @@
{/if}
<label for="delivery-method_{$ID}">
<input type="radio" name="{$name}" id="delivery-method_{$ID}"{if $isDeliveryMethodChecked} checked="checked"{/if} value="{$ID}">
<strong>{$TITLE}</strong> / {currency attr="symbol"} {$POSTAGE}
<strong>{$TITLE}</strong> / {$POSTAGE} {currency attr="symbol"}
</label>
{/form_field}
</div>