Heya guys,

can you tell me how i would customise this:
PHP Code:
define('TEXT_XSELL_PRODUCTS''We Also Recommend:'); 
so it reads:

We Also Recommend These Products From $manufacturers_name.

i thought it'd be something like this:

PHP Code:
define('TEXT_XSELL_PRODUCTS''We Also Recommend These Products From'.$products_manufacturer.':'); 
however this doesnt seem to display anything it just says:

'We Also Recommend These Products From:

i'm guessing im pulling the wrong variable, or is that i can't define this within the 'define'.

any ideas guys?

regards

Andy.