feat(F-192): completed feature

This commit is contained in:
chattie
2026-08-23 07:53:17 +02:00
parent e542b180ad
commit a372e5abfb
9 changed files with 107 additions and 31 deletions

View File

@@ -149,7 +149,7 @@ export default async function ProductPage({ params }: Props) {
<span className="text-lg text-gray-500">inc. IVA</span>
</div>
<div className="mt-2 text-sm text-gray-500">
{formatPrice(netCents)} sin IVA · IVA {vatPercent}%
{formatPrice(netCents)} sin IVA ({vatPercent}%)
</div>
</div>
) : (