• 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/r4YpTjs

    https://ibb.co/YTxT1CL

    2. 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.

    [ Please do not bump. ]

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WC Lovers

    (@wclovers)

    No, we are not ignoring anyone.

    How have you created those custom fields ?

    Plugin Author WC Lovers

    (@wclovers)

    I think you have created thise using ACF or Toolset.

    WCFM Ultimate require to make those available under store manager, are you using this.

    Thread Starter adrimol84

    (@adrimol84)

    They are fields that were made through html, because we do not think that it would be necessary to handle another plugin for these fields.

    Before the update everything worked perfect, but now they are lost …

    the one we need the most is the finditcard, to be able to show it on the store page.

    this.

    `2. 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.

    Plugin Author WC Lovers

    (@wclovers)

    WCFM does not change anything related to this in recent updates.

    Possibly WooCommerce or theme template changed hooks, so it’s no more visible.

    Thread Starter adrimol84

    (@adrimol84)

    We are working with the urna theme, I am going to write to them, I am writing here to update you.

    Thread Starter adrimol84

    (@adrimol84)

    hello this is the response from urna developers.

    That code is not correct. Check condition is not correct, you can try on default theme Twentytwnetyone.

    That hook is correct, but the code that checks the condition is not correct
    if (is_home () || is_shop () || is_product_category () || is_product_tag ())

    Best regards,

    ThemBay Supporter

    [ Please do not bump. ]

    Plugin Author WC Lovers

    (@wclovers)

    That hook is correct, but the code that checks the condition is not correct
    if (is_home () || is_shop () || is_product_category () || is_product_tag ())

    Ok, then change that condition, it’s your own code.

    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>’; } }

    This code is not from WCFM core plugin.

    Thread Starter adrimol84

    (@adrimol84)

    Hello, this code comes from a ticket that I wrote in premium support # 299290 that you closed 2 days ago. because I have not been able to pay more support.

    I only need to show that data in the stores of your plugin ..

    Plugin Author WC Lovers

    (@wclovers)

    Ok.

    But we are not allowed to provide premium support over this forum.

    Thread Starter adrimol84

    (@adrimol84)

    Hello, thanks for your answer, I was finally able to pay for the support, your page did not credit me with the payment, I wrote you a ticket.

    Number: # 380467

    Thanks!!! I’m still happy with your plugin !!!!`

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Problems with custom fields’ is closed to new replies.