dfluess Posted October 23, 2007 Report Share Posted October 23, 2007 Hallo, ist es schon jemandem gelungen mehr als ein Special, also Angebot in die Box zu bekommen? Ich möchte die letzten 4 Angebote (ähnlich wie für Bestseller) anzeigen lassen. Ist das möglich? Vielen Dank, D. Link to comment Share on other sites More sharing options...
dfluess Posted October 25, 2007 Author Report Share Posted October 25, 2007 .. geht wohl doch nicht so einfach, hat vielleicht noch keiner gemacht. Naja, vielleicht schnappt mal jemand das Thema auf und kann einen Tipp geben. Danke D. Link to comment Share on other sites More sharing options...
Numerobis Posted October 25, 2007 Report Share Posted October 25, 2007 Du müßtest die DB-Abfrage in der entsprechenden Box-Source ändern. Die steckt im Ordner templates/DEIN_TEMPLATE/soure/boxes. Gruß Numerobis Link to comment Share on other sites More sharing options...
dfluess Posted October 25, 2007 Author Report Share Posted October 25, 2007 Danke, hab ich erkannt, mir angesehen und mit dem Beispiel der Specials verglichen. Trotzdem finde ich den Faden nicht wirklich, denn meine Stärke ist nicht gerade PHP. Vermutlich ein ganz einfaches Ding wenn man weis wo man ansetzen muss. Immer die vier letzten Artikel anzeigen. Wie geht das wohl? if ($random_product = xtc_random_select("select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.expires_date, p.products_vpe, p.products_vpe_status, p.products_vpe_value, s.specials_new_products_price from ".TABLE_PRODUCTS." p, ".TABLE_PRODUCTS_DESCRIPTION." pd, ".TABLE_SPECIALS." s where p.products_status = '1' and p.products_id = s.products_id and pd.products_id = s.products_id and pd.language_id = '".$_SESSION['languages_id']."' and s.status = '1' ".$group_check." ".$fsk_lock." order by s.specials_date_added desc limit ".MAX_RANDOM_SELECT_SPECIALS)) { $box_smarty->assign('box_content',$product->buildDataArray($random_product));[/php] Link to comment Share on other sites More sharing options...
dfluess Posted October 25, 2007 Author Report Share Posted October 25, 2007 Also zur Darstellung in der Box reichts wohl nicht. Muss da nicht noch eine Schleife rein? In der Box für best_sellers steht: "{foreach name=aussen item=box_data from=$box_content}" Wenn ich das in die in specials Box einfüge, dann funktioniert es nicht. Es wird EIN Artikel 17x ausgegeben. Sorry kann jemand helfen? Link to comment Share on other sites More sharing options...
valik01 Posted November 3, 2007 Report Share Posted November 3, 2007 hi, ja das möchte ich auch haben hab schon überall gesucht jedoch nichts gefunden, da ich auch nicht in php gut bin weiss ich auch leider nicht weiter kann jemand helfen? Link to comment Share on other sites More sharing options...
Numerobis Posted November 3, 2007 Report Share Posted November 3, 2007 $random_product = xtc_random_select([/PHP] xtc_random_select() ist ne Funktion, die genau [b]einen[/b] Datensat ausgibt. Was zahlt Ihr für die Box Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.