Remove temporary Swagger index HTML file and add script to fix GS1 brand names for all products in the database.
This commit is contained in:
@@ -9,6 +9,22 @@
|
||||
<?php $importWarning = is_array($productImportWarning ?? null) ? $productImportWarning : null; ?>
|
||||
<?php $productIdValue = (int) ($productId ?? 0); ?>
|
||||
|
||||
<?php if (!empty($errorMessage)): ?>
|
||||
<section class="card mt-16">
|
||||
<div class="alert alert--danger" role="alert">
|
||||
<?= $e((string) $errorMessage) ?>
|
||||
</div>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($successMessage)): ?>
|
||||
<section class="card mt-16">
|
||||
<div class="alert alert--success" role="status">
|
||||
<?= $e((string) $successMessage) ?>
|
||||
</div>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
<section class="card mt-16">
|
||||
<div class="product-tabs-nav">
|
||||
<span class="btn btn--primary"><?= $e($t('products.tabs.details')) ?></span>
|
||||
|
||||
Reference in New Issue
Block a user