- Home
- Sale
- Advantages of softened artesian drinking water
Get your supply of water and beauty!
2020-03-05 19:00:00
Order 2 and more bottles of water and get a weekly supply of water as a gift!
Terms and conditions of promotion:
- Offer valid only for new clients
- The action is valid for ordering from 2 bottles of any type of water TM Etalon, 18.9 liters
- Under the gift means 6 bottles of water "Etalon", 0.5 liters
- Period of the promotion: from 05/05/2020 to 05/06/2020
- In the first delivery a security deposit for the each bottle is paid, which is cost 150 UAH for one.
- The promotion cannot be combine with other promotional offers and discounts.
Good to know
Summer with ''Etalon-Ukraine''
Buy Etalon non-carbonated water in 10 liter bottles for only...
More details
Autumn discounts on the delivery of bottled water.
Action! Order 3 bottles of water and get the 4th as a gift!
U...
More details
Give your beloved the best!
Terms and conditions of promotion:
- Offer valid for new cl...
More details
Order Water Etalon in mwe year and get every 20th bottle for free all 2020!
Terms of action:
- The promotional offer is valid o...
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 успішно створено!";