Farm & heavy equipment auction software for ag dealers and liquidators
Tractors, combines, skid steers, backhoes, planters, and attachments — catalog with hours, PTO, serial numbers, and full inspection reports. Simulcast ringside bidding from a phone. Zero commission on hammer.
" in its links. Interpolate it here so
// those links resolve instead of rendering as broken text. $root is '/' on
// these pages. (We deliberately do NOT eval the content — that would re-run
// arbitrary stored PHP and re-expose the pricing helpers we stripped.)
$body = str_replace('/', $root, $body);
$roi = is_array($page['roi_calc'] ?? null) ? $page['roi_calc'] : null;
if ($roi !== null && strpos($body, '') !== false) {
$parts = explode('', $body, 2);
echo $parts[0];
$calc = $roi;
include __DIR__ . '/../includes/industry-roi-calc.php';
echo $parts[1];
} else {
echo $body;
// If the body didn't position the calc but a config exists, render
// it once at the end of the body so the page isn't missing the tool.
if ($roi !== null) {
$calc = $roi;
include __DIR__ . '/../includes/industry-roi-calc.php';
}
}
?>
Email this to a friend
Ready to keep 100% of what you earn?
Join auctioneers across 50+ categories who run their entire operation on Selling Lane — and never hand over a commission on their sales.