display_price($random_product['products_price'], oos_get_tax_rate($random_product['products_tax_class_id'])); if (oos_is_not_null($whats_new_special_price)) { $base_product_price = $whats_new_special_price; $whats_new_product_special_price = $oCurrencies->display_price($whats_new_special_price, oos_get_tax_rate($random_product['products_tax_class_id'])); } if ($random_product['products_base_price'] != 1) { $whats_new_base_product_price = $oCurrencies->display_price($base_product_price * $random_product['products_base_price'], oos_get_tax_rate($random_product['products_tax_class_id'])); } } $smarty->assign( array( 'whats_new_product_special_price' => $whats_new_product_special_price, 'whats_new_product_discount_price' => $whats_new_product_discount_price, 'whats_new_base_product_price' => $whats_new_base_product_price, 'whats_new_special_price' => $whats_new_special_price, 'whats_new_product_price' => $whats_new_product_price, 'random_product' => $random_product, 'block_heading_whats_new' => $block_heading ) ); } $smarty->assign('whats_new_block', $whats_new_block);