Template Editing

0
I edited the template for the invoice (bootstrap) online to look like image1.png that I have attached. Would it be possible to edit image2.png to look like image1.png? If so, where is the file I need to edit?
Responses (6)
  • Accepted Answer

    Monday, July 14 2014, 06:19 PM - #Permalink
    0
    well, image2 is the payment page, which does not have a template assigned to it, the same way as the invoice page.

    if you want to edit this page, then you need to go down directly to the code (PHP), which is on file /components/com_invoices/views/payment/tmpl/default.php

    nice template by the way!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, July 14 2014, 06:34 PM - #Permalink
    0
    Great! It looks like it's a simple table.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, July 15 2014, 12:29 AM - #Permalink
    0
    Sorry but how do I pull the fields I need from the invoice to the payment page?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, July 15 2014, 04:38 PM - #Permalink
    0
    well, this is not that simple..
    for that you actually need to change code on the "model" or add new function that will retrieve this data and make it available for rendering on the payment page..
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, July 15 2014, 04:52 PM - #Permalink
    0
    thank you, I actually figured out how to do it differently, a bit more straightforward by editing the email template to have a simple message with a pay now button linking it to the unlogged url. Where my unlogged URL is showing the online design above so its all good since the payment is offline , I am assuming we manually add payment to the invoice using the backend and marking it as paid, correct?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, July 15 2014, 07:47 PM - #Permalink
    0
    thanks for the replies
    The reply is currently minimized Show
Your Reply