My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
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.
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.
Comments
-
I have just started using PayPal integration built in with Reference checkout 1.04. and I have came across a few bugs. Sometimes you cannot click the logon button when typing your paypal account name. Sometimes a Sales Order will have Paypal selected as the payment type with no transaction information linked from Paypal,…
-
I wrote a jQuery script that displays a popup if the user has an entry in their input box and tries to navigate away from the page before adding the item to the cart. It will take some work but perhaps you could use this as a starting point. $(function one() { $("input[name=qty]").on("input blur select trigger", function()…
-
I just wrote this script today for this. It's a user event script that's executed after submit function, with the deployment options, applies to"Lead"; Roles:"Online Form User"; Event type: "Create". The commented out code is for changing subrecord information, street, city.. etc. function setdefaultship() { var compName =…
-
running on reference checkout, SCA, vanilla SB?
-
Update: I tried using external link instead of the internal link to the suitelet. xhttp.open("POST", "https://forms.na1.netsuite.com/app/site/hosting/scriptlet.nl?script=41&deploy=1&compid=1160039&h=8cd45e87dee330794f31", true); And got the reponse: <tr><td class=text><img src='/images/5square.gif' width=5 height=5>You do…
-
Hi Farrago, We use some items with "allow backorder but display backorder message. And the message is displaying fine for us, under the item page and in the checkout it is shown. This is on 2.04. reference checkout.
-
Hi Tom, I am new to NS and have just started our Webstore with Reference checkout 2.04. I have successfully implemented multiple custom transaction body fields to the checkout for user to input data and have it saved in the sales order(per suite answers). I have not put any data from checkout to customer record, however…
-
Why not pull the webstore description field? I did this easily by importing sales desc field to webstore desc field via CSV import. : Field ID: storedescription
-
I had this same issue, and I could not figure out how to get the drop down nav menu to appear above the reference checkout using z-index.. I tried all sorts of z-index settings on the menu with no luck. I finally corrected this issue by adding </table></div> tags to the start of my theme's body LOGO AND TABS TEMPLATE HTML.…
-
This is how it looks: http://i.imgur.com/p7BXzOU.jpg http://i.imgur.com/F7MUfkM.jpg
-
Hi Farrago, Those instructions are outdated to get a custom field to store a value in NS records for 2.04. The link below is the suite answers I used to store values in custom fields to a sales order. I believe if you use the documentation below along with the HTML needed for a drop down selector from your answer, you may…
-
It's working on reference checkout 2.04 for us out of the box, using HTTPS for all images. We are using the checkout.na1.netsuite domain, however we have turned off image re-sizing on sitebuilder as that has caused us huge issues.