芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/woocommerce/loop/sale-flash.php
is_featured() ) : ?> ' . esc_html__( 'Featured!', 'rehub-theme' ) . '', $post, $product ); ?> is_on_sale() ) : ?> is_featured()) ? ' onsalefeatured' : ''; if ($product->get_regular_price() && is_numeric($product->get_regular_price()) && $product->get_regular_price() !=0) { $percentage = round( ( ( $product->get_regular_price() - $product->get_price() ) / $product->get_regular_price() ) * 100 ); } if ($percentage && $percentage>0 && !$product->is_type( 'variable' )) { $sales_html = apply_filters( 'woocommerce_sale_flash', '
- ' . $percentage . '%
', $post, $product ); } else { $sales_html = apply_filters( 'woocommerce_sale_flash', '
' . esc_html__( 'Sale!', 'rehub-theme' ) . '
', $post, $product ); } ?>