Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Magento 中,当我创建或编辑产品时,我需要知道该产品是新产品还是已编辑产品。
我找到了一个带有“new”或“edit”的部分或 URL,但我没有在网上找到任何东西来帮助我抓住这个。
你能帮助我吗?
编辑:
好的,我发现了一些东西: 我正在尝试获取控制器的 ActionName,但我在创建或编辑产品时运行自定义选项选项卡的块上。所以当我得到 ActionName 时,我得到“选项”,它是孩子,我需要上面的 ActionName(它可能是父母?)。 欢迎任何帮助,谢谢。
在创建产品期间,product_id 为 NULL,如果它是现有产品,则 product_id 将大于零。