This topic has 3 replies, 2 voices, and was last updated 1 hours, 21 minutes ago ago by Andrew Mitchell
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.
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
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
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