function show_special_offer_product_2951() {
if (!class_exists('WooCommerce')) return 'ووکامرس فعال نیست';
$product_id = 2951;
$product = wc_get_product($product_id);
if (!$product) return '
محصول یافت نشد.
';
$price_regular = $product->get_regular_price();
$price_sale = $product->get_sale_price();
$stock_quantity = $product->get_stock_quantity();
$total_stock_limit = 100;
if (!$stock_quantity) $stock_quantity = 0;
$stock_percent = max(0, min(100, ($stock_quantity / $total_stock_limit) * 100));
// تایمر 24 ساعت از یک ساعت پیش فرض
$offer_duration_hours = 24;
$offer_start_time = strtotime("-1 hours");
$offer_end_time = $offer_start_time + $offer_duration_hours * 3600;
$time_now = time();
$time_left = max(0, $offer_end_time - $time_now);
ob_start();
?>
پیشنهاد ویژه
Warning: Undefined variable $product in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 124
Fatal error: Uncaught Error: Call to a member function get_name() on null in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php:124
Stack trace:
#0 /home/ix2ir/public_html/bulopos/wp-settings.php(695): include()
#1 /home/ix2ir/public_html/bulopos/wp-config.php(178): require_once('/home/ix2ir/pub...')
#2 /home/ix2ir/public_html/bulopos/wp-load.php(50): require_once('/home/ix2ir/pub...')
#3 /home/ix2ir/public_html/bulopos/wp-blog-header.php(13): require_once('/home/ix2ir/pub...')
#4 /home/ix2ir/public_html/bulopos/index.php(17): require('/home/ix2ir/pub...')
#5 {main}
thrown in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 124