Djo
Forum Replies Created
-
Forum: Plugins
In reply to: [Buy one click WooCommerce] ShortcodeGood afternoon! Describe in more detail what you would like to change?
Forum: Plugins
In reply to: [Buy one click WooCommerce] Error detected!Thanks for the feedback!
Forum: Plugins
In reply to: [Buy one click WooCommerce] Не приходят уведомления админу/клиенту!Тему отмечаю как решённую. Если возникнут проблемы, дайте знать!
Forum: Plugins
In reply to: [Buy one click WooCommerce] Empty messages comingI mark the topic as solved. If you have any problems, let me know!
Forum: Plugins
In reply to: [Buy one click WooCommerce] Заказ формируется без скидкиТему отмечаю как решённую. Если проблема актуальна, дайте знать.
Forum: Plugins
In reply to: [Buy one click WooCommerce] Wrong priceGood afternoon!
The plugin does not work with variations. I still don’t understand what your problem is?Forum: Plugins
In reply to: [Buy one click WooCommerce] Error detected!Hello! I see that because of the implementation of this plugin, there is only one option to fix this problem. You need to change the file wp-content/plugins/boxberry/boxberry-for-woocommerce.php on line 1203.
Find the function “function boxberry_put_choice_code($order_id)
“
and and prev “$shipping_method = array_shift($_POST[ 'shipping_method' ]);
“
add the following codeif (!isset($_POST[ 'shipping_method' ])) {
return;
}As a result, the function will look like this:
function boxberry_put_choice_code($order_id)
{
if (!isset($_POST[ 'shipping_method' ])) {
return;
}
$shipping_method = array_shift($_POST[ 'shipping_method' ]);
$shipping_method_name = preg_replace('/\d+/', '', $shipping_method);
$array = get_user_meta(get_current_user_id(), '_boxberry_array', true);
if (isset($_COOKIE['bxb_code'], $_COOKIE['bxb_address'])) {
update_post_meta($order_id, 'boxberry_code', sanitize_text_field($_COOKIE[ 'bxb_code' ]));
update_post_meta($order_id, 'boxberry_address', sanitize_text_field($_COOKIE[ 'bxb_address' ]));
}
update_user_meta(get_current_user_id(), '_boxberry_array', array ());
}This will solve the problem that you have shown.
- This reply was modified 1 year, 5 months ago by Djo.
Forum: Plugins
In reply to: [Buy one click WooCommerce] Error detected!/wp-admin/admin.php?page=wc-status&tab=logs
WooCommerce -> Status -> Jornal (the view button next to the drop-down list)Select “fatal_error” from the drop-down list with the desired date and copy those records that coincide with the time of the error.
The plugin, unfortunately, does not know how to work with variable products
Forum: Plugins
In reply to: [Buy one click WooCommerce] Error detected!Please attach the error log from the WooCommerce log, this will help me understand the problem.
Forum: Plugins
In reply to: [Buy one click WooCommerce] Empty messages comingThank you for your feedback about the plugin!
Forum: Plugins
In reply to: [Buy one click WooCommerce] Not working with variationsThe plugin in the current version does not support working with variations. But there is a plugin that adds support for working with variations – “coderun-buy-one-click-woocommerce-variations”.
You can search for it on the internet.Forum: Plugins
In reply to: [Buy one click WooCommerce] Заказ формируется без скидкиХорошо, вот товар с этой страницы
Его цена в карточке: 1677
Акционная цена: 1290
Это цены которые я вижу в редакторе товара.
- This reply was modified 1 year, 9 months ago by Djo.
Forum: Plugins
In reply to: [Buy one click WooCommerce] Заказ формируется без скидкиВозьмите к примеру товар https://vinosale.su/product/viski-aberfeldy-12-years-old-single-malt-highland-700ml/
Его цена установлена как 11590
Его акционная цена установленна как 500
Это те цены что установлены вручную в карточке твоара
Forum: Plugins
In reply to: [Buy one click WooCommerce] Empty messages comingGood afternoon! If you have any problems, let me know