Kaypax Posted June 3, 2011 Report Share Posted June 3, 2011 Hallo zusammen, sobald ich eine änderung in der class.price.php mache kann man den Shop nicht mehr aufrufen. Ist das gewollt oder mache ich was falsch? z.B.: function _roundPrice($price){ global $xtPlugin, $currency; ($plugin_code = $xtPlugin->PluginCode('class.price.php:_calcCurrency_top')) ? eval($plugin_code) : false; if(isset($plugin_return_value)) return $plugin_return_value; $price = round($price, 2); // Aufrunden anhand 2 Stellen //$price = round($price, $currency->decimals); return $price;[/PHP] Gruß Jörg Link to comment Share on other sites More sharing options...
oldbear Posted June 3, 2011 Report Share Posted June 3, 2011 hi, kommt drauf an: das schliessende "}" vielleicht vergessen ? Grüsse Link to comment Share on other sites More sharing options...
Kaypax Posted June 3, 2011 Author Report Share Posted June 3, 2011 Hi habs nochmal alles geprüft, die } ist da. Je nachdem wo ich die Änderungen mache innerhalb der class.price kommt als Index Seite einfach ein leere Seite oder der Shop wird erstmal angezeigt, sobald man aber was in den Warenkorb legt funktioniert die weiterleitung nicht mehr und dann kommt die leere Seite. Naja lass ich es erst mal so wie es ist. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.