BuddyForms / BuddyForms-WooCommerce-Form-Elements

This Plugin adds a new section to the BuddyForms Form Builder with all WooCommerce fields to create Product creation forms for the frontend
GNU General Public License v2.0
3 stars 3 forks source link

Custom product attributes can't be used for variations if the option is selected #58

Open njota08 opened 5 years ago

njota08 commented 5 years ago

Steps to reproduce

  1. Click on BuddyForms
  2. Click on Add New or select a product post type previously created
  3. Select a WC Simple Product post type template
  4. Select the WooCommerce tab
  5. Select "Variable product" as product type
  6. Click on "Attributes" tab
  7. Add a "Custom Product Attribute", fill the name field and the values separated by a | character
  8. Uncheck the "Visible on the product page" checkbox
  9. Check the "Used for variations" checbox
  10. Click on "Save attributes"
  11. Navigate to the "Variations" tab

Expected result: The custom product attributes you added in the "Attributes" tab should appear in the "Variations" tab.

Actual result: The entire "Variations" tab is blank

See screenshots below:

image

image

marin250189 commented 5 years ago

@njota08 @gfirem Guillermo we may need to check this issue in your local environment because in my local site i can create Attributes for the product and after that i can create variations for that attribute without problems. Below i leave 2 images of how it look in my local site. Screenshot_1 Screenshot_2

njota08 commented 5 years ago

Guys @gfirem @marin250189 I still can reproduce this issue. I'm not seeing the attributes I added in the variations tab. Maybe I have some setup different than yours?