Tell us what you are trying to do?
I am wanting to take a custom field tied to a product and add it to the view for wpv-woo-list_attributes. The reason I would like to do this is I don't want to add each custom UPC into the attributes table since each product will have a different one. I already have field with the UPC that I want to add tied to each product. Is there a way to add this custom field into the loop of this view?
What is the link to your site?
Link to a product page.
hidden link
I would like to add another section to the attributes table displayed here. Currently I am using {!{wpv-woo-list_attributes}!} to output this list.
Hi, this WooCommerce Views shortcode doesn't accept any options for customization, unfortunately, so there's not an easy way to adjust the output of this table from wp-admin. This would require custom programming that filters the results of the attributes table somehow using WooCommerce's APIs or custom JavaScript programming.
You could certainly add the custom field's value using wpv-post-field or something similar, but it wouldn't be part of that attributes table. It would be rendered outside the table.
My issue is resolved now. Thank you!