Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
FORMATION STRATEGIQUE DURAND

Advanced Product Fields for WooCommerce

Hi,
Please, can you help me with “Advanced Product Fields for WooCommerce” plugin ( https://wordpress.org/plugins/advanced-product-fields-for-woocommerce/ ) ?
We use this plugin to create extra options for variable products. We have a per product custom fields, each one have its one price. I don’t find how to display these fields into admin column and edit them inline…
Best regards

2 years, 9 months ago
FORMATION STRATEGIQUE DURAND

I think I found it. But in the “field type” selector there is no select or radio button. Is it possible to enable this type of fields?

2 years, 9 months ago
FORMATION STRATEGIQUE DURAND

The plugin support told me the fields are stored in a serialized array. Could it be the problem?

2 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

If the data is indeed stored serialized, then there is no easy way to support our pro feature for that custom field.
For displaying we try to deserialize the data in order make something out of it, but it might be even not the display value you expect. If you want to support serialized data, the only way is to write your own column with editing support. You could have a look at our toolkit to write your own column.
https://docs.admincolumns.com/article/21-how-to-create-my-own-column

Another option is that you write your own hooks on top of the existing column to change the edit behavior.
You could have a look at the available hooks in the edit sections:
https://docs.admincolumns.com/article/15-hooks-and-filters

You can use the acp/editing/view_settings hook to change the input to a select box. But you also need this hook acp/editing/save_value to make sure that the data is stored the same way that the other plugin expects it to be.

2 years, 9 months ago
FORMATION STRATEGIQUE DURAND

Thank you for the quick answer.
I tried but can’t achieve what I need.
I will finally use Woocommerce variations for this. I can find the start and end dates custom fields create the columns and edit it with admin columns, great! But we need to be able to create new variations from the product variations list. I don’t find this option, do you think it could be possible?

2 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

Unfortunately, our plugin does not offer a way to create new variations.
Variations still need to be created from the WC Product view.

2 years, 9 months ago
FORMATION STRATEGIQUE DURAND

Damned. I understand why.
But may be an option to duplicate a variation could be easier to add. Then we could modify this variation with the good attributes…
Thank you again

2 years, 9 months ago

You must be logged in to reply to this topic.