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.
我不知道如何设置进入结帐页面时选择的默认付款。有没有办法通过数据库、管理页面或配置文件进行设置?
如果有任何帮助,我正在使用 4.5.2 版。
我还尝试将订单号设置为 0 以查看它是否会首先设置我选择的付款类型,但这不起作用。
试试这个它会帮助你:
找到这个文件:include/checkout.php 在下面找到这一行:给支付 id 你想要启用什么
// $smarty->assign('paymentid', $paymentid); $paymentid=14; // default payment selection $smarty->assign('paymentid', $paymentid);