Added templates product

This commit is contained in:
Nedim Uka
2018-08-30 13:25:22 +02:00
parent d4c75dcf65
commit f2d3efc526
9 changed files with 960 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<?php
// Exit if accessed directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<div>
<h3>
<strong class="item-title"><?php echo $title; ?></strong>
<strong class="item-title"><?php echo $quantity; ?></strong>
</h3>
</div><?php