View Single Post
  #9  
Old 08-04-2009, 06:08 AM
 
Mark Orbit Mark Orbit is offline
 

Newbie
  
Join Date: May 2009
Posts: 8
 

Default Re: Manufacturer name in from of Product name

Quote:
Originally Posted by cflsystems
This is the code you put in include/func/func.product.php just before "return $product"

Code:
$product["product"] = $product['manufacturer'] . " " . $product['product'];

and it will show just like you want it.

Thanks for your help Steve but isn't this exactly the same as the previous suggestion? (EDIT: I see we have doube quotes now) I have tried it again with no success. I'm on 4.2.2 if that's any help.

Ah... I see it has appeared in the Breadcrumbs. Just the page heading to do now.
__________________
X-Cart Gold version: 4.2.2
Apache version: 2.2.11
PHP version: 5.2.9-2
phpMyAdmin: 3.1.1

MYSQL version: 5.0.51a
Operating system: Windows Vista Ultimate
Reply With Quote