Fixed template category double title bug
This commit is contained in:
@@ -159,6 +159,7 @@ jQuery(function ($) {
|
||||
search.select2('open');
|
||||
search.select2('close');
|
||||
}
|
||||
search.text('');
|
||||
|
||||
$bundled_products_panel.unblock();
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user