- Home
- Sale
- Advantages of softened artesian drinking water
Give your beloved the best!
2020-02-12 19:00:00
Terms and conditions of promotion:
- Offer valid for new clients.
- The action is valid for ordering from 3 bottles of any type of water TM Etalon, 18.9 liters.
- The discount is 14% of the cost price of water and is charged for the total amount of water order.
- Period of the action: from 02/14/2020 to 02/29/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 company 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
Get your supply of water and beauty!
Order 2 and more bottles of water and get a weekly sup...
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 успішно створено!";