1 reply [Last post]
apfriedman's picture
Offline
Joined: 07/01/2009
Juice: 9
Was this information Helpful?

I'm trying to remove the site-logo from the cutomer.itpl.php template. Every time I delete

                <td>
                  [site-logo]
                </td>

...I get a php error (unexpected $end at line 254) when checkout is completed.

Any idea what's causing this? What do I need to do to remove this token (and other tokens) from the template?

A

johngflower's picture
Offline
Joined: 01/04/2009
Juice: 88
Re: Editing Order Notification Templates

Changing the above code to:-

                 <td>
                 
                </td>

Worked okay for me. Albeit the code is untidy. But the customer invoice looks nice.