З унікальним стайлинговым воском з ефектом павутинки від ING Professional стає можливим креативне створення оригінальних образів! Косметичний продукт відрізняється незвичайним способом нанесення. Спочатку його необхідну кількість розтирають в долонях, далі руки розводять у сторони, щоб з`явилися мікроволокна, а потім це диво наносять на волосся, створюючи текстурний ефект. Віск-павутинка володіє приємним фруктовим ароматом, що перетворює весь процес у чуттєве задоволення! Формула розроблена на основі комплексу компонентів для фіксації та блиску волосся, а також лимонної, яблучної та молочної кислоти. Активні компоненти: лимонна кислота, яблучна кислота, молочна кислота, спеціальний комплекс для фіксації та блиску. Віск- павутиння сильнї фіксації 100мл SPIDER WAX Shaping Fiber ING Professional
Способи доставки:
НОВА ПОШТА (по Україні):
Безкоштовна доставка – від 2000 грн за умови повної оплати (до поштомату або відділення)
Доставка замовлень до 2000 грн оплачується за тарифами "Нової Пошти".
Переважна більшість замовлень відправляється в день оформлення замовлення до 15:00.
Замовлення отримані після 15:00 чи у вихідні та свята будуть відправлені наступного робочого дня.
Термін доставки для більшості замовлень становить 1 робочий день, в деяких випадках цей строк може скласти 2-3 дні.
УКРПОШТА:
Безкоштовна доставка – від 2000 грн за умови повної оплати (до відділення)
Доставка замовлення до 2000 грн оплачується за тарифами "Укрпошти".
Замовлення Укрпоштою відправляються на наступний день за графіком: понеділок-п'ятниця.
Термін доставки для більшості замовлень становить від 2х до 5ти робочих днів, в деяких випадках цей строк може скласти більше.
Самовивіз з пункту видачі (безкоштовно):
Способи оплати:
1. Оплата при отриманні (за умови передплати 200 грн.) (IBAN)
Просимо звернути Вашу увагу, що при оформленні Післяплати (накладеного платежу) транспортною компанією стягується комісія 20грн + 2% від вартості товару.
2. Оплата на розрахунковий рахунок ФОП (IBAN) (повна передплата замовлення)
3. Оплата карткою на сайті (LiqPay)
Реквізити:
Найменування отримувача: ФОП Коробко Ірина Миколаївна
ЄДРПОУ/ІПН: 2641917948
Рахунок отримувача у форматі відповідно до стандарту IBAN:
UA853052990000026005040407928
МФО : 305299
Назва банку: АТ КБ «ПриватБанк»
Увага! Якщо Ви відмовляєтесь від замовлення вже після його відправлення, ми змушені сплатити всі витрати на доставку, в т.ч. повернення та зберігання за рахунок Вашої передоплати.
Дякуємо за розуміння!
Графік відправлення замовлень:
Нова пошта: Понеділок-Субота
Укрпошта: Понеділок-П'ятниця
* @param string $path * @return int */ public function size($path) { return filesize($path); } public function humanFilesize($bytes, $decimals = 2) { $sz = 'BKMGTP'; //ini_set('error_log' , '/home/solomono/web/solomono.net/sites/dev/php.log'); error_reporting(E_ALL); set_error_handler(function ($level, $message, $file = '', $line = 0) { $this->handleError($level, $message, $file, $line); }); set_exception_handler(function ($e) { $this->handleException($e); }); * @param string $path * @return int */ public function size($path) { return filesize($path); } public function humanFilesize($bytes, $decimals = 2) { $sz = 'BKMGTP'; $handle = fopen($path, 'rb'); if ($handle) { // try { if (flock($handle, LOCK_SH)) { clearstatcache(true, $path); $contents = fread($handle, $this->size($path) ?: 1); flock($handle, LOCK_UN); } // } finally { // fclose($handle); // } * @throws Exception */ public function get(string $path, bool $lock = false) { if ($this->isFile($path)) { return $lock ? $this->sharedGet($path) : file_get_contents($path); } throw new Exception("File does not exist at path {$path}"); } /** // If the file doesn't exist, we obviously cannot return the cache so we will // just return null. Otherwise, we'll get the contents of the file and get // the expiration UNIX timestamps from the start of the file's contents. try { $expire = substr( $contents = $this->files->get($path, true), 0, 10 ); } catch (Exception $e) { return $this->emptyPayload(); * Retrieve an item from the cache by key. * @param string|array $key */ public function get($key) { return $this->getPayload($key)['data'] ?? null; } /** * Store an item in the cache for a given number of seconds. * @param string $key { if (is_array($key)) { return $this->many($key); } $value = $this->store->get($this->itemKey($key)); // If we could not find the cache value, we will fire the missed event and get // the default value for this cache value. This default could be a callback // so we will execute the value function which will resolve it if needed. if (is_null($value)) { * @param Closure $callback * @return mixed */ public function remember($key, $ttl, Closure $callback) { $value = $this->get($key); // If the item exists in the cache we will just return this immediately and if // not we will execute the given Closure and cache the result of that for a // given number of seconds so it's available for all subsequent requests. if (!is_null($value)) { try { if ($isCacheEnabled) { return self::getRepository() ->remember( $key, $ttl, $closure ); } else { return $closure(); $row['show_in_product_listing'] = (bool)$row['products_options_comment'] == '1'; $attributesOptions[$row['products_options_id']] = $row; } return $attributesOptions; }, null ); } return $attributesOptionsBuffer ?: [];} $languagesId = $languagesId ?: \language::get()->language['id']; $useCache = !isset($_GET["filter_id"]) && !$force; if ($useCache) { foreach (getAttributesOptions($languagesId, $force) as $attributeOption) { if (isset($_GET[$attributeOption['products_options_id']])) { $useCache = false; } } } if ($drugie->num_rows) { $tpl_settings = $currenModuleSettings; $tpl_settings['request'] = $drugie; $tpl_settings['title'] = getConstantValue('PROD_DRUGIE'); getArrayWithAllAttributes(); include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); }} break; case 'P_DRUGIE': ?> <!--P_DRUGIE--><?php if ($template->show('P_DRUGIE')) { include(DIR_WS_MODULES . 'drugie.php'); } break; case 'P_XSELL': ?> <!--P_XSELL--><?php <?php echo $breadcrumb->trail(' '); ?> <!-- END BREADCRUMBS --> <!-- CONTENT --> <?php if (file_exists(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/content/' . $content . '.tpl.php')) { require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/content/' . $content . '.tpl.php'); // content from current template (if exists) } else { require(DIR_WS_CONTENT . $content . '.tpl.php'); // content from default template } ?> <!-- END CONTENT --> }} else { http_response_code(404); $content = CONTENT_ERROR_404;}require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/' . TEMPLATENAME_MAIN_PAGE);require(DIR_WS_INCLUDES . 'application_bottom.php');|
ErrorException
|
|---|
ErrorException:
filesize(): stat failed for /home/haircult/web/haircult.com.ua/public_html/storage/cache/products_options/products_options$_language(5)
at /home/haircult/web/haircult.com.ua/public_html/app/Classes/Filesystem/Filesystem.php:339
at Bootstrap\HandleExceptions->handleError()
(/home/haircult/web/haircult.com.ua/public_html/bootstrap/HandleExceptions.php:32)
at Bootstrap\HandleExceptions->Bootstrap\{closure}()
at filesize()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Filesystem/Filesystem.php:339)
at App\Classes\Filesystem\Filesystem->size()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Filesystem/Filesystem.php:55)
at App\Classes\Filesystem\Filesystem->sharedGet()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Filesystem/Filesystem.php:38)
at App\Classes\Filesystem\Filesystem->get()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Cache/Store/FileStore.php:185)
at App\Classes\Cache\Store\FileStore->getPayload()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Cache/Store/FileStore.php:48)
at App\Classes\Cache\Store\FileStore->get()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Cache/Repository.php:65)
at App\Classes\Cache\Repository->get()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Cache/Repository.php:319)
at App\Classes\Cache\Repository->remember()
(/home/haircult/web/haircult.com.ua/public_html/app/Classes/Cache/Helpers/FileCacheHelper.php:171)
at App\Classes\Cache\Helpers\FileCacheHelper::remember()
(/home/haircult/web/haircult.com.ua/public_html/includes/functions/attributes.php:226)
at getAttributesOptions()
(/home/haircult/web/haircult.com.ua/public_html/includes/functions/attributes.php:409)
at getArrayWithAllAttributes()
(/home/haircult/web/haircult.com.ua/public_html/includes/modules/drugie.php:38)
at include('/home/haircult/web/haircult.com.ua/public_html/includes/modules/drugie.php')
(/home/haircult/web/haircult.com.ua/public_html/templates/default/content/product_info.tpl.php:405)
at require('/home/haircult/web/haircult.com.ua/public_html/templates/default/content/product_info.tpl.php')
(/home/haircult/web/haircult.com.ua/public_html/templates/default/main_page.tpl.php:108)
at require('/home/haircult/web/haircult.com.ua/public_html/templates/default/main_page.tpl.php')
(/home/haircult/web/haircult.com.ua/public_html/product_info.php:313)
|