axr
Forum Replies Created
-
Forum: Plugins
In reply to: [WC1C] Ручной обмен даннымиОтвет от поддержки плагина:
1. Включить на стороне сайта в конфигурации режим отладки в браузере.
YOUR_HOST/wp-admin/admin.php?page=wc1c§ion=configurations&do_action=update&configuration_id=N&form=configurations-update
где N – цифровой ID конфигурации обмена.
2. Файлы данных import.xml и offers.xml закачать в папку загрузок плагина /wp-content/uploads/wc1c/configurations/productscml-N/catalog
где N – цифровой ID конфигурации обмена
3. Произвести обмен, запустив через адресную строку скрипт обмена
YOUR_HOST/?wc1c-receiver=N&get_param?type=catalog&mode=import&filename=import.xml
YOUR_HOST/?wc1c-receiver=N&get_param?type=catalog&mode=import&filename=offers.xml
где N – цифровой ID конфигурации обмена
4. В случае успешного завершения обмена вы получите сообщение “success
Импорт данных из файла успешно завершен.”5. Не забудьте отключить режим отладки после завершения настроек плагина.
—
У меня обмен сваливался в ошибку, пришлось подкрутить настройки shared-хостинга.
Значения, при которых всё сработало:
max_execution_time: 300
memory_limit: 512MMy testing device runs under Android 4.1.2 using Chrome 42.0.2311.111
And filter doesn’t work ((Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Problem with selectorsDid you allow debugging?
If not then find a stringdefine(‘WP_DEBUG’, false);
in your wp-config.php
Add this strings below
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, 0);
define(‘WP_DEBUG_LOG’, 1);This will allow you to get debug.log file in your /wp-content folder
Probably you’ll find the description of your problem in this log.And don’t forget to remove added three strings after discovering the source of troubles.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Price filter is empty on mobilesThank you! The question is solved ))
Forum: Plugins
In reply to: [WooCommerce] Updating woocommerce cart data results in endless spinnersparx2017, thank you! it worked!