rodraf Posted August 23, 2005 Posted August 23, 2005 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)
user99999999 Posted August 24, 2005 Posted August 24, 2005 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; ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.