Can sub categories have multiple parents?
Jan 25, 2019
3
Level 1
How to implement Infinite category tree?
Currently i am developing an eCommerce web application. In that admin should able to add infinite category tree. like this
category1 • sub category • sub sub category • more categories...etc • sub category
In that some fields are only select boxes some are only numbers( such as rooms, vehicle year..etc ) some are alpha numeric. and in posting page according to user selected category value sub categories should be loaded as select boxes or text boxes and it should be saved in post database table it should able to retrieve category details for particular post. Any idea to implement this ?
Please or to participate in this conversation.