Jump to content
xt:Commerce Community Forum

Cross Selling / Artikel versetzen !?


Börni

Recommended Posts

Hallo,

wir haben derzeit das Cross Selling aktiviert... Funktioniert auch alles

prima und wunderbar... was mich allerdings stört ist das wenn man bei einem Artikel einen einzigen Artikel als Cross Seller hinzugefügt hat dann steht

der rechts unten... sprich es schaut so aus...

Hauptartikel

Artikelbeschreibung des Hauptartikels

Empfohlenes Zubehör

______________________________________________Cross Sell Artikel

Das schaut ja ein wenig na ja blöde aus... wie kann ich dem Cross Seller

sagen das er die Artikel direkt von Links nach Rechts anordnen soll.. sprich

das der erste Cross Sell Artikel direkt unter dem "Empfohlenes Zubehör" steht... !?

Danke für euere Antworten... hab auch schon mich durch etliche Themen gelesen nur keiner hat irgendwo eine Antwort dazu geschrieben

Link to comment
Share on other sites

Meinst du die Hookpoints !?

Da steht dann folgendes mit Inhalt:

product_info_tpl

global $current_product_id;

$cross_selling = new cross_selling(0);

echo $cross_selling->_display($current_product_id);
store_main.php:bottom
require _SRV_WEBROOT.'plugins/xt_cross_selling/classes/class.cross_selling.php';
class.product.php:_getParams_row_actions

	$rowActions[] = array('iconCls' => 'products_cross_selling', 'qtipIndex' => 'qtip1', 'tooltip' => '".TEXT_PRODUCTS_CROSS_SELLING."');

        if ($this->url_data['edit_id'])

		  $js = "var edit_id = ".$this->url_data['edit_id'].";";

		else

          $js = "var edit_id = record.id;";

          $extF = new ExtFunctions();

		$js.= $extF->_RemoteWindow("TEXT_PRODUCTS_CROSS_SELLING","TEXT_PRODUCTS","adminHandler.php?plugin=xt_cross_selling&load_section=cross_selling_products&pg=overview&products_id='+edit_id+'", '', array(), 800, 600).' new_window.show();';	


		$rowActionsFunctions['products_cross_selling'] = $js;

Link to comment
Share on other sites

Ach so und ich dacht scho...

Bitte schö:

<h2>{txt key=TEXT_HEADING_CROSS_SELL}</h2>


<table class="productCrossSell">

  {foreach name=aussen item=cross_sell_products_data from=$_cross_selling}

  <tr>

    {if $cross_sell_products_data.products_image!=''}<td class="productCrossSellImage"><a href="{$cross_sell_products_data.products_link}">{img img=$cross_sell_products_data.products_image type=m_thumb class=productImageBorder alt=$cross_sell_products_data.products_name}</a></td>{/if}

    <td class="productCrossSellContent">

		<h2><a href="{$cross_sell_products_data.products_link}">{$cross_sell_products_data.products_name}</a></h2>

		<p class="price">{$cross_sell_products_data.products_price.formated}</p>

	</td>

  </tr>

  {/foreach}

</table>

Link to comment
Share on other sites

  • 4 weeks later...

Archived

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

×
  • Create New...