[
{
"id": "1234",
"name": "سشوار پاناسونیک مدل X500",
"url": "https://lavasemkhangi.ir/product/x500",
"price": 850000,
"image_url": "https://lavasemkhangi.ir/media/products/x500.jpg",
"availability": true,
"category": "لوازم شخصی برقی",
"brand": "Panasonic",
"description": "سشوار حرفهای با توان 2000 وات و فناوری یونی.",
"gtin": "1234567890123",
"mpn": "X500",
"last_update": "2026-04-30T10:45:00+03:30"
}
]
get_var("
SELECT MAX(UNIX_TIMESTAMP(post_modified))
FROM {$wpdb->posts}
WHERE post_type='product'
");
if(file_exists($cache) && (time()-filemtime($cache)<$ttl)
&& filemtime($cache) > $last_product_update){
readfile($cache);
exit;
}
/* =========================
PERFORMANCE
========================= */
set_time_limit(0);
ini_set('memory_limit','1024M');
/* =========================
SMART HELPERS
========================= */
function tr_clean($t){
return trim(preg_replace('/\s+/',' ',wp_strip_all_tags($t)));
}
function tr_price($p){
$p=floatval($p);
if($p<=0) return 0;
return intval(round($p/500)*500);
}
function tr_smart_title($product){
$title = $product->get_name();
$brand = $product->get_attribute('pa_brand');
$model = $product->get_sku();
$base = [];
if($brand) $base[] = $brand;
$base[] = $title;
if($model) $base[] = $model;
$remove=['خرید','قیمت','اورجینال','بهترین','جدید'];
$out = str_replace($remove,'',' '.implode(' ',$base));
return tr_clean($out);
}
function tr_category_map($id){
$terms = get_the_terms($id,'product_cat');
if(!$terms) return 'عمومی';
$map = [
'موبایل' => 'کالای دیجیتال > موبایل',
'لپ تاپ' => 'کالای دیجیتال > لپتاپ',
'هدفون' => 'کالای دیجیتال > هدفون',
'ساعت هوشمند' => 'گجت > ساعت هوشمند'
];
$name = $terms[0]->name;
return $map[$name] ?? $name;
}
function tr_image($id){
$img = wp_get_attachment_url(get_post_thumbnail_id($id));
return $img ?: site_url('/wp-content/uploads/default.jpg');
}
function tr_gtin($p){
return $p->get_meta('_gtin') ?: $p->get_meta('_barcode');
}
/* =========================
QUERY (LIGHT)
========================= */
$rows = $wpdb->get_results("
SELECT ID
FROM {$wpdb->posts}
WHERE post_type='product'
AND post_status='publish'
");
/* =========================
STREAM XML
========================= */
$fp = fopen($tmp,'w');
fwrite($fp,"\n
🎁 کد تخفیف ویژه اولین خرید: naniwa | ارسال سریع به سراسر کشور 🚀.