Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tep_image_submit


Confuzzled!

Recommended Posts

Posted

Check out catalog/includes/functions/html_output.php

 

You will find the function in there.

 

This line handles the path, just change it to whatever you want.

	$image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"';

 

Rob

Rob Bell - Inspired Graphix

Customising osCommerce in Australia, and the world!

View my profile for web and email links.

 

I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture.

However viewing my profile may provide links to my website or something like that which you may find useful.

Posted
Check out catalog/includes/functions/html_output.php

 

You will find the function in there.

 

This line handles the path, just change it to whatever you want.

	$image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"';

 

Rob

 

Great! That's worked a treat. Thanks Rob. ;)

Paul

Archived

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

×
×
  • Create New...