Hi,
Can you try 1.7.996 and let me know if it works for you?
Hello
Thanks a lot for your response..
Unfortunately it doesn’t solve the problem… and now there is another problem. The add to quote button is not shown at the products with zero price. I have to edit the product from the backend and save it again :/
Please see the screenshots: https://dl.dropboxusercontent.com/u/12950623/RFQ-screenshots.zip
Hi nikosmdtps,
what happens if you remove this filter. Please use below by adding to end of function.php:
remove_filter('woocommerce_free_price_html', 'gpls_woo_rfq_individual_price_hidden_html', 1000, 2);
-
This reply was modified 8 years, 2 months ago by
Neah Plugins.
Hello
Unfortunately nothing happens… :/
P.S. I can give access to a test site if that helps.. Just let me know..
-
This reply was modified 8 years, 2 months ago by
nikosmdtps.
how about these?
remove_filter('woocommerce_get_price_html', 'gpls_woo_rfq_individual_price_hidden', 1000, 2);
remove_filter('woocommerce_grouped_free_price_html', 'gpls_woo_rfq_individual_price_hidden_html', 1000, 2);
remove_filter('woocommerce_bundled_free_price_html', 'gpls_woo_rfq_individual_price_hidden_html', 1000, 2);
remove_filter('woocommerce_variation_free_price_html', 'gpls_woo_rfq_individual_price_hidden_html', 1000, 2);
remove_filter('woocommerce_variable_free_price_html', 'gpls_woo_rfq_individual_price_hidden_html', 1000, 2);
remove_filter('woocommerce_free_sale_price_html', 'gpls_woo_rfq_individual_price_hidden', 1000, 2);
remove_filter('woocommerce_free_price_html', 'gpls_woo_rfq_individual_price_hidden', 1000, 2);
Nop, nothing :/
Thank you very much for trying to help me… Any other ideas?
Does it still work if the “Always Show Prices With RFQ Checkout” option is NOT checked,
The tough part is that i can’t duplicate on my site.
try this too:
remove_all_filters( ‘woocommerce_cart_needs_payment’);
Yes, if i uncheck the “Always Show Prices With RFQ Checkout” option it works as expected…
I tried with remove_all_filters( ‘woocommerce_cart_needs_payment’); but still the same problem..
Will it help if i give you access to my test site?
“P.S. I can give access to a test site if that helps.. Just let me know..”
Ok i will give it a try if you give access to test site. I can check in a couple of hours.
ftp access and site url would be best so i can change and test
Thank you very much.. Where can i send you the credentials?
OK, mail sent! Please let me know if the credentials work for you..
Thanks a lot