Show placeholder when no payment methods have been added yet.

master
Sven Slootweg 11 years ago
parent c8245bdcfe
commit ea90903198

@ -51,6 +51,7 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
{%if isempty|payment-methods == false}
<table class="payment-methods"> <table class="payment-methods">
{%foreach method in payment-methods} {%foreach method in payment-methods}
<tr> <tr>
@ -72,4 +73,7 @@
</tr> </tr>
{%/foreach} {%/foreach}
</table> </table>
{%else}
<p>No payment methods have been added yet.</p>
{%/if}
</div> </div>

Loading…
Cancel
Save