function display_price($products_price, $products_tax, $quantity = 1,$products_id) {


return $this->format(zen_add_tax( $products_price, $products_tax) * $quantity, $products_id);
}