Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Ultimate › How could i change the billing and shipping content of order details?
- This topic has 3 replies, 2 voices, and was last updated 8 years ago by
WCFM Forum.
- AuthorPosts
- August 7, 2018 at 6:57 am #27817
MOHO
ParticipantI hide some fields, and create some new fields at my site.
How could i use my custom “Buyer Details” and “Shipping Details” at order details for Vendors?Buyer Details 訂購人明細
1. Name
user_info->user_firstname
2. Gender
user_info->user_gender
3. Phone:
user_info->phone_number
4. Email
user_info->user_emailShipping Details 收件人明細
1. Name
order->get_billing_first_name
2. Gender
order->get_billing_user_gender
3. Phone
order->billing_phone
4. Email
order->billing_email
5. Address
order->get_billing_address_1Attachments:
You must be logged in to view attached files. - August 9, 2018 at 2:40 pm #28033
WCFM Forum
MemberHi,
You may achieve this two way –
1. Using Hook/Filter
2. Using template overrideKindly check this template for more info – wc-frontend-manager\views\orders\wcfm-view-orders-details.php
Thank You
- August 9, 2018 at 4:03 pm #28056
MOHO
ParticipantThanks
How could i change, and also could update your plugin online?
add my child theme?
- August 9, 2018 at 4:39 pm #28078
WCFM Forum
MemberHi,
Right, you can override this template under child theme –
Copy “wcfm-view-orders-details.php” file to yourtheme/wcfm/orders/wcfm-view-orders-details.php
Thank You
- AuthorPosts
- The topic ‘How could i change the billing and shipping content of order details?’ is closed to new replies.