Plugin Directory

Changeset 2936131


Ignore:
Timestamp:
07/09/2023 10:43:18 AM (3 years ago)
Author:
wpfound
Message:

Fix sold number issue

Location:
wpf-product-countdown-timer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpf-product-countdown-timer/tags/1.1.3/wpf-product-countdown-timer.php

    r2936118 r2936131  
    209209                            <div class="wpf-product-progress-bar-fill" style="width:<?php echo floor( $sold_percentage ); ?>%"></div>
    210210                        </div>
    211                         <?php if ( $total_sold ) { ?>
    212211                        <div class="woo-sctr-progress-bar-message"><?php echo $total_sold . '/' . $total_stock;  ?> sold</div>
    213                         <?php } ?>
     212                       
    214213                    </div>
    215214                <?php } ?>
  • wpf-product-countdown-timer/trunk/wpf-product-countdown-timer.php

    r2936118 r2936131  
    209209                            <div class="wpf-product-progress-bar-fill" style="width:<?php echo floor( $sold_percentage ); ?>%"></div>
    210210                        </div>
    211                         <?php if ( $total_sold ) { ?>
    212211                        <div class="woo-sctr-progress-bar-message"><?php echo $total_sold . '/' . $total_stock;  ?> sold</div>
    213                         <?php } ?>
     212                       
    214213                    </div>
    215214                <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.