Can anyone suggest a Gift Certificate Module to use in M5 other than the one offered? There must be a more efficient and customer friendly module available. Thank you.
Tom Dean
Four Your Paws Only
Tom Dean
Four Your Paws Only
<mvt:foreach iterator="split" array="splitpayment:splits">
<tr class="basket-payments">
<td colspan="2"> </td>
<td class="charge-description">Pending Payment: &mvt:split:desc;:</td>
<td class="formatted-charge">&mvt:split:formatted_amount_negative;</td>
</tr>
</mvt:foreach>
<mvt:if expr="( NOT ISNULL l.settings:splitpayment:remaining ) AND ( l.settings:splitpayment:remaining NE l.settings:basket:total )">
<tr id="basket-remaining">
<td colspan="2"> </td>
<td class="total-prompt">Total Remaining:</td>
<td class="formatted-total">&mvt:splitpayment:formatted_remaining;</td>
</tr>
</mvt:if>
Comment