View Single Post
  #3  
Old 08-03-2009, 11:47 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Manufacturer name in from of Product name

Quote:
Originally Posted by cflsystems
Don't do this on a live site as I have not tested it

include/func.product.php look for this
Code:
# # Put all product info into $product array #
and insert before the end of this function before
Code:
return $product; }

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

I will follow your advice. But, we have to do a query first to get the manufacturer name in this file. What do you think about?
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote