2018.07.12 修改了Custom Field #1's Description设置后不显示的问题

后台设置的Custom Field #1's Description没有在实体店编辑页面显示出来
主要改了Zou\Demo\Block\Adminhtml\PhysicalStore\Edit\Tab\Form
里的代码。
插件修改记录
这2个地方 之前写错了。 导致没有找到后台设置的内容。

2018.07.13 添加了如何创建cron任务和功能,每5分钟cancel掉pending订单的案例代码。

具体讲解在 插件实战->扩展阅读->如何创建cron任务和功能一章里。
主要添加了4个文件。
etc/crontab.xml
etc/di.xml
Command/Run.php
Model/Cron/PendingOrderAutoCancel.php

相关文章:

  • 2021-06-02
  • 2022-02-12
  • 2022-02-02
  • 2021-04-12
  • 2021-07-16
  • 2021-08-22
  • 2021-08-18
  • 2021-07-22
猜你喜欢
  • 2022-02-18
  • 2021-10-15
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案