| 1 |
<?php |
| 2 |
/** |
| 3 |
* Template for the Recent Sales Notifications module preview. |
| 4 |
* |
| 5 |
* @var $args array template args |
| 6 |
* |
| 7 |
* @since 1.10.3 |
| 8 |
*/ |
| 9 |
|
| 10 |
if ( ! defined( 'ABSPATH' ) ) { |
| 11 |
exit; |
| 12 |
} |
| 13 |
?> |
| 14 |
<div class="merchant-recent-sales-notifications-widget top-right widget-layout-1 show" data-product-id="24"> |
| 15 |
<button type="button" class="merchant-close-notification" title="Snooze for 30 minutes"> |
| 16 |
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 17 |
<path d="M7.44505 6.4097L5.12591 4.09014L7.44421 1.77099L6.25261 0.578125L3.93304 2.89727L1.6139 0.578125L0.421875 1.77099L2.74017 4.09014L0.421875 6.40928L1.61474 7.6013L3.93304 5.28216L6.25134 7.6013L7.44505 6.4097Z" fill="#000000"></path> |
| 18 |
</svg> |
| 19 |
</button> |
| 20 |
<div class="widget-content"> |
| 21 |
<div class="merchant-notification-content layout-1"> |
| 22 |
<div class="merchant-notification-image"> |
| 23 |
<div class="image-placeholder"></div> |
| 24 |
</div> |
| 25 |
<div class="merchant-notification-text"> |
| 26 |
<p class="merchant-notification-message">8 people viewed today</p> |
| 27 |
<p class="merchant-notification-title">Product Name</p> |
| 28 |
</div> |
| 29 |
</div></div> |
| 30 |
</div> |