See Commander live. Find us at our next event.

From industry tradeshows to our own customer and partner events, our experts are on the ground where fuel and convenience operators connect. Find us at the shows that matter most.

Featured events

May 26, 2026

Phillips 66 Bring the Go 2026 Conference

Register
August 5, 2026

VCF Americás

Register
October 6, 2026

NACS 2026

Register

Upcoming

June 24, 2026

Cenex Expo 2026

Register
September 8, 2026

CFCA Summit 2026

Register
Five men standing and smiling near two red-covered tables at an indoor trade show booth with large fuel tanks and trailers displayed behind them.
June 8, 2026

Southwest Fuel & Convenience Expo

Register

Past events

March 4, 2026

2026 SE Petro-Food Marketing Expo

Register

Ready to See Commander in Action?

Schedule a personalized demo and see how Verifone Commander is built for the way you operate — from the forecourt to the back office.

Talk to a Commander Expert
function moveEvents() { var listWrapper = document.querySelector('#upcomingEvents .slider_list'); var topSection = document.querySelector('#nextFeaturedEvents'); if (!listWrapper || !topSection) return; var items = Array.from(listWrapper.children).slice(0, 3); items.forEach(function(item) { var clone = item.cloneNode(true); topSection.appendChild(clone); item.style.display = 'none'; item.style.visibility = 'hidden'; }); } window.addEventListener('load', function() { setTimeout(moveEvents, 500); });