I am implementing a windows application that updates the os property database in order the properties to match the properties that the windows application has in its database ...
I am trying to figure out what is the use of the tables _osrs_property_listing_layout and osrs_new_properties and those tables are mandatory to be updated in order a property to be added correctly !!!
Can you please explain me the use of those tables..?
Hi Depy,
Those tables are being used for different purposes
1. #__osrs_property_listing_layout is being used to store parameters of Properties listing menus at frontend side
2. #__osrs_new_properties is being used in "New Properties alert" function
Thanks
Dam