| Retailer | % | $ | QTY | $ | QTY | $ | QTY | $ | QTY | $ | QTY | Total | Donation |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.name }} | {{ item.donation }}% | ${{ price }} | ${{ new Intl.NumberFormat().format((totals[category] ?? {})[item.id] ?? 0) }} | ${{ new Intl.NumberFormat().format((donations[category] ?? {})[item.id] ?? 0) }} | |||||||||
| Total | ${{ new Intl.NumberFormat().format(getTotal(category)) }} | ${{ new Intl.NumberFormat().format(getTotalDonation(category)) }} | |||||||||||