Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I change the FOOTER_TEXT_BODY?


ibjcha

Recommended Posts

Posted

eg. i want to add more interior or exterior links for footer, some guys could instruct me how to do?

 

i just a newbie to osc and php, but i want to add some more links.

 

could you please help me.

Posted
eg. i want to add more interior or exterior links for footer, some guys could instruct me how to do?

 

i just a newbie to osc and php, but i want to add some more links.

 

could you please help me.

 

i found here:

/catalog/includes/english/english.php

 

define('FOOTER_TEXT_BODY', Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');
?>

 

but i did not know how to make change: i want to add a line before copyright and store name line, just make the footer in three lines.

 

i had tried, and feedback are:

 

Parse error: parse error, unexpected '>' in /home/content/l/a/l/laluzdelsol/html/includes/languages/english.php on line 321

Parse error: parse error, unexpected T_STRING in /home/content/l/a/l/laluzdelsol/html/includes/languages/english.php on line 321

 

 

please tell me why?

Posted

The english.php controls what words are shown and not what the layout is. You need to find the footer file which I think is in catalog/includes and add the extra rows there.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...