Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping and Privicy info


rodraf

Recommended Posts

Posted

Hi,

 

I been trying to change the shipping text and trying to add some links to the shipping.php but have not been able to do so. Also i want add more than a few lines, i want to put some paragraph on the shipping info. Please guide me how to do.

 

Thanks in advance. B)

Posted

The text is in these files

 

Use a Windows editor and FTP to modify.

 

catalog/includes/languages/english.php

 

catalog/includes/languages/english/shipping.php

 

If you need some custom text add it to

 

catalog/includes/languages/english/shipping.php

 

define('MYTEXT', 'What you want to say here');

 

Then add the php tag in shipping.php html where you want it.

 

catalog/includes/shipping.php

 

<?php echo MYTEXT; ?>

Archived

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

×
×
  • Create New...