Using ZenCart 1.3.8 with UPSXML module. I'm looking to set it so that every 22lbs, we use a box (rounded up).
Been through a few of the shipping modules but can't figure out where to put it. I basically need:
$boxesToShip = ceil($total_weight/22);
But I don't know where to put it?




