1

我有自定义支付模块。我发现在 onestepheckout 中,这是呈现付款方式表单的方式:

<?php if ($html = $this->getPaymentMethodFormHtml($_method)): ?>
<dd id="container_payment_method_<?php echo $_code; ?>" class="payment-method" <?php      if(!$this->getSelectedMethodCode()==$_code || !($hide_nonfree_methods && $_code == 'free')): ?> style="display:none"<?php endif; ?>>

<?php echo $html; ?>
</dd>

所以,对于我的方法 $this->getPaymentMethodFormHtml($_method) 是 FALSE。为什么?请帮我,

4

1 回答 1

0

检查你的后端,

system > configuration > sales > payment methods

启用任何方法?

如果没有启用,它将返回FALSE

于 2012-08-23T16:11:06.460 回答