skladove cislo in frontend from now on
This commit is contained in:
@@ -284,7 +284,7 @@ collision = Conflict
|
||||
resolve = Resolve
|
||||
no-profiles-assigned = No profiles assigned.
|
||||
stock = Stock
|
||||
sku = SKU
|
||||
sku = Stock number
|
||||
currency = Currency
|
||||
category = Category
|
||||
no-category = No category
|
||||
|
||||
@@ -284,7 +284,7 @@ collision = Konflikt
|
||||
resolve = Vyriešiť
|
||||
no-profiles-assigned = Žiadne priradené profily.
|
||||
stock = Sklad
|
||||
sku = Kód (SKU)
|
||||
sku = Skladové číslo
|
||||
currency = Mena
|
||||
category = Kategória
|
||||
no-category = Bez kategórie
|
||||
|
||||
@@ -103,6 +103,13 @@
|
||||
</template>
|
||||
</div>
|
||||
|
||||
{# Stock number of the selected option; switching the picker updates it. #}
|
||||
<template x-if="current.sku">
|
||||
<p class="text-sm text-on-surface/60 dark:text-on-surface-dark/60">
|
||||
{{ t(key="sku", lang=lang | default(value='sk')) }}: <span x-text="current.sku"></span>
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<template x-if="current.in_stock">
|
||||
<div class="space-y-2">
|
||||
<form method="post" action="/cart/add" hx-post="/cart/add" hx-swap="none" class="flex flex-wrap items-end gap-3"
|
||||
|
||||
Reference in New Issue
Block a user