Forums
(@worldofharry)
8 years, 6 months ago
I am having same issue. (Not sure if required to open new thread for it, so adding here)
Changed the product to Variable, now it is not allowing me to add price to it. Error: https://nimbus.everhelper.me/client/notes/share/565092/labfhsennoav23h1vsdq
It is valid error as regular price is required. From Docs: https://nimbus.everhelper.me/client/notes/share/565088/rs99ui3k5ibpl12s5adb
Woocommerce version :2.6.2
13 years, 4 months ago
Weird, this didn’t work for me.
Rather, this worked as I was working with query_posts.
$args["meta_query"] = array("state"=> array("Delhi", "IN"));
13 years, 8 months ago
I had a similar problem and got this resolved by providing complete URL and not relative URL while defining menus.
Hope that helps.
Remove ‘-‘ from the line below. add_action(‘admin_head-‘ . $plugin_page, ‘ga_admin_ajax’);