0
I would like to know how can I remove some of the columns under My Payment and My Invoice on the front-end interface as I don't need to show all information on the page.
Thanks for your help.
Best Regards,
Melinda
Thanks for your help.
Best Regards,
Melinda
Responses (6)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I have taken out the following lines from the php:
- payment->payment_datetime == "0000-00-00 00:00:00") echo JText::_('NOT_SETTED'); else echo JHTML::_('date', $this->payment->payment_datetime, JText::_('DATE_FORMAT_LC3')); ?>
I have tried taking out these lines from the default.php under invoices folder and payment folders but still does not work. It still shows on the front-end at the My Payment Section with the payment_datetime.
can u advise what i have done wrong? -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »