Closed dzunghv closed 6 years ago
Maybe try with filters: woocommerce_rest_prepare_product_object & woocommerce_rest_prepare_product_variation_object in theme functions.php by add bundles info to response array. Then modify tmpl-product.php to show this new info.
Thank you so much! 👍
Hi,
I want to add more info below the product name, example: show the name of all products in the bundle http://prntscr.com/hvweod
How can I do this? Thanks!