如何在属性选项中显示来自 eav_attribute_option 的自定义值?
How can I display a custom value from eav_attribute_option in attributes options?
这里我有 2 个自定义列 table 'eav_attribute_option':
我想在这里显示这个值:
所以,这是我的输入 'cor'
'<td class="a-center"><input name="option[color][{{id}}]" value="'**DISPLAY COLOR VALUE HERE**'" class="color {required:false}" style="max-width:60px;"><\/td>'
已解决,在我的块中我有一个带有属性值的 foreach,然后将它发送到 phtml 文件。
这里我有 2 个自定义列 table 'eav_attribute_option':
我想在这里显示这个值:
所以,这是我的输入 'cor'
'<td class="a-center"><input name="option[color][{{id}}]" value="'**DISPLAY COLOR VALUE HERE**'" class="color {required:false}" style="max-width:60px;"><\/td>'
已解决,在我的块中我有一个带有属性值的 foreach,然后将它发送到 phtml 文件。