vnzhlv
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Crash on Update 2.5.33 (from 2.5.32)Seems like they just fixed it in 2.5.35
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Crash on Update 2.5.33 (from 2.5.32)The same issue.
Forum: Plugins
In reply to: [WC Fields Factory] Any way to duplicate field groups?The same question!
Found the solution:
In functions.phpadd_filter('wwp_filter_wholesale_price_html', 'display_wholesale_price', 10, 7); add_filter('wwp_filter_variable_product_price_range_for_none_wholesale_users', 'display_customer_price', 10, 2); /** * @var $product WC_Product_Simple */ function display_wholesale_price($wholesale_price_html , $price , $product , $user_wholesale_role , $wholesale_price_title_text , $raw_wholesale_price , $source ) { //your code return $html; } /** * @var $product WC_Product_Simple */ function display_customer_price($price , $product) { //your code return $html; }
Hi @supportray, if it’s not possible via settings, what the hooks can help me?
Thank you.@evollo, trust me I do everything right =) But I don’t understand why it’s doesn’t work.
I checked all the settings, the whole plugin.
My “BTW” question was about form builder when you can set options which user will choose on the registration page. It’s not clear@evollo There is no this button. Only “Edit”
Forum: Plugins
In reply to: [WC Fields Factory] Amount filed doesn’t workYeah, this bug caused a lot of inconveniences!
Forum: Plugins
In reply to: [WOOF by Category] The filter is not cleaned after switchingHello, thank you! Just in time!
I’ll check everything works fine.Forum: Plugins
In reply to: [WOOF by Category] The filter is not cleaned after switchingHello, did you have time to check it?
Hi, @pavloborysenko.
It’s not updating automatically in widget form. Only after submitting a form.
What I need is redraw the number of available items in the widget form via ajax.
I use this shortcode:[woof sid="auto_shortcode" autohide=0 ajax_redraw=1 is_ajax=1 autosubmit=1]
Forum: Plugins
In reply to: [WOOF by Category] The filter is not cleaned after switchingI place the plugin in a widget form (Form AJAX redrawing – YES).
Options of WOOF: https://prnt.sc/i25d3u
There are 3 categories (Fridges, Phones, TVs) https://prnt.sc/i2517i
Woof by Category Options: https://prnt.sc/i253ih
I set up: cat: Phones -> color: Orange, then I change cat: Fridges -> brand: LG and submit form. I got: site.com/?swoof=1&pa_color=orange&product_cat=fridges&pa_brand=lgI expect that I will get this URL: site.com/?swoof=1&product_cat=fridges&pa_brand=lg
But, as you can see, filtercolor
doesn’t disappear.What I need is to create “widget” like on this site ao.com and I need WOOF plugin only on the main page.
Forum: Plugins
In reply to: [WOOF by Category] The filter is not cleaned after switchingBy the way, there are some warnings/notices appear in debug mode. Seems they appear when some filters do not correspond to any product.
Warning: Invalid argument supplied for foreach() in /…./woof-by-category/woof-by-category.php on line 598Forum: Plugins
In reply to: [WOOF by Category] The filter is not cleaned after switchingThis can be avoided by turning on dynamic recount (In this case plugin will not allow to switch to another category) But I need to be able to switch categories whenever I want and that the filters are removed at the same time.
p.s:Form AJAX redrawing
isYes
in widget options.