Jump to content
xt:Commerce Community Forum

Titel Produktanzeige


AndreasOe

Recommended Posts

Bei der Produktanzeige wird ja der Titeltag aus Shopname+Produktname generiert.

Aus Sumasicht ist es besser nur relevanteTags im Titel zu haben.

Also ich m?chte, dass nur der Produktname angezeigt wird.

So schaut der Titel jetzt aus:

Parf?m, Kosmetik, K?rperpflege, Aloe Vera, LR - Aloe Vera Drink Gel Aloe Vera Drink Gel 8888-1

So soll er ausschauen:

Aloe Vera Drink Gel

Bitte um ausf?hrliche Beschreibung. kenn mich in php nicht aus.

Wer kann mir helfen

Gru?

Andreas

Link to comment
Share on other sites

metatags.php

Zeile 34: // Produktdetailsete

<title><?php echo TITLE.' - '.$product_meta['products_meta_title'].' '.$product_meta['products_name'].' '.$product_meta['products_model']; ?></title>

Zeile 64: // Kategorien
<title><?php echo TITLE.' - '.$categories_meta['categories_meta_title']; ?></title>
Zeile 70: // Standard
<title><?php echo TITLE; ?></title>
also Titel vertauschen ... Zeile 34: // Produktdetailsete
<title><?php echo $product_meta['products_meta_title'].' '.$product_meta['products_name'].' '.$product_meta['products_model'] .' - '. TITLE; ?></title>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...