Fixed template category double title bug
This commit is contained in:
@@ -159,6 +159,7 @@ jQuery(function ($) {
|
|||||||
search.select2('open');
|
search.select2('open');
|
||||||
search.select2('close');
|
search.select2('close');
|
||||||
}
|
}
|
||||||
|
search.text('');
|
||||||
|
|
||||||
$bundled_products_panel.unblock();
|
$bundled_products_panel.unblock();
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ if (!defined('ABSPATH')) {
|
|||||||
<div>
|
<div>
|
||||||
<h3>
|
<h3>
|
||||||
<strong class="item-title"><?php echo $title; ?></strong>
|
<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>
|
</h3>
|
||||||
</div><?php
|
</div><?php
|
||||||
|
|||||||
Reference in New Issue
Block a user