Z
Z
zhen_safronov2019-03-13 13:19:10
WordPress
zhen_safronov, 2019-03-13 13:19:10

Characteristics are not displayed when importing?

Good afternoon. There is a task to import data from a file. everything is ok with import. But, after the import, the "characteristics" field is missing. But if you go to the product itself and just click refresh, it appears. I import through the WP All Import plugin with the WooCommerce Add-On.
5c88d90e3aa47358286177.png5c88d9162250b449096783.png5c88d91c28d77584365681.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zhen_safronov, 2019-03-19
@zhen_safronov

Decision. Add to theme function

add_action( 'woocommerce_before_single_product', 'ec_child_modify_display_specs_attr' ); function ec_child_modify_display_specs_attr() { global $post; update_post_meta( $post->ID, '_specifications_display_attributes', 'yes' );}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question