Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I change this text


bubs

Recommended Posts

Posted

http://indint.com/OScart/shopping_cart.php

 

I installed the basic design pack 1.9 and it changes the buttons to css buttons. cool, but I need to change the text "continue shopping" to something a bit smaller because it runs out of the box. so I opened "shopping_cart.php" and found this line of code

 

 <td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>

 

at the end it has something about the continue shopping button but it references a .gif and these buttons are not .gifs... anyone know where I can change the text for this button?

Posted
 tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>

IMAGE_BUTTON_CONTINUE_SHOPPING is defined in your language files, find that and replace that text with whatever you want.

Archived

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

×
×
  • Create New...