My client wants to display information of each brand in the description box of her products.
example :
Description
silver ring with 9ct diamond
[rule break]
Brand name, image and description
I have been setting up manually but now a change is needed to one of the brands text which means altering several hundrend products one by one.
I want to be able to add a description to the manufactures section then display that info dynanmically in the description section of products tagged to a brand. Then if a change is needed to a manufacturers description it is only one change.
Has anyone done this or know of a mod that will do it?
Any help appreciated.
Chris
Hi!
I haven't done that but I have added manufactures name to my products screen
(http://www.pikkukoala.fi/hoitotarvikkee ... ppu-SCF330)
on top of that page right "Valmistaja: Philips Avent"
I have added (catalog/view/theme/pikkukoala/template/product/product.tpl)
these lines:
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer;
And for that description part you could try $manufacturer_info
But as said earlier I haven't try it by my self so I don't know will that work or not
There where some great tutorial about that how to add thing on the top right corner.
I haven't done that but I have added manufactures name to my products screen
(http://www.pikkukoala.fi/hoitotarvikkee ... ppu-SCF330)
on top of that page right "Valmistaja: Philips Avent"
I have added (catalog/view/theme/pikkukoala/template/product/product.tpl)
these lines:
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer;
And for that description part you could try $manufacturer_info
But as said earlier I haven't try it by my self so I don't know will that work or not

There where some great tutorial about that how to add thing on the top right corner.
Who is online
Users browsing this forum: No registered users and 33 guests