My Stuff
Comments
-
You could probably run a script to change the values. Or ignore the NS standard field and just use your own custom field on the customer record.
-
OR... you could build into your existing drill down for all items, a script that detects a brand, and if it's a brand you want a banner for, to add the code for that. In a nutshell... var brand = nlapiGetFieldValue('custitembrand'); { if (brand == 'brand-A') { document.write('<img src='fdgdsgsdhgfjsgjtdhjshgfdhssrtdyfg'>);…
-
How customised do you want it? Just write your own search box code.
-
http://www.w3schools.com
-
You did not explain that. Try here: https://system.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteFlex/Customization/Forms_AssociatingCustomCodeFilesWithCustomForms.html#N1259221775-0
-
Your best bet would be to have a before submit script on your item templates that sets the drilldown on the store tab based on which line it is. That's moving forward anyway, existing products you'd need to mass update (if that field is available) or csv export/import.
-
We did this with great success. Add a custom checkbox to your items. Tick it if you don't want it to display in searches. Now, in your search results template cell, replace your opening <td> tag with something like this... <script language="javascript"> if…
-
Unless something has changed in the last 6 years you'll be hard coding that yourself, rather than using a dynamic method.
-
That works (it's called "Show uncategorized items" under Setup>Website>Setup Website) but if you also want the product in a category then you'll need a sexy little script.
-
You could script the links. Something like request any info about the user and if it doesn't return null do the href as normal, and if it does return null make the href="javascript:alert('You must be logged in to access this document');"
-
Complicated and convoluted, or simple. Your choice...
-
We don't use addThis and we get these appended urls.
-
What if you map it using the ugly NS url in your HEAD section? <link rel="shortcut icon" href="https://system.netsuite.com/core/media/media.nl?id=xxxamp;c=xxxxx&h=3cfa14a0c03f745614df&_xt=.ico" type="image/x-icon"> <link rel="icon"…
-
sc=7&category=5722 is a netsuite tag adding thingy. Nothing to do with addthis. Not sure about the other one though. And I'd love NS to answer why that is added sometimes and other times not.
-
This just shouldn't occur. If this is the fix, don't allow same names to be saved and it won't be an issue. Or, fix it internally.
-
If NS is ever going to go cookie-less I'll need to know well in advance. Many of our user-by-user customisations are made calling scripts that pull values from NS set cookies. I can't recall having a customer unable to check-out due to no cookies being enabled, so our customers must be in the 67% that don't. Good on them.
-
I've gotten rid of the net suite dynamic tags for the menus and coded it all myself.
-
Very strange... when you add the $0 item to the cart it has the correct price. What tags are you using to generate your related items?
-
Now I want an omma
-
Works fine for me. Safari on Mac. The only thing I can think of is after clicking the submit button below the postcode, the button stays there. I clicked that again an fit reloaded the shopping cart then realised to proceed to checkout button is over to the right. And I have a NS website!
-
Have you tried rebuilding it from scratch?
-
Add the field "promotion code" to the form and mark it as hidden. You can then append the url for the form with &promocode=xxxxx to auto populate it.
-
With the feature enabled? So you have gone to Setup>Company>Enable Features. Transactions Tab. Enable Promocodes ticked?
-
Can you post the code that you're using? It's a bit hard to see what you're trying to do/achieve.
-
That's probably a custom field. Look under Setup>Customization>Transaction Body Fields and see what you find.
-
You could do this with a cookie and a script.
-
Ours works fine on mobile. I think it's all about how you code within netsuite.
-
This may require a call to NS Support. Nnnnnnooooooooooooooooooooooo!!!!!
-
The right column only displays on certain pages, such as My Account. You can build a custom column in your Content Area Template, by adding a table/column to the right hand side.
-
I reckon you'd be better off adding the partner link to the checkout and shopping basket urls. Rather than to each item. Ese a cookie to store the partner value.