BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Custom fields form WC Vendors do not appear on single product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #62556
    @uwethwp

    Hi @vapvarun @pallavi,

    I have an issue with the single product page (frontend). It does not show a custom product field I integrated in WC Vendors.

    The custom product field is visible on the product-edit thanks to a fix from @vapvarun. But it does not display in the frontend /woocommerce for the product.

    I checked 10 times now:

    1) The code in product-edit.php is correct.
    2) The code in functions.php in onesocial-child theme is correct too.

    I have simply no idea left how to fix it.

    Hope you can help.

    Thanks and best regards
    Uwe

    Answers

    #62793
    @uwethwp

    Hi @vapvarun @pallavi,
    Possible to get some urgent support on this please? Think that everyone with custom fields in WC vendors is facing the same issue. Without this feature, I can’t use the theme, because its not fully supporting WC vendors.
    Thank you and best regards.

    #62794
    @vapvarun

    Hi @uwethwp

    Please replace buddyboss-marketplace/templates/woocommerce/single-product/meta.php
    Line 22

    
        <?php //do_action( 'woocommerce_product_meta_start' ); ?>
    

    with

    
        <?php do_action( 'woocommerce_product_meta_start' ); ?>
    

    I have updated at your site, pasted the solution just for reference.

    It’s fixed in current development and it will be available inside next update.
    Regards
    Varun Dubey

    #62795
    @uwethwp

    Hi @vapvarun, Yes!! That was helpfull. Thank you! Have a nice remaining Sunday.
    Best Uwe

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Custom fields form WC Vendors do not appear on single product page’ is closed to new replies.