Jump to content

Only showing 10 invoices


nexushosting

Recommended Posts

Hi Guys,

 

I am currently using a custom theme (one that I developed), however, on the action=invoices page, my table only shows 10 invoices (even just using a standard html table). Now my thinking is because the default template has next and previous buttons, I will need some extra code to display all rows at once.

 

I am using datatables, so I need to echo all invoices (rows) at once.

 

Any help with this would be greatly appreciated.

 

Regards,

Matthew

Link to comment
Share on other sites

Tried adding this with no success:

 

<form style="display:none" method="post" action="{$smarty.server.PHP_SELF}?action={$clientareaaction}"/>

<select name="itemlimit" onchange="submit()">

<option value="all"{if $itemlimit==99999999} selected{/if}>{$LANG.clientareaunlimited}</option>

</select>

</form>

Edited by nexushosting
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated