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.
我们正在使用魔法世界的 onestepcheck 和免费礼物扩展。免费礼品选项在购物车页面上显示良好
现在的问题是我想要在 onestepcheckout 上完全相同的免费礼物选项。我怎样才能做到这一点
伊姆兰,我可以指导你从哪里开始。
在您的 app/code/design/frontend/your_theme/freegiftextension/ 中必须有一个购物车页面文件,该文件必须覆盖默认的 magento cart.phtml
检查文件并复制显示免费礼物选择的代码,如上面的屏幕截图所示。
然后您需要创建 onestepcheckout 模板并使用上面复制的相同代码,当然还有一些调整。
您还需要为上述创建的操作创建模型和控制器。这将与在购物车页面操作中所做的相同。
希望这能给你一些东西。