Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Netsuite not retrieving items with price more than $1000
Hi,
I am wondering if someone else has this problem.
My website cannot display items more than $1000 and we have no problem displaying anything less than $1000.
We are getting information by listing all products in Netsuite that are
"displayed on website" based on Netsuite ID.
First, Add items with netsuite ID -> store in database -> display on website.
Information doesn't get retrieved properly from Netsuite to store in the database.
-------------------------
Add Item Code
------------------------
function ajax_add_product($d) {
$p=explode(':',$d); // 0=cid, 1=nsiid
if(mysql_num_rows(query("SELECT nsiid FROM products WHERE nsiid=".$p[1]))) return "e";