WooCommerce Variable Product not all variations showing in front-end store
-
I have a very similar question to this question, where I create a variable product in WooCommerce and not all of the options show up in the front-end store. Following the answer in this question it did not resolve the problem for me.
The steps I have taken to create the product are
- Click on Products -> Attributes
- Create two new global ones
- Name: “Option A”, Slug: “option-a”, Terms: “Sand”, “Stone”
- Name: “Option B”, Slug: “option-b”, Terms: “1lb”, “5lb”, “10lb”, and “20lb”
- Click on Products -> Add New
- Enter the Product Name, “Test1234”
- Under Product data, select Variable Product
- Under Product data -> Attributes tab, add the global “Option A” and “Option B” entries
- Add the pre-defined values of Option A as “Sand” and “Stone”
- Add the pre-defined values of Option B as “1lb”, “5lb”, “10lb”, and “20lb”
- Check “Used for variations”
- Go to Product data -> Variations tab, click on “Create variations from all attributes” (creates a total 8 variations automatically)
- Out of that automatically generated list, remove the variations Sand/1lb, Sand/5lb, Stone/10lb, Stone/20lb
- This leaves Sand/20lb, Sand/10lb, Stone/5lb, and Stone/1lb
- Set the Variation Regular Price to Sand/20lb: $18.23, Sand/10lb:
$6.49, Stone/5lb: $60.00, and Stone/1lb: $12.00 - Verify that the remaining products are set to enabled (I have even bulk and manually toggled them from enabled to disabled)
- Set Default Form Value to Sand/20lb
With all of that, going to the front-end of the application I see “Option A” with the values of “Sand” and “Option B” with the values of “10lb” and “20lb”.
How do I get the value of “Stone” for “Option A” and values of “5lb” and “1lb” for “Option B” to appear?
Installed Plugins
To cover the section of what is installed in my environment:- WordPress (4.9.2)
- MailChimp for WooCommerce (2.1.3)
- PrintAura WooCommerce API (3.4.7)
- WooCommerce (3.2.6)
- WooCommerce Max Quantity (1.5.1)
- WooCommerce Memberships (1.9.2)
- WooCommerce Name Your Price (2.6.0)
- WooCommerce Services (1.10.1)
- WooCommerce Stripe Gateway (4.0.3)
- WooCommerce Subscription Downloads (1.1.10)
- WooCommerce Subscriptions (2.2.13)
Note: I have disabled everything except for WooCommerce plugin and got the same result.
- The topic ‘WooCommerce Variable Product not all variations showing in front-end store’ is closed to new replies.