How to Calculate Item Discount for Packet containing 3 sheet

33 Views Asked by At

I have some products (packets) that contain (Sheets) for example:

Product A (Unit: Packet, Packet = 5 Sheet), when I sell one packet and 2 sheet of this product, then:

Total = Packet Price + (Number of Sheet * Packet Price / 5)

But this item has discount for 30% for one Packet, I don't know how to calculate it for Sheets.