Create a selection dropdown list named “Sort By”. #17
This function is the user can sort the posts by clicking different selections of the dropdown list:
From newest post to oldest post ("Most recent")
From lowest listing price to highest listing price ("Price: Low to High")
From highest listing price to lowest listing price ("Price: Low to High")
Task Test:
The selection dropdown list is at the upper right of the section of the products list. (Checked)
By selecting "Most recent", sort posts from newest post to oldest post (Checked)
By selecting "Price: Low to High", sort posts from lowest listing price to highest listing price (Checked)
By selecting "Price: High to Low", sort posts from highest listing price to lowest listing price (Checked)
Create a selection dropdown list named “Sort By”. #17 This function is the user can sort the posts by clicking different selections of the dropdown list:
Task Test: