Multiple products in the same View but with different attributes show different attributes in the same column #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, if you have two products with these attributes:
A Shirt
B Shirt
and show them in the same table, values for both "Size" and "Cut" will be in the same column.
Solution for this is to create two Views and attach one to the other. You will not be able to run "Results summary" on the combined tables.