is_on_sale() ) { $badge_class = 'color2'; } else { $badge_class = 'color1'; } ?> is_on_sale() ) { if (is_numeric( $product->get_regular_price() )) { echo wp_kses_post( '-'.round( ( ( $product->get_regular_price() - $product->get_sale_price() ) / $product->get_regular_price() ) * 100 ).'%'); } } else { $postdate = get_the_time( 'Y-m-d' ); // Post date $postdatestamp = strtotime( $postdate ); // Timestamped post date $newness = get_theme_mod('allo_woo_new_product_base_day', 15); if ( ( time() - ( 60 * 60 * 24 * $newness ) ) < $postdatestamp ) { esc_html_e( 'New', 'allo' ); } } ?>