douluanji8752 2015-05-27 03:04
浏览 29
已采纳

Prestashop 1.6在功能添加/编辑表单中显示自定义字段

I am able to display my custom field in Feature Value Add/Edit form by overriding AdminFeaturesController and overriding initFormFeatureValue() function.

I want to do the same for Feature Add/Edit form but cannot find function to override. I tried renderForm() function but didn't work.

Which file/class/controller/function should I look into to override Feature Add/Edit form to display my custom field?

  • 写回答

1条回答 默认 最新

  • dongxiaowei_1234 2015-05-27 20:28
    关注

    OK, I fixed it. Actually had to call AdminController::renderForm() instead of parent::renderForm() in my override.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?