export function ReviewProdItem({ pq, /*onAddOne, onRemoveOne, onRemoveProduct*/ }) { const productTotal = (p) => { return (p.quantity * (p.status == 3 || p.status == 4 ? p.promoPrice : p.price)) } return (