Esempio n. 1
0
            echo wpinventory_label_class($field);
            ?>
"><?php 
            wpinventory_the_label($field);
            ?>
</th>
				<?php 
        }
    }
    ?>
		</tr>
		</thead>
		<tbody>
		<?php 
    while (wpinventory_have_items()) {
        wpinventory_the_item();
        wpinventory_get_template_part('single-loop-category', 'table');
    }
    ?>
		</tbody>
	</table>
	<?php 
    echo wpinventory_pagination();
} else {
    ?>
	<p class="wpinventory_warning"><?php 
    WPIMCore::_e('No Inventory Items');
    ?>
</p>
<?php 
}