Leonid
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Filtering by category doesn’t work …Can’t you just filter locations by selecting a category?
Is there a way to disable the search bar? Only filter by category?
I solved the problem for myself – by creating my own plugin. I don’t understand why this is not in WooCommerce itself?
If anyone else needs to solve the same problem – here is my plugin: https://github.com/enshtein/Woo-Filter-By-Backorders
- This reply was modified 4 years, 10 months ago by Leonid.
There are 22 thousand products in the database of the site!
Our manager will constantly pump in CSV-format and manually process the goods – horror!Is it really impossible to add the ability to filter products by this attribute (Backorders allowed? = notify) in the admin panel?
Really for so many years nobody needed such a simple function?
And tell me: how quickly does this code get into the plugin’s virus database? How soon will your plugin begin to detect this virus?
Hey.
More than a month has passed. And you have not added a signature to your virus database.
The latest version of the plugin still does not find this malware code.What is the problem?
Forum: Plugins
In reply to: [Yandex Map for ACF] Как добавить ключ от апи?В папке плагина есть файлы:
acf-yandex-map-v5.php
acf-yandex-map.php
acf-yandex-map-v4.phpтам есть такой фрагмент кода:
wp_register_script( 'yandex-map-api', '//api-maps.yandex.ru/2.1/?lang=' . get_bloginfo( 'language' ), array( 'jquery' ), null );
вам надо добавить туда:
wp_register_script( 'yandex-map-api', '//api-maps.yandex.ru/2.1/?apikey=XXXXXXX&lang=' . get_bloginfo( 'language' ), array( 'jquery' ), null );
где XXXXXXX – ваш API-ключ…
я немного поправил Ваш код и всё заработало:
//$src_txt = plugin_dir_url( __FILE__ ) . 'post-calc/' . $src_txt; $src_txt = plugin_dir_path( __FILE__ ) . 'post-calc/' . $src_txt; $src_idx = plugin_dir_url( __FILE__ ) . 'post-calc/' . $src_idx; $search = mb_convert_case( $search, MB_CASE_LOWER, $config_cs ); // deep looking if file does not exists or no search is provided if ( ! file_exists( $src_idx ) || $search == '' ) { if ( is_ssl() ) { //$fp = fopen( $src_txt, 'r', false, $context ); $fp = fopen( $src_txt, 'r' ); } else { $fp = fopen( $src_txt, 'r' ); }
YandexKassa for WooCommerce is a payment gateway plug-in.
I activated the option: “Disable anti-spam for miscellaneous forms.“, But it did not help!Forum: Plugins
In reply to: [BanMan] О статистике иЗдравствуйте.
Отвечаю на Ваши вопросы:
0) Скриншоты еще не загрузил просто, в процессе…
1) Статистику можно смотреть по конкретному баннеру но только за всё время пока что, периоды не поддерживаются.
2) На одну и ту же позицию можно загружать несколько баннеров – при этом они все будут отображаться, в той последовательности в которой вы их расположите в админке выбрав в фильтре нужную вам позицию.
3) По порядок написал выше. Про частоту показа – к сожалению пока никак, баннеры будут отображаться все – все которые опубликованы в выбранной вами позиции. Без случайности, смен и т.д.
4) В одной и той же позиции нельзя выводить разные баннеры. Пока баннеры никак не группируются, они лишь только публикуются в какой-либо одной позиции.