Connected template category to product in bundle product search

This commit is contained in:
Nedim Uka
2018-10-23 15:48:56 +02:00
parent 18f40d9403
commit 66452eee86
5 changed files with 42 additions and 11 deletions

View File

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