Plugin Author
David
(@boopis)
Hi Paul,
I just tested on wc 2.6.4 and all is working fine with rfq 3.0.2
Which version of the rfq plugin are you using?
David
I am using rfq 3.0.2 as well…
MPRFQ 1.2.1
Formbuider 1.1.1
Thanks,
Paul
Not an expert but looks like this isn’t quite right…
echo "<button type=\"submit\" class=\"single_add_to_quote_button\" button alt\">" . apply_filters('single_add_to_cart_text', __( 'Inquire', 'boopis-woocommerce-rfq' ), $product->product_type) . "</button>";
Thanks,
Paul
Plugin Author
David
(@boopis)
Hi Paul, the mprfq and formbuilder plugins no longer work with the rfq plugin as of v3.0.
You can roll back your update to a v2.* or below and see if you retain functionality.
Hi David,
I tried removing mprfq & formbuilder, removed the plugin and reinstalled still the same, I couldn’t see the link being called so I tried
//Mod echo "<button type=\"submit\" class=\"single_add_to_quote_button button alt\">" . apply_filters('single_add_to_cart_text', __( 'Inquire', 'boopis-woocommerce-rfq' ), $product->product_type) . "</button>";
$link = '<a href="'.esc_url( remove_query_arg( 'added-to-quote', add_query_arg( 'add-to-quote', $product->id ) ) ).'" rel="nofollow" data-product_id="'.$product->id.'" data-product_sku="'.$product->get_sku().'" class="button add_to_quote_button product_type_'.$product->product_type.'">' . __( "Inquire", "boopis-woocommerce-rfq" ) .'</a>';
echo "$link";
// end mod
and that works…for now