Trying to add custom taxonomy in Xstore’s Product Meta widget in Elementor

This topic has 3 replies, 2 voices, and was last updated 1 hours, 21 minutes ago ago by Andrew Mitchell

  • Avatar: Marios D.
    Marios D.
    Participant
    December 12, 2024 at 10:28

    With this code I’ve managed to add my custom taxnomy in Xstore’s Product Meta widget in Elementor:
    add_filter(‘etheme_product_meta_elements’, function ($elements) {
    $elements[‘car_model’] = esc_html__(‘Car Model’, ‘your-text-domain’);
    return $elements;
    });

    However I can’t figure it out how to display it.

    2 Answers
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    December 12, 2024 at 14:22

    Hello, Marios D.,

    We would like to kindly inform you that it is necessary to implement the meta output on the frontend. This can be achieved using the following action:

    etheme_product_meta_element_render

    For more detailed information, please refer to the file located at:

    plugins\et-core-plugin\app\controllers\elementor\theme-builder\woocommerce\single-product\product-meta.php

    Specifically, you can review the render() function within the file for further clarification.

    Should you have any questions or require additional assistance, please do not hesitate to reach out.

    Best regards,
    8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    December 12, 2024 at 16:13

    Dear Marios D.,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Trying to add custom taxonomy in Xstore’s Product Meta widget in Elementor’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.