I am making an alphabetic easy-order form, and have 2 questions. I created a category and am using the entity display list to show the products.
1. Can I have it sort by product name, regardless of the sort params in the category setup screen? It's using the aspdnsf_GetProducts stored procedure and is loosely based on the entity.simpleproductlist.xml.config xml.
2. Is there any way to get it to roll up by product - *with* a dropdown for variants?
This is what I have now.
https://nutritionpureandsimple.com/c...rder-form.aspx
If you look, there are 2 rows for AntiOx Serum. I'd like there to be one row, with a dropdown containing 1 oz. and 4 oz. (note that even though these are "sizes" they are represented in the catalog as "variants". Is this doable?
I know how to get the stored proc to give us 1 line per product (without variants) but I'm not sure how to get it to present the variants in a dropdown.