Hi all,

I am trying to convert the editable sidebox into a centerbox which will allow me to read different defined pages according to manufacturer.

The reason for me to do this is to allow a description for each manufacturer within the listings... I managed to change the following to call the 'centerbox'

if ($manufacturers_id > 0)
{$show_manufacturer_info = true;}
else
{$show_manufacturer_info = false;}

so now, if a product listing is sorted by product ID, will allow this centerbox to appear.

However, what i want to do is to be able to call different defined pages according to manufacturer_id... e.g. if manufacturer_id == '5'; then display define_5.php... basically calling it by using that value and adding it as a part of a file name....

Sorry i am a bit stuck at this point and any pointers would be Greatly appreciated....

Thanks guys!