function phenix_render_new_products() { global $wpdb; $table = $wpdb->prefix . 'phenix_new_products'; // التقاط الفلاتر $search = isset($_GET['search']) ? sanitize_text_field($_GET['search']) : ''; $min_qty = isset($_GET['min_qty']) ? intval($_GET['min_qty']) : ''; $sort_by = isset($_GET['sort_by']) ? sanitize_text_field($_GET['sort_by']) : 'id'; $order = isset($_GET['order']) && strtolower($_GET['order']) === 'desc' ? 'DESC' : 'ASC'; // إعدادات الترقيم $per_page = 20; $paged = max(1, intval($_GET['paged'] ?? 1)); $offset = ($paged - 1) * $per_page; // بناء الشرط $where = "WHERE 1=1"; if ($search) { $where .= $wpdb->prepare(" AND (name LIKE %s OR sku LIKE %s)", "%$search%", "%$search%"); } if ($min_qty !== '') { $where .= $wpdb->prepare(" AND quantity >= %d", $min_qty); } // الحصول على عدد الصفوف $total_items = $wpdb->get_var("SELECT COUNT(*) FROM $table $where"); // الحصول على النتائج مع ترقيم $sql = "SELECT * FROM $table $where ORDER BY $sort_by $order LIMIT $per_page OFFSET $offset"; $products = $wpdb->get_results($sql); // واجهة البحث والفلترة echo '

🛒 New Products

'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ' '; echo '
'; // الجدول echo ''; echo ''; if (!empty($products)) { foreach ($products as $p) { echo ""; } } else { echo ''; } echo '
ID Name SKU Quantity Price Offer Price
{$p->id} {$p->name} {$p->sku} {$p->quantity} {$p->price} {$p->offer_price}
No matching products found.
'; // الترقيم $total_pages = ceil($total_items / $per_page); if ($total_pages > 1) { echo '
'; $base_url = remove_query_arg('paged'); for ($i = 1; $i <= $total_pages; $i++) { $url = add_query_arg('paged', $i, $base_url); $class = ($i == $paged) ? ' class="current-page button"' : ' class="button"'; echo "$i "; } echo '
'; } echo '
'; } INOXBONOMI CASA KITCHEN KNIFE 16 Cm – vitreum
Loading..

Shop

INOXBONOMI CASA KITCHEN KNIFE 16 Cm

د.ع 14.000,00

14 in stock

Add to Wishlist
Add to Wishlist
Compare
  • Order in the next to get it by April 24, 2025
  • Real Time 166 Visitors Right Now
SKU: 8007684907702 Category: Brand:

Description

Blade length: 16 cm
Product width: 4 cm
Product length: 29 cm
Product weight: 0.1 kg

Reviews

There are no reviews yet.

Be the first to review “INOXBONOMI CASA KITCHEN KNIFE 16 Cm”

Your email address will not be published. Required fields are marked *

Your Shopping cart

Close
INOXBONOMI CASA KITCHEN KNIFE 16 Cm

INOXBONOMI CASA KITCHEN KNIFE 16 Cm

د.ع 14.000,00Add to cart