'; echo '

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

'; echo '

برای مشاهده محصولات، افزونه ووکامرس را فعال کنید.

'; echo '
'; get_footer(); return; } while ( have_posts() ) : the_post(); global $product; // guard دوم: اگه محصول معتبر نبود if ( ! is_a( $product, 'WC_Product' ) ) { continue; } $product_id = $product->get_id(); $product_name = $product->get_name(); $product_link = $product->get_permalink(); $is_in_stock = $product->is_in_stock(); $is_on_sale = $product->is_on_sale(); $is_featured = $product->is_featured(); $is_variable = $product->is_type( array( 'variable', 'variable-subscription' ) ); // تصویر اصلی $main_image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); $main_img_src = $main_image ? $main_image[0] : 'https://picsum.photos/seed/' . $product_id . '/600/600.jpg'; $main_img_w = $main_image ? $main_image[1] : 600; $main_img_h = $main_image ? $main_image[2] : 600; $main_img_alt = get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true ) ?: $product_name; $gallery_images = $product->get_gallery_image_ids(); // متافیلدهای دستی $ingredients = get_post_meta( $product_id, '_ingredients', true ); $benefits = get_post_meta( $product_id, '_health_benefits', true ); $benefits_title = get_post_meta( $product_id, '_health_benefits_title', true ); if ( empty( $benefits_title ) ) { $benefits_title = 'خواص سلامت'; } // امتیاز و تعداد نظرات $rating = $product->get_average_rating(); $review_count = $product->get_rating_count(); // درصد تخفیف $discount_percent = 0; if ( $is_on_sale ) { $regular_price = (float) $product->get_regular_price(); $sale_price = (float) $product->get_sale_price(); if ( $regular_price > 0 && $sale_price < $regular_price ) { $discount_percent = round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 ); } } // موجودی $max_purchase = $product->get_max_purchase_quantity(); $max_qty = ( $max_purchase && $max_purchase > 0 ) ? $max_purchase : 9999; ?>
<?php echo esc_attr( $main_img_alt ); ?>
ویژه 0 ) : ?> ٪ تخفیف تخفیف ویژه
برند: مطیب 0 ) : ?>

get_short_description() ) : ?>

get_short_description() ); ?>

موجود در انبار ناموجود get_sku() ) : ?> SKU: get_sku() ); ?>
get_price_html() ); ?>
get_attributes(); if ( ! empty( $attributes ) && $product->is_type( 'simple' ) ) : ?>

ویژگی‌های محصول

get_name(), array( 'fields' => 'names' ) ); if ( empty( $values ) ) continue; ?>
get_name() ) ); ?>
این محصول در حال حاضر ناموجود است.
ارسال به تمامی نقاط کشور
ضمانت بازگشت ۷ روزه
ضمانت اصالت و کیفیت
get_related( 4 ); if ( ! empty( $related_ids ) ) : ?>

محصولات مرتبط