Pixelizer Posted February 3, 2005 Report Share Posted February 3, 2005 Hallo konnte im forum nix dazu finden bis auf ein link der nicht ging (evtl verbrigt er die antwort auf meine frage) an egal also hier meine frage. ich will das die angabe der Produktoption + xx EUR im warenkorb nicht zu sehen ist. hat jemand das prob schon gehabt oder hat ne l?sung auf lager ??? 25.00 EUR + 0.00 EUR das +0.00 EUR muss weg weil zbs bei einer farbe kein aufpreis gibt. Benutze die Produktoptionen nur f?r die auswahl der Farbe od Gr?sse etc. Link to comment Share on other sites More sharing options...
chpohl Posted February 3, 2005 Report Share Posted February 3, 2005 http://www.xt-commerce.com/modules/wfsecti...dossier-67.html Link to comment Share on other sites More sharing options...
Pixelizer Posted February 3, 2005 Author Report Share Posted February 3, 2005 Danke f?r die schnelle antwort. nur bekomme ich jetzt auf der shoppingcart ne feler meldung wenn ich das script in der order-detail.html ?ndere. Fatal error: Smarty error: [in windsport/module/order_details.html line 41]: syntax error: mismatched tag {/foreach}. expected {/if} (opened line 39). (Smarty_Compiler.class.php, line 2199) in /home/www/web21/html/onlineshop/includes/classes/smarty_2.6.2/Smarty.class.php on line 1102 Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 3, 2005 Report Share Posted February 3, 2005 wenn ich dass richtig sehe, fehlt da ne klammer_zu am ende :fear: {if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE}?ndern in{if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE} ) Link to comment Share on other sites More sharing options...
SvFricke Posted February 3, 2005 Report Share Posted February 3, 2005 Nee, das reicht nicht. Hatte mich eben auch fl?chtig damit besch?ftigt weil ich es interessant fand. Fehlt wenigstens auch noch ein {/if}. Aber irgendwie wird dann gar nichts mehr angezeigt. Sven Link to comment Share on other sites More sharing options...
chpohl Posted February 3, 2005 Report Share Posted February 3, 2005 shit .... hab im DOC ne Klammer vergessen: muss hei?en: ../templates/DEIN TEMPLATE/module/product_options/DEINE AUSWAHL.html wie folgt ?ndern: {$item_data.TEXT} {if $item_data.PRICE!=''}( {$item_data.PREFIX}{$item_data.PRICE}) ersetzen durch: {if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE}) sorry :wall: edit: so siehts in der funktionierenden product_options_dropdown dann aus: {foreach key=key_data item=item_data from=$options_data.DATA} <option value="{$item_data.ID}">{$item_data.TEXT} {if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE} ){/if} </option> {/foreach} mea culpa Link to comment Share on other sites More sharing options...
Pixelizer Posted February 3, 2005 Author Report Share Posted February 3, 2005 Ahhh cool das werde ich direkt mal teste. h?? hatte auch noch ne idee das es nicht inne soppingcart auftaucht. Tag einfach l?schen. wobei das wohl ned so die elegante art und weise ist. ich werde deins hier direkt mal testen. Danke f?r deine bem?hung :rock: Link to comment Share on other sites More sharing options...
chpohl Posted February 3, 2005 Report Share Posted February 3, 2005 F?r den Warenkorb gilt dieses: ../templates/DEIN TEMPLATE/module/order_details.html wie folgt ?ndern: {$item_data.PRICE} ersetzen durch: {if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE}) da fehlte auch ne Klammer *sch?m :cry: Link to comment Share on other sites More sharing options...
Pixelizer Posted February 4, 2005 Author Report Share Posted February 4, 2005 Hm auf der seite "http://www.blahxxxxx.de/checkout_confirmation.php" ist das +1.00 noch zu sehen. welche file muss ich daf?r ?ndern. Link to comment Share on other sites More sharing options...
Passion Posted March 2, 2005 Report Share Posted March 2, 2005 Bei mir funktioniert das mit dem Warenkorb trotz hinzugef?gter Klammer leider nicht. Er zeigt mir einen Smarty-Fehler in Zeile 1102 an. Mu? ich dort auch noch etwas umstellen? Link to comment Share on other sites More sharing options...
smedder Posted March 3, 2005 Report Share Posted March 3, 2005 Guck doch mal, ob dir in dieser Zeile direkt irgendwas ins Auge f?llt, was nicht so ganz normal aussieht. Link to comment Share on other sites More sharing options...
Passion Posted March 3, 2005 Report Share Posted March 3, 2005 Meinst Du diese? {if $item_data.PRICE!= 0 }( {$item_data.PREFIX}{$item_data.PRICE}) Nein, da f?llt mir nichts auf. Kann so etwas auch nicht selber schreiben. W?re nett, wenn Du mir sagen w?rdest, was nicht stimmt. Link to comment Share on other sites More sharing options...
smedder Posted March 4, 2005 Report Share Posted March 4, 2005 Bin mir nicht ganz sicher aber setz mal ein Leerzeichen zwischen Price und !. Also so: {if $item_data.PRICE != 0 }( {$item_data.PREFIX}{$item_data.PRICE}) Link to comment Share on other sites More sharing options...
Passion Posted March 4, 2005 Report Share Posted March 4, 2005 Danke f?r den Versuch aber auch das klappt nicht :-( Link to comment Share on other sites More sharing options...
chpohl Posted March 4, 2005 Report Share Posted March 4, 2005 ist doch klar ist das +1.00 noch zu sehen + 1.00 ist ja auch <>0 .... du fragst doch ab, ob Inhalt ungleich 0 ist und dann soll er Prefix und Price anzeigen :wall: Link to comment Share on other sites More sharing options...
smedder Posted March 4, 2005 Report Share Posted March 4, 2005 @Passion Ich bin auch bl?d! Ist hinter dem Dign denn wieder ein {/if} ? Link to comment Share on other sites More sharing options...
Passion Posted March 4, 2005 Report Share Posted March 4, 2005 @smedder: Nein da war kein {/if} habe jetzt aber eins dahinter gesetzt und es funktioniert. Kenn mich mit der Programmiersprache leider nicht aus, sonst h?tte ich mir ja selbst denken k?nnen dass man den Tag wieder abschlie?en mu?. Ist ja schlie?lich im html auch so. Aber hab ich wenigstens wieder was dazugelernt Vielen lieben Dank an Dich smedder f?r Deine Hilfe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.