Changeset 2936131
- Timestamp:
- 07/09/2023 10:43:18 AM (3 years ago)
- Location:
- wpf-product-countdown-timer
- Files:
-
- 2 edited
-
tags/1.1.3/wpf-product-countdown-timer.php (modified) (1 diff)
-
trunk/wpf-product-countdown-timer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpf-product-countdown-timer/tags/1.1.3/wpf-product-countdown-timer.php
r2936118 r2936131 209 209 <div class="wpf-product-progress-bar-fill" style="width:<?php echo floor( $sold_percentage ); ?>%"></div> 210 210 </div> 211 <?php if ( $total_sold ) { ?>212 211 <div class="woo-sctr-progress-bar-message"><?php echo $total_sold . '/' . $total_stock; ?> sold</div> 213 <?php } ?>212 214 213 </div> 215 214 <?php } ?> -
wpf-product-countdown-timer/trunk/wpf-product-countdown-timer.php
r2936118 r2936131 209 209 <div class="wpf-product-progress-bar-fill" style="width:<?php echo floor( $sold_percentage ); ?>%"></div> 210 210 </div> 211 <?php if ( $total_sold ) { ?>212 211 <div class="woo-sctr-progress-bar-message"><?php echo $total_sold . '/' . $total_stock; ?> sold</div> 213 <?php } ?>212 214 213 </div> 215 214 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.