0

PrestaShop 1.5.5.0 を使用しており、管理者モジュールの Payment and Gateways タブから Authorize.net AIM (1.4.4) をインストールしました。

Authorize.net ターミナル アカウントのログイン ID とキーを提供し、テスト モードを有効にしました。

Authorize.net モジュールが支払いページに表示されません。実際、次のエラーが表示されます。

No payment modules have been installed.

ガイドしてください!私のウェブサイトは公開する準備ができています。

よろしくお願いします。

4

2 に答える 2

0

Authorize.net の目的のモジュールが機能するには、ssl が有効になっている必要があります。モジュールを表示する方法は 2 つあります。ショップに ssl をインストールするか、モジュール コードを変更します。私は同じ状況を経験しました。SSLを有効にした後、肯定的な結果が得られました。ありがとうございました

于 2013-12-10T05:10:42.740 に答える
0

管理パネルに移動します。

通貨が有効化されているかどうかを確認する

Menu Localization> Currencies> 通貨 (米ドルのようです) が有効になっているかどうかを確認します (緑色のアイコン)

Menu Modules> Payment>パネルAuthorize.net AIMで がチェックされているかどうかを確認します。Restriction module payment

config.xml ファイルを見てください。need_instance は 1 である必要があります: prestashop フォーラム リンク

<need_instance>1</need_instance>


モジュールのバグ==> http://forge.prestashop.com/browse/PNM-1375

**This issue has been fixed. This is simply for informational purposes**

Authorize.net AIM module is corrupted/broken when choosing to disable another payment option. 

Went through the store and decided to remove the Bank Cheque option. 

CC options disappeared from Payment page. Disabled/enabled Authorize module - no change. 

Decided to uninstall/re-install module and CC options reappeared. 

Had turned back on Bank Cheque option while testing - decided to remove it and immediately the CC options disappeared again. 

Uninstall/re-install of module brought back CC options.
于 2013-09-24T12:53:24.523 に答える