在ruby on rails中对类别的四层树视图。

时间:2022-11-19 22:06:28

I want to implement a four level tree view like in left sidebar of thisflash web page.I want to implement it in spree and make subcategories of products.I have tried sidebar used in spree guides ,but it lists all values after second level.How can i implement this? Suggest me right javascript / rails practises that get my work done :)

我想实现一个四层树视图,就像在这个flash web页面的左侧边栏。我想在spree上实现它,并制作产品的子类别。我尝试过在spree指南中使用的工具条,但是它列出了所有二级之后的值。我如何实现它?向我推荐正确的javascript / rails实践来完成我的工作:)

1 个解决方案

#1


3  

Spree backend has got taxonomies, as given in the documentation, you can check the code

Spree后端有分类法,如文档中所示,您可以检查代码

http://guides.spreecommerce.com/user/configuring_taxonomies.html

http://guides.spreecommerce.com/user/configuring_taxonomies.html

#1


3  

Spree backend has got taxonomies, as given in the documentation, you can check the code

Spree后端有分类法,如文档中所示,您可以检查代码

http://guides.spreecommerce.com/user/configuring_taxonomies.html

http://guides.spreecommerce.com/user/configuring_taxonomies.html