Problems with custom fields
-
Hello, we are very happy with your plugin, it is very easy to configure and use, your plugin has made our work much easier, we recommend it 100% !!!!!
But I have a problem with the latest update.
1. I lost some custom fields, I can’t find them anywhere. In the store manager, I attach images.
In wocomerce we have these custom fields and in the manager they should appear but they do not appear.
https://ibb.co/RBKZrx5
https://ibb.co/r4YpTjs2. And a code that is created with you does not show the information either.
code:
https://ibb.co/KKR0YZG
https://ibb.co/tbjxh94
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘bbloomer_woocommerce_product_excerpt’, 35 ); function bbloomer_woocommerce_product_excerpt() { global $WCFM, $WCFMmp, $product; $product_id = $product->get_id(); if ( is_home() || is_shop() || is_product_category() || is_product_tag() ) { echo ‘<span class=”excerpt”>’; echo get_post_meta( $product_id, ‘finditcard’, true ); echo ‘</span>’; } }Could you help me see what happened.
Cordially.
Adriana.
The page I need help with: [log in to see the link]
- The topic ‘Problems with custom fields’ is closed to new replies.