如何使用magento中的代码获取价格导航的所有价值选项
how to get all the value option of price navigation using code in magento
我需要使用编码在 magneto 中按子选项获取价格导航的所有子选项,因为我需要在类别产品列表页面的顶部
例如下图
在导航左侧过滤器中有三个选项列表我需要使用编码的选项,因为我正在 magneto 的产品列表工具栏顶部创建自定义导航过滤器
谢谢
如果您想更改价格过滤器范围的位置而不是更改以下代码
admin->Catalog->Attributes->Manage Attributes -> Price
更改价格属性的位置
尝试下面的 link 自定义层代码
http://inchoo.net/magento/layered-navigation-but-not-quite/
https://prafulrajput.wordpress.com/2015/03/11/how-to-show-custom-collection-with-layered-navigation-in-magento/
我需要使用编码在 magneto 中按子选项获取价格导航的所有子选项,因为我需要在类别产品列表页面的顶部
例如下图
在导航左侧过滤器中有三个选项列表我需要使用编码的选项,因为我正在 magneto 的产品列表工具栏顶部创建自定义导航过滤器 谢谢
如果您想更改价格过滤器范围的位置而不是更改以下代码
admin->Catalog->Attributes->Manage Attributes -> Price
更改价格属性的位置
尝试下面的 link 自定义层代码
http://inchoo.net/magento/layered-navigation-but-not-quite/
https://prafulrajput.wordpress.com/2015/03/11/how-to-show-custom-collection-with-layered-navigation-in-magento/