Magento:将按钮添加到购物车视图
我喜欢在购物车视图中添加一个按钮。我还喜欢自己实现业务逻辑,按下按钮时会触发该业务逻辑。
我怎样才能做到这一点?
I like to add a button to my cart view. I also like to implement the business-logic myself, that gets triggered when the button is pressed.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将带有按钮的块添加到 checkout.cart.methods & 中。 checkout.cart.top_methods 使用 checkout.xml 布局块
You can add a block with your button to the checkout.cart.methods & checkout.cart.top_methods blocks using checkout.xml layout