Haxley Posted September 14, 2009 Report Share Posted September 14, 2009 Hallo ich nutze den Shop für den Verkauf von Service. Dazu benötige ich neben dem Preis (normaler Preis) pro Jahr auch den Preis pro Monat. in der product_info.php dachte ich das so für den Monatspreis (/12): $products_price_mon = $xtPrice->xtcGetPrice($product->data['products_id'], $format = true, 1, $product->data['products_tax_class_id'], $product->data['products_price']/12, 1); $info_smarty->assign('PRODUCTS_PRICE_MON', getPriceImage($products_price_mon['formated'], $products_price_mon['cur_sm_right']));[/php]Leider wird das nichts, da mir dann immer der Monats-[b] und[/b] der Jahrespreis hintereinander angezeigt werden. $xtPrice scheit ein assoziatives Array zu sein, da hören meine Kenntnisse leider bissel auf. Wie kann ich mit PRODUCTS_PRICE_MON den Monatspreis (Normaler Preis /12) übergeben? Besten Dank Gruß Haxley Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.