Timber Posted January 6, 2006 Report Share Posted January 6, 2006 Also ich h?tte gerne in der product_listing folgende Ausgabe: F?r Endkunden: 2.049,00 EUR Preis inkl. MwSt. und zzgl. Versand und f?r Reseller: 1.766,38 EUR Preis zzgl. MwSt. und zzgl. Versand Jetzt bin ich hingegangen und habe in der product_listing.php folgendes hinzugef?gt: // BEGIN MWST ?berpr?fung if ($_SESSION['customer_status']['customer_status_id'] == '3' || $_SESSION['customer_status']['customer_status_id'] == '0') { $mwstr='0'; } if ($_SESSION['customer_status']['customer_status_id'] == '1' || $_SESSION['customer_status']['customer_status_id'] == '2') { $mwstr='1'; } $module_smarty->assign('MWST',$mwstr); // ENDE MWST ?berpr?fung In der product_listing_v1.html habe ich folgendes eingef?gt: Preis {if $MWST == 0}zzgl.{/if}{if $MWST == 1}inkl.{/if} MwSt. und zzgl. Versand Leider scheint aber die ?bergabe der Variable aus der product_listing.php in die product_listing_v1.html nicht zu klappen, also die Zeile $module_smarty->assign('MWST',$mwstr); Kann mir vielleicht jemand erkl?ren, wie ich die Variable $mwstr so ?bergebe, dass ich sie wie oben versucht nutzen kann? Ich komme n?mlich mit diesem Smarty ged?nse nicht klar. Danke im vorraus. Link to comment Share on other sites More sharing options...
sff Posted January 6, 2006 Report Share Posted January 6, 2006 Es gibt auch ne fertige L?sung im Downloadbereich... Link to comment Share on other sites More sharing options...
agando Posted November 15, 2006 Report Share Posted November 15, 2006 Hi. Ich liebe es. Hier kann man viele Informationen bekommen aber suchen muß man sie schon selbst. Time ist Money! Kann man in einem Satz nicht auch gleich sagen wo genau. schade Link to comment Share on other sites More sharing options...
ch47 Posted February 23, 2007 Report Share Posted February 23, 2007 Hat jemand in der Zwischenzeit den angesprochenen Download gefunden? Ich suche nämlich auch noch... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.