let g:vim_pizza_url ='https://www.papajohns.com/order/builder/productBuilderInfo?productGroupId=pan-cheese&productSKU.sku=1-296-3-83&quantity=1'
let args = shellescape(g:vim_pizza_url,1)." > /dev/null"
exe "silent !open ".args
This would only work for the major franchised pizzeria chainsProbably would work if you could order online.