// قرار بدید در functions.php قالب فرزند یا یک افزونه سفارشی add_shortcode('bp_special_offer','bp_special_offer_shortcode'); function bp_special_offer_shortcode($atts){ $product_id = 2951; // محصول خواسته‌شده if (!class_exists('WC_Product')) return '

ووکامرس فعال نیست.

'; $product = wc_get_product($product_id); if (!$product) return '

محصول یافت نشد (ID '.$product_id.')

'; // اطلاعات مورد نیاز $title = esc_html($product->get_name()); $permalink = esc_url(get_permalink($product_id)); $price = $product->get_price(); $regular = $product->get_regular_price(); $sale = $product->get_sale_price(); $currency = get_woocommerce_currency_symbol(); $stock_qty = (int) $product->get_stock_quantity(); $backorders = $product->backorders_allowed() ? 1 : 0; // تلاش برای یافتن تاریخ پایان فروش (به ثانیه) $sale_to = get_post_meta($product_id, '_sale_price_dates_to', true); $sale_end_ts = $sale_to ? (int)$sale_to : 0; // مقدار اولیه استوک برای نوار پیشرفت: // اگر متای '_initial_stock' تنظیم شده باشد از آن استفاده می‌کند، // در غیر اینصورت مقدار پیش‌فرض را stock_qty (یعنی 100%) در نظر می‌گیرد. $initial_stock = (int) get_post_meta($product_id, '_initial_stock', true); if ($initial_stock <= 0) $initial_stock = $stock_qty > 0 ? $stock_qty : 0; // درصد باقی‌مانده برای نوار پیشرفت $percent_left = $initial_stock > 0 ? round( ( $stock_qty / $initial_stock ) * 100 ) : 0; if ($percent_left < 0) $percent_left = 0; // خروجی HTML — شامل CSS و JS داخلی برای سادگی (می‌توانید به فایل جدا انتقال دهید) ob_start(); ?>
پیشنهاد ویژه

Warning: Undefined variable $product_id in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 42
تصویر محصول


Warning: Undefined variable $title in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 46


Warning: Undefined variable $sale in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 49

Warning: Undefined variable $currency in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 53

Warning: Undefined variable $price in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 53
0
تعداد موجود:
Warning: Undefined variable $stock_qty in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 58

Warning: Undefined variable $backorders in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 59

Warning: Undefined variable $percent_left in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 63
% باقی

Warning: Undefined variable $sale_end_ts in /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php on line 74
تخفیف زمانبندی نشده
return ob_get_clean(); The file /home/ix2ir/public_html/bulopos/wp-content/themes/parskala/functions.php is corrupted.