简体   繁体   English

在可配置产品:Magento中操纵属性的顺序

[英]Manipulate the order of attribute in configurable product: Magento

I have 2 attributes, Capacity and Quantity and i need to custom order those attributes in my configurable product, currentily is showing Capacity before Quantity, but i want the reverse, i want to show Quantity before Capacity, like the following example: 我有2个属性,容量和数量,我需要在可配置产品中自定义订购这些属性,当前显示的是数量之前的容量,但是我想反过来,我想在容量之前显示数量,例如以下示例:

The attributes is Capacity and Quantity, and is like this 属性是“容量”和“数量”,就像这样

-Capacity
  -4GB
  -8GB
-Quantity
  -50

but i need to show this way 但我需要表现出这种方式

-Quantity
  50
-Capacity
  - 4GB
  - 8GB

How can i order this? 我该如何订购?

Witch version of Magento have you? 女巫版的Magento有吗? In version CE 1.9 you can drag attribute : 在CE 1.9版本中,您可以拖动attribute: 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM