HasteDesign / Registrations-for-WooCommerce

Add a registration product type to your WooCommerce installation.
GNU General Public License v2.0
38 stars 16 forks source link

Dates are getting dropped. #40

Open mtruitt opened 5 years ago

mtruitt commented 5 years ago

If anyone has any insight please share.

Describe the bug We are using this to provide a location/date. When adding a new location after setting up 8 or 10 then all dates get dropped.

However, when checking the database it still shows the dates tied to the variation just the data on the date tab is removed.

Only thing I could think is max_var but had that set at 3000 originally. Moved it to 10k and just today since it happened again moved it to 50k.

To Reproduce Steps to reproduce the behavior: This is the hard part as only the client has had this issue.

Screenshots image

image

image

db_shot_showing_relation

Expected behavior Dates shouldn't be removing themselves from the admin.

Isolating the problem (mark completed items with an [x]):

WordPress Environment

mtruitt commented 5 years ago

Any help on this? Its rather problematic. Only thing that seems to be consistent is that when you sometimes add locations it wipes the dates. I would assume it has something to do with the save function of the registration plugin.