Label New For Product

PHOTO EMBED

Tue Dec 24 2024 01:37:41 GMT+0000 (Coordinated Universal Time)

Saved by @quanganh141220 #woocommerce

$post_date = get_the_date('Y-m-d', $product->get_id());
									$post_date_time = strtotime($post_date);
									$current_date_time = strtotime(current_time('Y-m-d'));
									$date_diff = ($current_date_time - $post_date_time) / (60  60  24);
									if ($date_diff <= 30): ?>
										<span class="new-label">New</span>
									<?php endif; ?>
content_copyCOPY

add label new cho layout sản phẩm