dchun / WooCommerce-RFQ

This Wordpress plugin changes the function of the WooCommerce add to cart button with products with a price of zero and allows the store owner to turn that button into a form for inquiry.

Home Page:https://boopis.com/products/1-wordpress-woocommerce-request-for-quotation#documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Products with variations create an error

stuffo opened this issue · comments

When a product has variations you can't RFQ it as you get a error message that options need to be supplied.

Can you provide an example along with a screenshot of the variation options set for the product in the backend?

Sure. In my case it never works with options, you can just create random ones. The error I get is "Please choose product options" when trying to RFQ.

variables-1

variables-2

You might want to make sure that the product is purchasable with your options first. Then turn into an inquirable product. WC is finicky with options settings for variable products and doesn't display an add to cart button (which the plugin depends on) unless they are just right.

Check out this example of options on a variable product that works properly: https://demo.boopis.com/wp_mprfq/?product=ship-your-idea-2&added-to-quote=40

When I put in a price it works fine. I choose a variation and I can add it to the cart. See here:

variables-3

Your example on your site works fine... the only difference I see is that I only have one variation field and you have two. Could this be an issue?