I have an issue where the client is requesting that I put in a “color box” to select options of the product in wordpress… is that possible?
I don’t really think there’s an easy way I can do it, but if there’s anyone with any experience in woocommerce with some advice, I would greatly appreciate it.
here’s a screenshot of what I am hoping to achieve.
Thanks
You can use custom meta box for display color box section in add or edit product page.
for example in my case
i added commission box for property type post type:
below is code which i use
add_action( ‘add_meta_boxes’, ‘add_commission_box_properties’);
}
>