magento 1.5:在catalog_manage产品中添加新字段_在产品选项容器中添加product_continue_custom选项?

发布于 2024-10-21 14:45:08 字数 132 浏览 4 评论 0原文

我想添加一个新的文本字段作为库存 目录->管理产品->添加产品->继续->自定义选项->在排序顺序文本字段后添加新选项容器。我尝试了一周,但没有得到必须添加新字段的模板。如果有任何其他方法来添加新字段,请帮助我。 ..

i want to add a new text field as stock in
catalog->manage products->add product->continue->custom options-> in add new options container just after sort order text field.I am trying for a week but i am not getting the template where i have to add the new field.If there is any other way to add the new field please help me....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天煞孤星 2024-10-28 14:45:08

在catalog_mangeproduct_custum选项中添加一个新字段。

文件:

1. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\option.phtml
2. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\text.phtml
3. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\select.phtml
4. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\file.phtml
5. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\file.phtml
6. C:\xampp\htdocs\magento\app\code\core\Mage\Adminhtml\Block\Catalog\Product\Edit\Tab\Options\option.php

表:

  1. catalog_product_option; 新列............
  2. catalog_product_option_pricecatalog_product_option_titlecatalog_product_option_type_pricecatalog_product_option_type_titlecatalog_product_option_type_value
  3. 在此表中
  4. 手动添加名为“
  5. stock”的
  6. ;在此表中手动添加名为“stock”的新列............

Add a new field in catalog_mange product_custum options.

Files:

1. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\option.phtml
2. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\text.phtml
3. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\select.phtml
4. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\file.phtml
5. C:\xampp\htdocs\magento\app\design\adminhtml\default\default\template\catalog\product\edit\options\type\file.phtml
6. C:\xampp\htdocs\magento\app\code\core\Mage\Adminhtml\Block\Catalog\Product\Edit\Tab\Options\option.php

Tables:

  1. catalog_product_option; Add a new column named ‘stock’ manually in this table............
  2. catalog_product_option_price
  3. catalog_product_option_title
  4. catalog_product_option_type_price
  5. catalog_product_option_type_title
  6. catalog_product_option_type_value; Add a new column named ‘stock’ manually in this table............
调妓 2024-10-28 14:45:08

对于如此详细的目的,最好使用组合产品而不是产品定制选项。

For such detailed purposes one better should use combined products instead of product custom options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文