Hersteller in der URL

Hallo,

ich habe das Problem, dass ich als Title leider doppelt den Hersteller stehen habe. Der ganz normale Name des Produkts, der auch im Title-Tag eingegeben wurde ist schon der Hersteller vorhanden. Shopware schreibt irgendwo aber nochmal den Herstellernamen davor. 
 

Bei Google sind jetzt URLs indexiert á la „Shopware Shopware Plugin kaufen“ 

Hat einer Idee wo und wie ich die Einstellung finde, dass die automatische Zugabe des Herstellers durch Shopware verhindert werden kann?

 

VG

I have added 4 to 5 attributes in manufacture and shown in the right column of front end. Now I want to link the each attributes of manufacture. if i will click an attribute of a manufacturer, it will show all the products which contain that arribute / brand. if anyone knows this, please help me out. thanks! I have shown the attribute name in front end by the code below Facetime for iPhone

 

php

$ attribute = Mage :: getSingleton (‘eav / config’) -> getAttribute (‘catalog_product’, ‘Manufacturer’);

if ( attribute-&gt; usesSource ()) { </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> options = attribute-&gt; getSource () -&gt; getAllOptions (false); </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;">if (count ( options)> 0) {
?>

Manufacturers

php i = 1;?&gt; </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> <ul class="left_menu"> </ul></font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> php </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> foreach ( options as eachval) { </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> ?&gt; </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> php if ( i% 2 == 0) {?>
  • php echo eachval ['label']?&gt; </a> </li> </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> php} else {?&gt; </font></font> <font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> <li class="odd"> <a href="#"> php echo eachval [‘label’]?> a>

  • php} $ i ++; ?>

    php}?>

    php}}?>