Home
Sale
Advantages of softened artesian drinking water
Promotion for Valentine's Day!
Order 1 bottle of artesian water and get 1 more as a gift! 🌊 Clean, high-quality water for the health of you and your loved ones is the best manifestation of care! The promotion period is from 10.02.25-16.02.25
Good to know
For new clients a pump as a gift
Buy 2 or more 18.9L bottles of healthy artesian water and ge...
More details
Promotion for new customers
Buy 3 bottles of 18.9 liters of useful artesian water and re...
More details
Easy start with ''Etalon-Ukraine''
Buy Etalon still water in 10L bottles for only 75 UAH per pi...
More details
Order a call back
Complain to the director
Login
Email or phone number
Login
Register
Verification
Account created successfully
Login
Order water
Comment
Not all fields are filled in
Order
Recover password
Enter the email specified during registration to reset your password:
Email or phone number
Recover password
An SMS with a code was sent to your phone
Enter code
Cart
Your cart is empty!
get_results("SELECT ID, post_title, post_content, meta_value AS price FROM $wpdb->posts
INNER JOIN $wpdb->postmeta ON $wpdb->posts.ID = $wpdb->postmeta.post_id
WHERE $wpdb->posts.post_type = 'product' AND $wpdb->postmeta.meta_key = '_regular_price'");
// Створення CSV файлу
$filename = 'products.csv';
$fp = fopen($filename, 'w');
// Запис заголовків стовпців
fputcsv($fp, array('ID', 'Назва', 'Опис', 'Ціна'));
// Запис даних про товари
foreach ($results as $row) {
fputcsv($fp, array($row->ID, $row->post_title, $row->post_content, $row->price));
}
fclose($fp);
echo "Файл $filename успішно створено!";