PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / templates / modules / recent-sales-notifications / admin / preview.php

preview.php in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at templates/modules/recent-sales-notifications/admin/preview.php

30 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>