ClassCart -> localCartSurcharge: SELECT SUM(ROUND(ISNULL(p.recweight,0) * ISNULL(c.quantity,0) / 1000 * 254.24, 2)) AS surcharge FROM cart c INNER JOIN products p ON c.product=p.id WHERE p.stock>0 AND p.visible=1 AND p.hassurcharge=1 AND c.[session]=458505946
Connection is busy with results for another command