lwl071083
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode amendment problemSorry Caleb Burks, It is not workable for me.
It still not have any changes after change the file.https://s31.postimg.org/ewzxm2b4r/Screenshot_from_2016_07_18_11_45_58.png
I guess whether it is shortcode problem… Here is my shortcode.
function shortcode_my_orders( $atts ) { extract( shortcode_atts( array( 'order_count' => -1 ), $atts ) ); ob_start(); wc_get_template( 'myaccount/my-orders.php', array( 'current_user' => get_user_by( 'id', get_current_user_id() ), 'order_count' => $order_count ) ); return ob_get_clean(); } add_shortcode('my_orders', 'shortcode_my_orders');Forum: Plugins
In reply to: [WooCommerce] Delay payment problemForum: Plugins
In reply to: [WooCommerce] How can I create picture fields in my own edit profile page?Thanks Caleb, I will search more information to do this.
I am doing internship job for implementing website which is wordpress based.Forum: Plugins
In reply to: [WooCommerce] How can I create picture fields in my own edit profile page?Yes. Those are all my custom fields.
I want to add a fields which enable user to upload photo!
Thanks Caleb Burks!Forum: Plugins
In reply to: [WooCommerce] Custom fields show in dashboard problemThank you Mike Jolley!
You are excellent!Forum: Plugins
In reply to: [WooCommerce] Custom fields show in dashboard problem[IMG]http://i65.tinypic.com/208cfpz.png[/IMG]
I add custom fields on edit profile page.[IMG]http://i64.tinypic.com/34t4fg5.png[/IMG]
But i want to show it in dashboard. Thus admin can see the information of user. Thanks Caleb Burks!