shaneh Posted April 4, 2011 Share Posted April 4, 2011 Hi, When a customer goes to /clientarea.php they see the invoices that are due for payment. If they select more than one invoice or select Pay All it takes them to a mass payment screen. If they select only one invoice and select Pay Selected, they are taken to viewinvoice.php where they must select the payment method from the dropdown. Is it possible to change this behavior so that they are taken to the Mass Payment screen even in they only select one invoice? Thanks Shane 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted April 5, 2011 Share Posted April 5, 2011 Yes - open up clientareahome.tpl and replace this line: <form method="post" action="clientarea.php?action=masspay"> with this line: <form method="post" action="clientarea.php?action=masspay[b]&all=true[/b]"> 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.