kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Question: How to add more info below the product name? #181

Closed dzunghv closed 6 years ago

dzunghv commented 6 years ago

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!

ToanVenota commented 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.

dzunghv commented 6 years ago

Thank you so much! 👍