My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Ok, here is an update. I figured it out. I'm able to use ajax to communicate with Suitelets. This is a huge and opens up a lot of possibilities from the ecommerce side of NetSuite.
-
I would put the marketing campaign id on your banner ad and then use javascript in the page to pass that marketing campaign id to your iframe form. Once the iframe gets the code NetSuite should start tracking this. It would look like <iframe…
-
Do a search in the help section for "Keyword Marketing With Search Engines" and I believe that is what you are looking for.
-
Why not use suite script to collect the data based on the searches and then display it using a Custom Portlet. Would be a little more complicated but it should do the trick for you. Search for Portlet Scripts in the NetSuite help docs.
-
I just finished doing something like this however I was using individual id's of customers to pull data. <%=getCurrentAttribute('customer','email','Guest')%> You may have to declare this before you can use it depending on your layout. If you get an error message, try putting this in the the head section of your tab.…
-
Yes you need the advanced site customization in order to do this. Then you can display custom fields on your item templates.
-
My company has developed an alternative eCommerce system that works directly with NetSuite. The eCommerce site is hosted on external servers and ties directly into the NetSuite checkout. You can view our client's sites and functionality here. http://www.fullsource.com http://www.utilitysafeguard.com…
-
Inbound Single Sign on is for signing a user into the NetSuite application, not the NetSuite web store. For example I am looking to sign a customer into the customer center, or the web store to view special pricing.
-
Make sure that the custom column field is checked for store item and sale item. This will probably solve your problem. If you need to set the message dynamically then yes you will need to use scriptable cart and/or javascript to set the field value.
-
The cart line message only shows in the description field so the reason it wouldn't show is because I wasn't displaying the description field in my cart! :) I guess I should spend more time reading the documentation!
-
Use <%=getCurrentAttribute('item','addtocartoptionshtml')%> in your html item template. This will automatically pull your options associated with the matrix item.
-
Feel free to contact me and we can discuss. Thanks!
-
Hi Paul, Find the lines at the beginning of your right side column <td align="right" valign="top"> <table cellspacing="0" cellpadding="0" border="0" width="200"> give the td a class name <td class="rightside" align="right" valign="top> <table cellspacing="0" cellpadding="0" border="0" width="200"> in your css set the class…
-
You have to access it via the style sheet and override the current style setting. I have done this many times and it will work. Look to see what the element name is and then set the background color. Something like #tablename{background-color:#ffffff !important;} This will set an element with the id of tablename to a…
-
You could use an array. This is some code I use a lot to display multiple images for use on product detail pages. <script type="text/javascript"> <!-- var myimages = new Array( "<%=getCurrentAttribute('item','custitem_alternateimage01')%>" ,…
-
I haven't had this problem so far, and I hope it doesn't come up because I use a lot of this type of code in my websites!
-
You have to look at what the current styles or classes are on the left side and then override those styles in your style sheet. You may have to specify that your style overrides the old style. To do this you use (!important) Your style sheet goes in the head of your theme or document. Or you can just hard code a style in…
-
Just create a theme, in the Content area of the theme create a tag with some html.... <td id="body-conent"> <TAGBODYCONTENT> </td> Then in that tag put <table id="content-table"><NLCOLUMNCONTENTS></table> Then on you home page replace the <TAGBODYCONTENT> with your new html or whatever you like. It will work fine, I do…
-
Here is how you can get it to work. Create a custom field for use on your items. In that custom field put the tag for your info item that you want to display in your tab. For example <%=getAttribute('infoitem', 6 , 'storedetaileddescription')%> Then in your item template put the code to call this custom field like this…
-
It is possible but not supported by Netsuite. I have talked to them about this and they say it is not possible, but with the correct code you can get it to work. You have to do it in code, pick a shopping cart and then post items to it. You can also do this by having external websites and posting to the cart. As for the…
-
Does anyone know how can we find out what ecommerce edition we have installed. Is there a way to view this in our account?
-
The work around is to create a empty tag <TAGCSS> and then use tag substitution to make the modifications on your welcome tab. This way you can add whatever javascript and/or css that you need depending on the Tab or Category.
-
It is possible but not recommended. If you really want to try out the wsdk you should just get a developer account and play around with it there. This way you won't effect your live data/store.
-
Can you explain your problem some more. If I understand correctly you have a external store but you are unable to track ecommerce conversions? Can you not see any transaction data / revenue or are you just seeing it reported incorrectly?
-
These following fields Shopping.com Category Shopzilla Category ID NexTag Category Product Feed will not auto populate the websites. You have to sign up for an account with these websites, then you can export your products and upload them to Shopzilla and so on. These are just places where you can specify the category that…
-
With an External Catalog Site, you can host and design your own Web site and then integrate it with NetSuite's customer login, shopping cart and checkout pages. So you can make your website W3C compliant. The site that I built to interface with NetSuite via webservices is here. http://www.lexairclientportal.com I used…
-
Magento does a lot better with SEO, because it was built from the ground up as a SEO friendly ecommerce software, however Magento is a complicated piece of software from a designer/developer perspective. You can't have a developer with little programming knowledge make changes to the code. That being said, I have used the…
-
You have to apply a url to your website. You can do this by going to your website setup and applying a website url. thanks,
-
Hello Iby, I'm sorry but I don't know the answer but I am looking to do something similar and you may be able to help. I am trying to establish a single sign on within NetSuite webstores. I have multiple websites within NS and I would like for a customer to log in once and be logged into all websites. Is this possible?…
-
Go to Setup / Support / Online Case Forms Select your online case form that you wish to edit and then select your workflow tab. If you do not have any online case forms, you can create one by selecting new.