将隐藏输入添加到 magento 购物车表单并将其显示到管理/订单中
我需要向我的购物车表单添加隐藏输入并将其显示(如果订单正常)到管理区域的订单页面中,这可能吗?
我尝试遵循此 http:// /inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/
但在 1.4.2 中不起作用..有人可以帮忙翻译吗1.4.2?
I need to add a hidden input to my cart form and show it ( if order is ok ) into order page in admin area, is it possible?
I try to follow this http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/
but in 1.4.2 not work.. can someone help to to translate for 1.4.2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用结帐成功页面检索最后的订单 ID 并在其上添加评论。
You can use the checkout success page to retrieve the last order ID and add a comment onto it.