Jump to content
xt:Commerce Community Forum

Änderungen in der class.price.php führen zu Shopausfall


Kaypax

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...