0

We have a Magento Pro 1.10.2 store accessing "incentive points" to be used like cash for products. We've redirected the Authorize.net module to communicate with a website of ours instead of their credit card services. This works great except that we need to remove the dialog boxes for credit card information from the frontend checkout page. We've looked though onepage.phtml and form.phtml but are baffled.

All we really need to do is to make card type, card number, expire date, and CCV invisible but give them default values so that the verifyer doesn't complain (or just turn off verification). We don't need these fields for the way that we are using the Authorize.net interface.

Thanks in advance for your help.

4

1 に答える 1

1

見てみる@

フロントエンド

/app/design/frontend/base/default/template/payment/form/ccsave.phtml /app/design/frontend/base/default/template/payment/form/cc.phtml

管理者

/app/design/adminhtml/base/default/template/payment/form/ccsave.phtml /app/design/adminhtml/base/default/template/payment/form/cc.phtml

独自のカスタム magento 支払いモジュールを作成する方が良いと思いますhttp://inchoo.net/ecommerce/magento/how-to-create-magento-payment-module/を参照してください

于 2013-05-15T20:28:55.240 に答える