Hello,
I used the code shown below to create Price “High” and “Low” on each page on my website.
When I click on either “High” or “Low” it is not showing all the the items either in a ascending or descending order on the page.
For example if there are 30 Items in one page with a variety of prices starting from ( 10, 20, 30, 40, 50s) if I click on price “High” (descending) it will show prices from 30s in a descending order first, then when I scrolling down suddenly after twenty items it will start showing prices from 50s in a descending order.
It is the same when I click on “Low” ( Ascending order) as well.
I believe that the issue is due to the fact that the field of the price in your collection (database) is set to be a ‘text’ type and so it sorts the numbers according to the first digit only.
Try and change it to a field of type “numbers” and inform us if the issue isn’t resolved.
I deleted the items on the collection and changed the Field type to “Number” as you mentioned. It is working! Brilliant.
Thank you SO… MUCH for your help. I appreciate it very much.
One more thing please.
On the CSV sheet I import, under the IMAGE Column section have added links.
On the Collection (database) I changed the Field Type to Image
Then I import the CSV sheet to Collection (database)
As you can see on Image 2. bellow, some of the images appears and some do not.
As you’ve stated the content management shows part of the images just fine and part as broken links
I’ve noticed that the ones that fail to present are actually valid image URLs but ones that do not end with an image file type (*.jpg for example)