Virtuemart - 禁用结帐过程的所有选项,编辑收集的信息
我正在尝试禁用结帐过程的所有选项。另外,我需要(由于我正在从事的这个项目)编辑结帐时询问的信息,询问我的客户为了处理订单而必须做的一些具体问题。
有谁知道需要编辑哪些 php 文件才能完成此任务?在 Virtuemart 管理选项中,有 2 个无法禁用的结帐选项;为什么?我的 joomla 管理员用户无权访问它吗?
I'm trying to disable all the options of the checkout process. Also I need(due to this project I'm working on) to edit the information asked at checkout, to ask some specific questions my clients has to do in order to process the order.
Does anybody knows what are the php files That are needed to edit in order to get this done? In the Virtuemart admin option there are 2 checkout options that can't be disabled; why? Does my joomla admin user doesn't have the access to it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在不破解核心的情况下不可能禁用支付和确认。即使用户没有付款(例如采购订单或货到付款),系统仍然必须知道如何付款。确认页面是向数据库提交订单的页面,没有它订单将永远无法完成。
至于注册字段,您可以通过虚拟机管理员在“管理”菜单中单击“管理用户字段”来管理这些字段。
It's not possible to disable payment and confirmation without hacking the core. Even if the user is not paying, like a purchase order or COD, the system still has to know how payment is going to be made. The confirmation page is the page that commits an order to the database, without it orders would never be completed.
As for the registration fields, you can manage those through the VM admin in the Admin menu click Manage User Fields.