Hi everyone.
I have a database (MySQL) full of items. I have added a search to search for type etc... however i would like to add an option to only pull results in a certain price range.
Currently i have the price set like this in the database:
itemPrice decimal(4,2)
Could anyone suggest how to move forward?
Thanks
I have a database (MySQL) full of items. I have added a search to search for type etc... however i would like to add an option to only pull results in a certain price range.
Currently i have the price set like this in the database:
itemPrice decimal(4,2)
Could anyone suggest how to move forward?
Thanks