I'm trying to change the "Customers who bought this product also purchased..."
to an image....
I changed this in the /languages/english/product_info.php
define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased...');
to this and it no worky:
define('TEXT_ALSO_PURCHASED_PRODUCTS', '<img src="http:www.citysatchel.com/zen-cart/images/cart_addons/also_bought.jpg"/>');
I can tell im missing something with the beginning of the line still saying 'text_also_purchased_products'
or am I waaay off?
Thanks!


I just discovered the file product_info.php was missing on my webserver which caused TEXT_ALSO_PURCHASED_PRODUCTS to display as the heading or header instead of " Customers who bought this product also purchased... " 
