// Function to display price history on the supplier page function display_supplier_price_history() { // Get the current logged-in supplier user information $current_user = wp_get_current_user(); $supplier_id = $current_user->ID; // Get the supplier's submitted prices from the database global $wpdb; $table_name = $wpdb->prefix . 'supplier_prices'; $prices = $wpdb->get_results($wpdb->prepare("SELECT * FROM $table_name WHERE supplier_id = %d ORDER BY date DESC", $supplier_id)); // Check if there are prices to display if ($prices) { echo '

تاریخچه قیمت‌های ثبت شده شما

'; echo ''; echo ''; // Display each price in a row foreach ($prices as $price) { $product_name = get_the_title($price->product_id); $price_value = $price->price; $date = $price->date; $expiration_date = !empty($price->expiration_date) ? $price->expiration_date : 'ثبت نشده'; $description = !empty($price->description) ? $price->description : 'ندارد'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
نام محصولقیمت (تومان)تاریخ ثبتتاریخ انقضاتوضیحات
' . esc_html($product_name) . '' . esc_html($price_value) . '' . esc_html($date) . '' . esc_html($expiration_date) . '' . esc_html($description) . '
'; } else { // Message if there are no prices to display echo '

شما هنوز قیمتی ثبت نکرده‌اید.

'; } } // Shortcode to display the price history on the supplier page add_shortcode('supplier_price_history', 'display_supplier_price_history'); // Log database errors for debugging global $wpdb; $table_name = $wpdb->prefix . 'supplier_prices'; $prices = $wpdb->get_results($wpdb->prepare("SELECT * FROM $table_name WHERE supplier_id = %d ORDER BY date DESC", $supplier_id)); // Check for database errors and log them if ($wpdb->last_error) { error_log('Database Error: ' . $wpdb->last_error); } if ($prices) { // Continue with displaying prices... } - دنتال اکسپرس

سرساکشن فلزی جراحی-Dena Pouya

584,000 تومان

ساخت کشور: پاکستان

5 سال گارانتی رنگ دناپویا

تعویض در صورت زنگ زدگی

برند:Dena Puya


عضویت در خبرنامه محصول فقط برای اعضای سایت امکان پذیر خواهد بود .