• Resolved nikosmdtps

    (@nikosmdtps)


    Hello guys

    First of all thank you very much for your awesome plugin!

    My setup is:

    Checkout option –> RFQ
    Always Show Prices With RFQ Checkout –> Checked

    Everything works fine, except one thing… I have some products with 0$ price. When a customer adds at cart ONLY products with 0$ price (so the order total is 0$), the RQF seems disabled at the checkout page. If a customer adds for example 2 products with 0$ price and at least one product with price bigger than zero, the RQF works fine at the checkout page. Can you please help me with this?

    P.S. If the “Always Show Prices With RFQ Checkout” option is NOT checked, both scenarios work fine :/

    Thanks a lot

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    Hi,
    Can you try 1.7.996 and let me know if it works for you?

    Thread Starter nikosmdtps

    (@nikosmdtps)

    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

    Plugin Author Neah Plugins

    (@gplsaver)

    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.
    Thread Starter nikosmdtps

    (@nikosmdtps)

    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.
    Plugin Author Neah Plugins

    (@gplsaver)

    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);
        
    Thread Starter nikosmdtps

    (@nikosmdtps)

    Nop, nothing :/
    Thank you very much for trying to help me… Any other ideas?

    Plugin Author Neah Plugins

    (@gplsaver)

    Does it still work if the “Always Show Prices With RFQ Checkout” option is NOT checked,

    Plugin Author Neah Plugins

    (@gplsaver)

    The tough part is that i can’t duplicate on my site.
    try this too:

    remove_all_filters( ‘woocommerce_cart_needs_payment’);

    Thread Starter nikosmdtps

    (@nikosmdtps)

    Yes, if i uncheck the “Always Show Prices With RFQ Checkout” option it works as expected…

    Thread Starter nikosmdtps

    (@nikosmdtps)

    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?

    Plugin Author Neah Plugins

    (@gplsaver)

    “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.

    Plugin Author Neah Plugins

    (@gplsaver)

    ftp access and site url would be best so i can change and test

    Thread Starter nikosmdtps

    (@nikosmdtps)

    Thank you very much.. Where can i send you the credentials?

    Plugin Author Neah Plugins

    (@gplsaver)

    Thread Starter nikosmdtps

    (@nikosmdtps)

    OK, mail sent! Please let me know if the credentials work for you..
    Thanks a lot

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘RFQ disabled at checkout page when cart contains only products with zero price’ is closed to new replies.