Hi,

Originally Posted by
stevenicel
On my log-on and log-off CSS buttons, the name of the button is displaying a php code tag. BUTTON_LOG_OFF_ALT is showing on the log-off button which is visible right after a customer completes an order.
The first thing to check is your includes/languages/english/YOUR_TEMPLATE/button_names.php file. It looks like it is missing some entries. It should have entries like:
PHP Code:
define('BUTTON_LOG_OFF_ALT', 'Log Off');
If you do not have a button_names.php file in your template directory then check the one in the includes/languages/english directory. It's possible that it did not get uploaded to the server properly.

Originally Posted by
stevenicel
In addition to this, when a customer finishes their order, they are presented with the confirmation page which lists the items that they just purchased, and on the end of the items is the php "array" word.
Have you made any changes to the confirmation page template?
Regards,
Christian.