Balagur
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fury] Remove from url #hesh-2, #hesh-3, etcSolved the problem with a plugin replacing the existing gallery.
Forum: Plugins
In reply to: [Advanced Woo Search] Replace theme Fury search boxGreat, this code helped, thanks!
Forum: Themes and Templates
In reply to: [Fury] Woocommerce is not updating price variation (bag)I’m sorry. I inserted it wrong.
add_filter('woocommerce_available_variation', function ($value, $object = null, $variation = null) { if ($value['price_html'] == '') { $value['price_html'] = '<span class="price">' . $variation->get_price_html() . '</span>'; } return $value; }, 10, 3);
Forum: Themes and Templates
In reply to: [Fury] Woocommerce is not updating price variation (bag)Solution to the problem.
Add this code to functions.php
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' ); add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );
Forum: Themes and Templates
In reply to: [Fury] Woocommerce is not updating price variation (bag)Hi, themevision. Opened access to the site, you can watch.
- This reply was modified 4 years, 1 month ago by Balagur.
Forum: Themes and Templates
In reply to: [Fury] Woocommerce is not updating price variation (bag)I am attaching another link with a variable product, with the same price. For comparison.
https://2b-voshod.com/shop/santehnika/mojki/stalnye-mojki-franke/kuhonnaya-mojka-blanco-etagon-6-2/
Forum: Plugins
In reply to: [WOOF by Category] bread crumbs and attributes (incorrect)Хлебные крошки выводятся через сам woof filter, там есть такая функция (отображать активные фильтры). Просто суть проблемы в том, что при отключении вашего плагина отображается все как нужно, то есть по русски (не устанавливаются ярлыки). А при включенном плагине, как на скриншоте.
Прошу прощения, неправильно объяснил в самом начале не “хлебные крошки” , а “активные фильтры”.
- This reply was modified 5 years, 1 month ago by Balagur.