ディスカッション

スイート全体に組み込まれたAI機能は、データをより迅速に分析し、より優れた意思決定を促進する独自の考察を生成できるようにすることで、生産性を向上させ、リーダーに利便性をもたらします。オラクルのAI機能がどのように役立つかについては、これらのオンデマンド・ウェビナーをご覧ください。

AIを用いた自動化で請求書処理を合理化

AIを用いた考察を使用して、計画と予測を迅速化
Hello Community! Josh Maxwell, a User Experience Researcher for NetSuite Foundation has fun a question for you. Imagine for a moment that NetSuite had an assistant like Alexa or Siri. What would you ask of your NetSuite assistant? Use this survey link to share your top questions to the assistant.

Here are some examples to get your creative juices flowing.

"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
NetSuiteの保存検索やレポートをマスターするための究極のガイドである分析センターを使用して、データの力を最大限に活用しましょう。複雑さを単純化し、組織の真の可能性を解き放ちます。今すぐ分析センターに参加して、新たな高みを目指しましょう!

SuiteCommerceでクレジットカード支払い方法を削除する 

編集済: 7月 25, 2024 10:22午前 ウェブサイト / Eコマース

適用

製品: NetSuite 2021.1
バンドル:  SuiteCommerceおよびSuiteCommerce Advanced

シナリオ

次の回避策は、DOMを介して支払い方法セレクターのクレジットカードオプションを自動的に非表示にし、基本的にクレジットカードの注文を防ぎます。

解決策

  • 1. サイト管理ツール管理者にログインします

2. ログインしたら、買い物客としてログインし、チェックアウト> 支払いページに移動します

3. 上部の編集モード(鉛筆)ボタンをクリックして、編集モードに切り替えます

4. 編集モードで、追加(プラス)ボタンをクリックします

5. CMS HTML()をクリックして、一番上の「すべてのページ」セクションにドラッグします

6. HTMLコードフィールドに、次のスクリプトを入力します

<script type="text/javascript">
$(document).ready(function() {
if (window.location.hash == '#billing'){


var sel = new Array();
$('.order-wizard-paymentmethod-selector-module-options').find('option').each(function() {
	var pymts= $(this).val();
	sel.push(pymts);
});
var ccIndex = sel.indexOf('creditcard');


var selected = document.getElementsByClassName('order-wizard-paymentmethod-selector-module-options')[0].selectedOptions[0].value;


if (selected == 'creditcard'){
document.getElementsByClassName('order-wizard-paymentmethod-selector-module-options')[0].selectedOptions[0].text = '';
}


document.getElementsByClassName('order-wizard-paymentmethod-selector-module-options')[0].options[ccIndex].style.visibility = 'hidden'
document.getElementById('payment-method-selector-content').style.visibility = 'hidden';
document.getElementById('payment-method-selector-content').style.height = '0px';
document.getElementsByClassName('order-wizard-paymentmethod-creditcard-module-selected-card')[0].style.visibility = 'hidden';
document.getElementsByClassName('order-wizard-paymentmethod-creditcard-module-selected-card')[0].style.height='0px';
}
});


</script>


<script type = "text/javascript">
var cc;
$(document).on('click', 'select.order-wizard-paymentmethod-selector-module-options', retrieve);


function retrieve(){
var sel = new Array();
var pymts;


$('.order-wizard-paymentmethod-selector-module-options').find('option').each(function() {
	pymts= $(this).val();
	sel.push(pymts);
});
var ccIndex = sel.indexOf('creditcard');
cc = $('select.order-wizard-paymentmethod-selector-module-options')[0].options[ccIndex];
$(cc).hide();
console.log('cc hidden');
}
</script>
タグ付けされた:

ようこそ!

サインイン

完全な詳細を表示するには、サインインしてください。

登録

アカウントがありませんか?ここをクリックして始めましょう!

リーダーボード

コミュニティの達人

第 1 四半期 (1月~3月 2025年)

今週のリーダー

今月のリーダー

歴代リーダー