Jump to content
xt:Commerce Community Forum

Cross Seeling geht net.


Recommended Posts

Hallo

kann mir jemand sagen wasrum mein Cross Selling nicht geht ? Habe Gruppen erstellt etc. doch es geht nicht, ich denke mal das es am Templete liegt, denn da waren schon einige Fehler drin, doch Dank der User hier im Forum funzt alles bis auf dieses Cross Selling.

Wo finde ich die Datei zu diesem und wie muß der code aussehen ?

Bitte helft mir.

Danke

Link to comment
Share on other sites

Hallo,

mal in der product_info:

{if $MODULE_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_cross_selling}<br /></td>

      </tr>

</table>

{/if} 

{if $MODULE_reverse_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_reverse_cross_selling}<br /></td>

      </tr>

</table>

{/if}

gucken ob dies vorhanden ist.....

wenn ja ist es zumindesten im Template richtig....

ansonsten mal in der shopkonfiguration gucken ob Crossselling überhaupt eingeschaltet ist....

Link to comment
Share on other sites

Hallo,

mal in der product_info:

{if $MODULE_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_cross_selling}<br /></td>

      </tr>

</table>

{/if} 

{if $MODULE_reverse_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_reverse_cross_selling}<br /></td>

      </tr>

</table>

{/if}

gucken ob dies vorhanden ist.....

wenn ja ist es zumindesten im Template richtig....

ansonsten mal in der shopkonfiguration gucken ob Crossselling überhaupt eingeschaltet ist....

Hallo

hab in der product_info nachgeschaut, ist nichts drin. Jetzt habe ich aber mal ein anderes Templete ausprobiert und da klappt es. Außer bei dem wo ich so einsetze.

Link to comment
Share on other sites

Hallo,

mal in der product_info:

{if $MODULE_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_cross_selling}<br /></td>

      </tr>

</table>

{/if} 

{if $MODULE_reverse_cross_selling != ''} 

<table width="100%" border="0">

      <tr> 

        <td align="center">{$MODULE_reverse_cross_selling}<br /></td>

      </tr>

</table>

{/if}

gucken ob dies vorhanden ist.....

wenn ja ist es zumindesten im Template richtig....

ansonsten mal in der shopkonfiguration gucken ob Crossselling überhaupt eingeschaltet ist....

Wolte sagen das ich es gefunden habe, es hat an der product_info gelegen, die war nicht drin im Templete

Link to comment
Share on other sites

  • 7 months later...

Archived

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

×
  • Create New...