2017-02-09 49 views

回答

1

在Magento自定义扩展配置,您可以使用此代码添加文本区域。

<yourfieldid translate="label comment"> 
    <label>Title</label> 
    <frontend_type>textarea</frontend_type> 
    <sort_order>70</sort_order> 
    <show_in_default>1</show_in_default> 
    <show_in_website>1</show_in_website> 
    <show_in_store>1</show_in_store> 
</yourfieldid> 
+0

这样做的工作!谢谢! –