UA \ RU \

article

Erebra. Advanced technologies

Dry extract of sea buckthorn leaves is obtained on a unique module, which includes the full production cycle of processing of medicinal plants into medicinal substances .

Due to a cycle of high-tech and science-intensive processes associated with cleaning, drying, grinding, homogenization, and the use of a patented method of extraction from plant material (sea buckthorn leaves), a pharmaceutical substance is produced - the active substance in the form of dry extract.

In the future, from the obtained high-tech substance, at the modern domestic pharmaceutical plant PJSC "Tekhnoloh» (Uman, Ukraine) produce the drug Erebra®.

The plant of PJSC "Tekhnoloh" (Uman, Ukraine) is part of the group of companies "Lekhim". The production at the enterprise meets GMP standards, which is a guarantee of high quality and safety of the drug.

contact us

Contacts

Не є лікарськім засобом. Перед вживання рекомендується проконсультуватися з лікарем. Виробник: ПрАТ «Технолог» Україна, 20300 Черкаська обл., м. Умань, вул. Стара прорізна,8

Exclusive distributor: ТОВ «Геолік Фарм Маркетинг Груп» Україна, 02094, м. Київ, вул. Магнітогорська, б.1

our website

gfmg.ua
Кошик0
Кошик порожній
cart) { require_once(WP_PLUGIN_DIR . '/woocommerce/includes/class-wc-cart.php'); WC()->cart = new WC_Cart(); }$coupon_codes = $_POST['couponcode']; $couponAction = $_POST['couponaction']; $applied_coupons = WC()->cart->get_applied_coupons();if(isset($couponAction) && $couponAction == 'add'){ foreach ($coupon_codes as $coupon_code) { $coupon = new WC_Coupon($coupon_code); if (isset($coupon_code) && !in_array($coupon_code, $applied_coupons) && $coupon->is_valid()) { WC()->cart->apply_coupon($coupon_code); } } }else{ foreach ($coupon_codes as $coupon_code) { if (isset($coupon_code) && in_array($coupon_code, $applied_coupons)) { WC()->cart->remove_coupon( $coupon_code ); } } } WC()->cart->calculate_totals();// Send response wp_send_json_success(); } /*add custom checkbox to cart and checkout end*/