- Home
- Sale
- Advantages of softened artesian drinking water
Promotion for new customers
Buy 3 bottles of 18.9 liters of useful artesian water and receive a Vio E7 electric pump as a gift.
Terms of the Promotion
The promotion is valid for all new customers on their first order
The promotion is valid from Februaru1 to February 28
Good to know
Promotion for Valentine's Day!
Order 1 bottle of artesian water and get 1 more as a gift!&n...
More details
For new clients a pump as a gift
Buy 2 or more 18.9L bottles of healthy artesian water and ge...
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
Verification
Account created successfully
Order water
Recover password
Recover password
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 успішно створено!";