Eng_Designer Posted December 18, 2013 Share Posted December 18, 2013 Guyz, can some one help me with this case? default in "invoicepdf" & "viewinvoice" is only showing "item" i need also to add -product group ! the problem with this code invoicepdf foreach ($invoiceitems AS $item) { $tblhtml .= ' <tr bgcolor="#fff"> <td align="center">'.$item['amount'].'</td> <td align="right">'.nl2br($item['description']).'<br /></td> </tr>'; viewinvoice {foreach from=$invoiceitems item=item} <tr> <td>{$item.description}{if $item.taxed eq "true"} *{/if}</td> <td class="textcenter">{$item.amount}</td> </tr> {/foreach} how can i add product group behind plans ? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.