Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Luis,
Sorry for the late reply.
With the custom code above, I think you can re-order the custom fields of the user profile/register form, as well as the frontend submit form.
https://metabox.io/frontend-submission-reorder-post-fields/Long Nguyen
ModeratorHi guys,
You need to loop through the array to get sub-fields value. See more on this documentation https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-values.
Refer to topics https://support.metabox.io/topic/oxygen-builder-output-a-repeater-field/
Long Nguyen
ModeratorHi,
Thank you for reaching out.
Please follow this documentation to know how to use the shortcode
[ rwmb_meta ]
https://docs.metabox.io/shortcode/April 14, 2021 at 12:23 PM in reply to: ✅Specific Group of User Meta Fields Assigned to WooCommerce Product on Order #27225Long Nguyen
ModeratorHi,
The product will show on the user editing page, use it as a sub-field. See my screen record https://share.getcloudapp.com/5zuBdqzK.
Long Nguyen
ModeratorHi Jose,
Thank you for your feedback.
Currently, the settings page only supports changing the position for the top menu. I will inform the development team to consider adding this case to the to-do list for future development of the plugin.
Long Nguyen
ModeratorHi Martin,
Conditional Logic uses JavaScript to find the field ID and do its function so if you use two fields with the same ID, it will not works properly in some cases.
You can use the action
rwmb_{$field_id}_after_save_fieldthen set a field value base on another field value. Get more details on the documentation
https://docs.metabox.io/actions/#rwmb_after_save_field
https://docs.metabox.io/rwmb-set-meta/April 13, 2021 at 9:52 PM in reply to: ✅Specific Group of User Meta Fields Assigned to WooCommerce Product on Order #27214Long Nguyen
ModeratorHi there,
Thank you for using our plugin.
To assign group fields on the checkout page, I think it's not easy and need a lot of code. You can easier to create a group (cloneable) with subfields. Each cloneable is a child, use the field post to assign a post type (product) to a child. Then let the parent (user) update their childs by using MB User Meta.
Hope that helps.
Long Nguyen
ModeratorHi,
I'm not sure how Oxygen executes functions on their side. But glad to see it works.
Long Nguyen
ModeratorHi,
I've created a feature request for the development team to support this case in future updates.
Long Nguyen
ModeratorHi,
Can you please confirm the single room works, show the content on the frontend? Please share some screenshots of some single rooms (Triple room, Quad room).
You can click on the button "Get PHP code" to generate the code that creates the post type. I will check it on my end.
Long Nguyen
ModeratorHi Jackky,
Thanks for your suggestion.
MB Blocks create blocks by custom fields via PHP code so it is different from native JS to create global props. I will inform the development team to consider adding this case to the development roadmap.
Long Nguyen
ModeratorHi,
Thank you for your effort.
I'm going to report this case to Anh Tran. He will help you to check the pull request.
Long Nguyen
ModeratorHi,
Thank you for reaching out.
Can you please share some screenshots (whole screen) of this issue? Where did you embed the code to show Frontend form and Frontend Dashboard?
Please try to use the shortcode in the documentation on two pages and see if it works.
https://docs.metabox.io/extensions/mb-frontend-submission/Long Nguyen
ModeratorThank you for your feedback.
Please add the shortcode in the WordPress editor to make it works properly. I will inform the development team to check this case.
Long Nguyen
ModeratorHi,
On the documentation, we also give the sample code to output the term meta https://docs.metabox.io/extensions/mb-term-meta/#getting-field-value. It does the same like the WordPress function get_term_meta().
-
AuthorPosts