Heya guys,
can you tell me how i would customise this:
so it reads:PHP Code:define('TEXT_XSELL_PRODUCTS', 'We Also Recommend:');
We Also Recommend These Products From $manufacturers_name.
i thought it'd be something like this:
however this doesnt seem to display anything it just says:PHP Code:define('TEXT_XSELL_PRODUCTS', 'We Also Recommend These Products From'.$products_manufacturer.':');
'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.



