Fixed template category double title bug

This commit is contained in:
Nedim Uka
2018-09-20 11:29:31 +02:00
parent 94ba69761d
commit 246656bc56
2 changed files with 2 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ jQuery(function ($) {
search.select2('open');
search.select2('close');
}
search.text('');
$bundled_products_panel.unblock();

View File

@@ -8,6 +8,6 @@ if (!defined('ABSPATH')) {
<div>
<h3>
<strong class="item-title"><?php echo $title; ?></strong>
<strong class="item-title"><?php echo $quantity; ?></strong>
<strong class="item-title">[<?php echo $quantity; ?>]</strong>
</h3>
</div><?php