問題タブ [aramex]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
2552 参照

javascript - How can I populate select boxes with multiple values?

I'm setting up a jqGrid which needs to visualize multiple values in one cell. The input comes from a form where the user can select multiple choices. I am able to display the select box, but not populate it. I have tried to insert an array in the JSON object, but to no success.

This is the model:

#xA;

And here are some variations of the data I've tried populating with:

#xA;

...and lots of other variations.

I've also searched the jqGrid forum, but didn't find a solution. How can I fix this problem?

0 投票する
1 に答える
2003 参照

combobox - How can I horizontally expand a combobox in jqGrid upon pull-down to display all content?

How can I horizontally expand a combobox pull-down display?

My actual data is: ARAMEX1234

But the pull-down display only shows: ARAMEX123

I need to support the following browsers: IE 6, 7, 8.

I tested it using Firefox and it works out of the box. However, my application will be run on IE and never on FF.

Here is the code (jsp file content):

#xA;
0 投票する
1 に答える
16566 参照

select - jqGridのedittype: "select"のeditoptions値を変更することは可能ですか?

jqGrid3.8.1を使用しています。別のコンボボックスで選択した値に基づいて、コンボボックスのプルダウン値を変更したい。だから私はのを変更する方法を探していeditoptions:valueますedittype:"select"

jqGridコードのサンプルは次のとおりです。

シナリオ:

  1. すべてshipが初期ロードとして表示されます。
  2. 在庫列がに変わるとYes、、shipのみが表示されFedExますTNT
  3. 在庫列がに変わるとNo、、、、shipのみが表示さInTimeARAMEXますARAMEX123456789

オプションを変更するにはどうすればよいですか?

0 投票する
1 に答える
544 参照

java - Aramex WSDL ファイルの解析エラー

Aramex 配送サービスの WSDL (配送の作成に必要) を解析しようとすると、名前空間エラーが発生し、次のエラー ログが記録されます。

どうすればエラーを取り除くことができますか?

0 投票する
1 に答える
2277 参照

python - Suds を使用したポート タイプの例外

次のコードを使用して、Python Suds を使用して Aramex 配送 SOAP API に接続しようとしています。

しかし、開始後、次の例外が発生します。

WSDL ファイルのソースは、ここにあります。

0 投票する
1 に答える
556 参照

php - BigCommerce での配送に外部料金を適用する

現在、BigCommerce には FedEx のような会社があり、製品の配送料を計算しています。クライアントは、デフォルトで BigCommerce にない外部輸送サービスを使用するように要求しました: Aramex。

Aramex には独自の API があり、料金計算のために顧客の詳細と製品の詳細を Aramex API に送信できるように、BigCommerce から顧客の詳細と製品の詳細を取得する必要があります。次に、このレートを表示する必要があります。このレートは、最終的な金額が表示されるときに全体の価格の一部になります。

これを行う最善の方法は何ですか?カスタム チェックアウトを使用する必要がありますか? 一般に、クライアントがチェックアウトするときにこのデータを取得するにはどうすればよいでしょうか?

0 投票する
1 に答える
761 参照

wordpress - WooCommerce カスタム配送プラグインでメッセージを表示するにはどうすればよいですか?

WooCommerce ショッピング カート用の Aramex Shipping Plugin を構築しています。メソッドを使用して計算された金額を設定できますが、API からのエラー応答add_rateがある場合、WooCommerce チェックアウトでこのメッセージを表示できません。

WooCommerce チェックアウトで文字列メッセージを表示する方法はありますか?

0 投票する
0 に答える
2434 参照

java - WSDL から Java を生成する際のエラー: java.io.IOException: Emitter failure

Aramex Shipments Tracking APIを統合しようとしています。WSDL ファイルをダウンロードし、Web サービス → Web サービス クライアント → WSDL ファイルのサービス定義を提供 → [次へ] をクリックして終了しました。しかし、次のエラーが表示されます。

どうすればこの問題を解決できますか?