By using woocommerce product addon i created some custom fields on product page.When i use do_action( 'woocommerce_single_product_summary' );
It shows all the custom fields.I have a custom page page i want to show some custom field but not all.
Asked
Active
Viewed 1,524 times
0

Imtiaz Pabel
- 5,307
- 1
- 19
- 24
-
Which custom field are you talking about ? – Rohil_PHPBeginner Dec 18 '14 at 07:29
-
i create many custom fields using woocommerce product addons plugin.i want to display some of them in a particular page. – Imtiaz Pabel Dec 18 '14 at 10:57
-
Are you talking about [this](http://s3.postimg.org/w5wsdv1hv/woo.png) ? Have you added this field from here ? – Rohil_PHPBeginner Dec 18 '14 at 10:59
-
Not here,At first i active woocommerce product addons.Then i found a sidebar menu under advance that is Add-ons using that i create custom fields and it's group – Imtiaz Pabel Dec 18 '14 at 11:08
-
[take a look at here](http://stackoverflow.com/questions/25577307/woocommerce-how-to-display-fields-from-the-product-add-ons-extension). I have not used that so I can't help you.Sorry – Rohil_PHPBeginner Dec 18 '14 at 11:29
-
i looked this url.there's not what i want.Thank for your try. – Imtiaz Pabel Dec 18 '14 at 11:46
-
WC ! What I can tell you is check where data is stored in database and try to fetch them with `wp_query` if you don't find any solution and you are in hurry. – Rohil_PHPBeginner Dec 18 '14 at 11:48