Added templates product
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user