Hi,
There is no price field because there is no price field. Since you can have several prices for a product, they are stored in a separate table and thus you can directly sort on them.
You have two options:
- You manually sort them with the "order" column on the products listing of the backend.
- You create a custom field of the table "product" via the menu Display>Custom fields and then create a mass action with the trigger "on after product update" and an action "update the values" on the column of your custom field with the operation value price.price_value
Then, you can select that custom field for the ordering column of your products listing. You'll have to save once your products so that the custom fields get filled automatically with the price data or run your mass action once so that it does that automatically.
Please note that custom fields of the table "product" are only available with the Essential and the Business editions of HikaShop.