我可以为管理员用户自定义magento后端吗?

时间:2021-06-23 19:18:28

I am making an ecommerce website using magento.. I want to know if i can customize the back end as per my requirement.

我正在使用magento创建一个电子商务网站..我想知道我是否可以根据我的要求自定义后端。

Example : In the manage products page i want to create a custom page and give the admin users the option to easily add the products (Most of the values will be taken by default) and some will be chosen by user (I want to change the default UI and functionality for the admin users)

示例:在管理产品页面中,我想创建一个自定义页面,并为管理员用户提供轻松添加产品的选项(默认情况下将采用大多数值),一些将由用户选择(我想更改管理员用户的默认UI和功能)

Is it possible ?

可能吗 ?

1 个解决方案

#1


0  

Yes, it is possible. You can develope a simple module or a simple php one-file-script and add products easily using Magento API. You can set default values to some attributes inline.

对的,这是可能的。您可以开发一个简单的模块或一个简单的php one-file-script,并使用Magento API轻松添加产品。您可以将默认值设置为内联的某些属性。

I found a blog post, I don't recommend to use that code because it looks messy, but it will give you a hint;

我发现了一篇博客文章,我不建议使用该代码,因为它看起来很乱,但它会给你一个提示;

http://magentocoder.jigneshpatel.co.in/automated-quick-simple-product-creation-in-magento/

Also, there's a non-free module in magento connect named "Quick Product Add". It looks like what you need but I didn't test it and this is not a recommendation. You can find it here;

另外,magento连接中有一个名为“Quick Product Add”的非免费模块。它看起来像你需要但我没有测试它,这不是一个建议。你可以在这里找到它;

http://www.magentocommerce.com/magento-connect/quick-product-creation.html

#1


0  

Yes, it is possible. You can develope a simple module or a simple php one-file-script and add products easily using Magento API. You can set default values to some attributes inline.

对的,这是可能的。您可以开发一个简单的模块或一个简单的php one-file-script,并使用Magento API轻松添加产品。您可以将默认值设置为内联的某些属性。

I found a blog post, I don't recommend to use that code because it looks messy, but it will give you a hint;

我发现了一篇博客文章,我不建议使用该代码,因为它看起来很乱,但它会给你一个提示;

http://magentocoder.jigneshpatel.co.in/automated-quick-simple-product-creation-in-magento/

Also, there's a non-free module in magento connect named "Quick Product Add". It looks like what you need but I didn't test it and this is not a recommendation. You can find it here;

另外,magento连接中有一个名为“Quick Product Add”的非免费模块。它看起来像你需要但我没有测试它,这不是一个建议。你可以在这里找到它;

http://www.magentocommerce.com/magento-connect/quick-product-creation.html