Products

"> Archived

text-nowrap"> $product_description"; } $product_price = floatval($row['product_price']); $product_currency_code = nullable_htmlentities($row['product_currency_code']); $product_created_at = nullable_htmlentities($row['product_created_at']); $product_archived_at = nullable_htmlentities($row['product_archived_at']); $category_id = intval($row['category_id']); $category_name = nullable_htmlentities($row['category_name']); $product_tax_id = intval($row['product_tax_id']); $tax_name = nullable_htmlentities($row['tax_name']); if (empty($tax_name)) { $tax_name_display = "-"; } else { $tax_name_display = $tax_name; } $tax_percent = floatval($row['tax_percent']); ?>
Name Category Description Tax Name Tax Rate Price Action
%