epode Posted February 14, 2012 Share Posted February 14, 2012 We've just imported a lot of customers into WHMCS using the import script (really nice addition - thank you) and the issue below may be because of this. From the Client Area home page it lists all the outstanding invoices that client has. If they click on 'View Invoice' it will open a new window and display an html version of the invoice with the payment options in the top right. We have 3 payment options ... - debit / credit card - paypal account - bank transfer By default 'debit / credit card' is selected but the 'pay now' button does not show (as per attached image 'invoice-button-no'). The client has to first select one of the other options ('paypal' or 'bank transfer') and then go back to 'debit / credit card' for the 'pay now' button to show (as per the other attached image 'invoice-button-yes'). Has anyone else seen this irregularity or is it likely to be because these clients are imported? Also, I have found the code where the payment option is inserted into the viewinvoice.tpl page but it doesn't allow you to edit the drop down list. What I would like is the first selected option to be something like this: Please Select One Link to comment Share on other sites More sharing options...
epode Posted February 15, 2012 Author Share Posted February 15, 2012 Finally tracked it down! We needed to input a value in this field of the database ... 'paymentmethod' in 'tblinvoices' Setting this to 'sagepayrepeats' (for our gateway) rectified the problem. Link to comment Share on other sites More sharing options...
Recommended Posts