Log 4198

$amount_due = 1000;
$amount_paid_so_far = 500;

if ($amount_due == $amount_paid_so_far) {
return “Paid”;
} elseif ($amount_due > $amount_paid_so_far) {
return “Partially Paid”;
} elseif ($amount_paid_so_far == 0) {
return “Not Paid”;
} elseif ($amount_due < $amount_paid_so_far) {
return "Paid + Balance";
} else {
return "";
}

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
  • Attributes
  • Custom attributes
  • Custom fields
Click outside to hide the comparison bar
Compare