Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

管理画面>商品管理>商品規格登録で入力必須バッジがない #6052

Closed
ji-eunsoo opened this issue Oct 30, 2023 · 2 comments
Milestone

Comments

@ji-eunsoo
Copy link
Contributor

概要(Overview)

管理画面>商品管理>商品規格登録に、入力必須(在庫、販売価格)バッジがありません。


image

関連箇所

<th class="pt-2 pb-2">{{ ClassName1 ? ClassName1.name }}</th>
<th class="pt-2 pb-2">{{ ClassName2 ? ClassName2.name }}</th>
<th class="pt-2 pb-2">{{ 'admin.product.product_code__short'|trans }}</th>
<th class="pt-2 pb-2">{{ 'admin.product.stock__short'|trans }}</th>
<th class="pt-2 pb-2">{{ 'admin.product.sale_limit'|trans }}</th>
<th class="pt-2 pb-2">{{ 'admin.product.normal_price'|trans }}</th>
<th class="pt-2 pb-2">{{ 'admin.product.sale_price'|trans }}</th>
{% if BaseInfo.option_product_delivery_fee %}
<th class="pt-2 pb-2">{{ 'admin.product.delivery_fee'|trans }}</th>
{% endif %}
{% if BaseInfo.option_product_tax_rule %}
<th class="pt-2 pb-2">{{ 'admin.product.tax_rate'|trans }}</th>
{% endif %}
<th class="pt-2 pb-2">{{ 'admin.product.delivery_duration'|trans }}</th>
<th class="pt-2 pb-2 pe-3">{{ 'admin.product.sale_type'|trans }}</th>

再現手順(Procedure)

管理画面>商品管理>商品規格登録を表示する。

環境(Environment)

EC-CUBE:4.2.2

@ji-eunsoo ji-eunsoo added the bug label Oct 30, 2023
@dotani1111
Copy link
Contributor

@ji-eunsoo
issueありがとうございます。 👍
フォームに必須バッチをつけると、見づらくなってしまうため、ヘッダーに付けるのが良いかと思いました。

@dotani1111 dotani1111 added bug:Low good-first-issue Good for newcomers/簡単に修正できそうなもの and removed good-first-issue Good for newcomers/簡単に修正できそうなもの labels Oct 30, 2023
@dotani1111 dotani1111 added this to the 4.3.0 milestone Jan 29, 2024
@dotani1111
Copy link
Contributor

マージ済みのため、クローズします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants