— A relation is in 3NF if and only if it is in 2NF and there are no non-key attributes determined by another non-key attribute.
— However, the term non-key attribute means an attribute that is neither (1) a candidate key itself, nor (2) part of a composite candidate key.
— Therefore, the only non key attribute is Buyer, and it is a determinant. — Therefore, not in 3NF.