Börni Posted February 23, 2010 Report Share Posted February 23, 2010 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 More sharing options...
Börni Posted February 27, 2010 Author Report Share Posted February 27, 2010 Keiner eine Lösung dafür !` Link to comment Share on other sites More sharing options...
amilo Posted February 27, 2010 Report Share Posted February 27, 2010 Poste mal den Quellcode deines Crosssell-Templates. MfG. Hansen Link to comment Share on other sites More sharing options...
Börni Posted February 28, 2010 Author Report Share Posted February 28, 2010 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 More sharing options...
amilo Posted February 28, 2010 Report Share Posted February 28, 2010 Nee, ich meine das Template. Zu finden im Plugin Ordner. MfG. Hansen Link to comment Share on other sites More sharing options...
Börni Posted February 28, 2010 Author Report Share Posted February 28, 2010 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 More sharing options...
tha-dude Posted March 28, 2010 Report Share Posted March 28, 2010 Hallo, Ich habe genau das gleiche Anliegen. Das DropDown Menu fuer die Attribute ist unterhalb des/der Cross Sell Artikel(s) platziert. Das ist sehr verwirrend. Wurde das Problem geloest und wie? Danke, David Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.