Skip Navigation

[Resolved] I have many Toolset WooCommerce fildes that I didnt create

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 25 replies, has 3 voices.

Last updated by Shane 3 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#2174387

Sure Shane
I just did

#2174389

I restored the staging site,
Please note that even before the code if I update a product this specific field content will be lost...

#2174395

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Doron,

I suspect you forgot to re-add the admin account that you created.

I've enabled the private fields once more so that you can send them.

Thanks,
Shane

#2175121

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Doron,

I've updated the code and tested it and this below should resolve the issue now.

	$cfgs = get_posts( [ 
	    'post_type' => 'wp-types-group',
	    'post_title' => 'Toolset WooCommerce',
	    'numberposts' => -1
	]);
	  //wp_delete_post( 57358, true ); 
	foreach ( $cfgs as $cfg ){
      if ($cfg->post_title == 'Toolset WooCommerce' )
	  	  wp_delete_post( $cfg->ID, true ); 
	}

I've already ran it on your staging site so the items should be deleted now.

Thanks,
Shane

#2175355

Thank you
I still have the problem that the content in the filed "פרטים נוספים" is not saved
Did you check it?

#2175429

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Doron,

I did check and saw the issue for you.

However this could be a plugin conflict why the WYSIWYG field isn't saving the data. Even a new field that I created had this issue as well.

Would you mind temporarily disabling all your non-toolset plugins and trying the field again.

Thanks,
Shane

#2175683

Hi
yes, now I have only toolset and woocommerce plugins activated and it is still not saving the data
You can check it 🙂

#2175685

also tested it with different Themes, the same problem...

#2175735

Hi again
So, I now see that this is a known toolset problem that solved on "3.4.14" version
Did you know that problem? we could save 3 days 🙂
so, I update the plugin and it is all good now
thank you
Doron

#2176263

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Doron,

My apologies I hadn't noticed the plugin was outdated at the time. I should've checked the release notes on the update.

My focus was mainly on the Toolset Woocommerce Custom fields.

However i'm happy that all the issues have now been resolved.

Thanks,
Shane

#2176265

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

You can go ahead and mark this ticket as resolved.