My Stuff

adhoc Blue Ribbon

Comments

  • Assign the field to the Basic Tab. Then go to customize the custom form you've applied it to. There should be an orange/yellow button that reads "Move Items Between Subtabs" - click that. Then go to the Basic tab, and scroll down until you find your field. Select the Store subtab from the drop-down list for your field and…
  • If you have both online price and quantity pricing for an item, then it would show the quantity pricing. That is the problem. We have both an online price as well as quantity pricing for the items. However I do not want to display the quantity pricing on the website. I would like to keep the quantity pricing info stored in…
  • To access specific price levels, you can try <%=getCurrentAttribute('item', 'baseprice')%> and <%=getCurrentAttribute('item', 'onlineprice')%> You can also use: <%=getCurrentAttribute('item', 'pricelevel1')%> <%=getCurrentAttribute('item', 'pricelevel2')%> <%=getCurrentAttribute('item', 'pricelevel3')%> etc. It worked!…
  • That sounds like it might work; I'll try that. Thank you!
  • Here is a template that we use for our category list cell Here is a link to the page I am working on : http://www.adhocelectronics.com/Products/RF-Development-Kits <td> <table width="100%" border="0"> <tr> <td><h1 class="heading2"><a href="<%=getCurrentAttribute('sitecategory','urlcomponent')%>" style="text-decoration:…
  • DJ I tried your advice and I had no luck... I'm not sure why it is not working. I tried using the declareAttribute tags in my templates, I tried using it in the html itself and neither of those worked. So I'm not sure if I'm just doing the wrong thing or what. How could I help u to help me? would having u look at one of my…
  • Will a NetSuite employee please comment on this? There are a lot of people demanding this functionality. Our company is also using Google Analytics with our NetSuite shopping cart. We are using the tag <%=getCurrentAttribute('confirmation','total')%>, but Google does not get our shopping cart total. Please help, someone.
  • So, here are some specific questions. I am using tags that look like this: <%=getCurrentAttribute('recordType','attribute','default')%> 1st question: What 'recordType' do I use in tags that are in a template for the Welcome Tab? Is it sitecategory, site, or something else? 2nd question: The Welcome Tab on NetSuite has…
  • That is very helpful. I'll try those suggestions. Thank you.
  • I actually just figured out how to do a custom category search where I can choose which fields I want to display in the columns for the search results. I also wish there was a custom category view like their is for the items where you can enable editing and edit the fields right there without clicking into the actual item.
  • I don't know if this will be of much help, but here are some observations I have made. In NetSuite, when we set up a new Inventory Item for our web site, we choose an image to display. That image is selected in 2 fields: Item Display Thumbnail and Item Display Image. The dropdown list for both of those fields is populated…
  • we created a customer log in account that has net 30 to allow anyone that would like to experience the error we are having on IE7. If you want to look at the code to see where the problem is coming from just view the page source and that should give you what you need. email address: marketing@adhocelectronics.com password:…
  • Thank you very much for your suggestion. We got rid of that command and it solved the problem where every page on our site said ERROR in the bottom left hand corner. However, the submit order page is still having the same problem!! In the bottom left hand corner it says: Done, but with errors on page. Anyone have any other…
  • These are great questions. On a related note, I saw this press release last fall hyping the fantastic integration that NetSuite is providing for tracking paid search campaigns: http://www.netsuite.com/portal/press/releases/nlpr08-22-06.shtml The most intersting part of this release is the following: [INDENT]Pricing and…
  • Has anybody made the Google cost per conversion report to include the "order totals"? I can see my percent of conversion in Google, but I have never learned how to pass the order-total variable to Google on the "order competed page". Can someone give me advise on that? T PS: I wonder if NetSuite doesn't like to give advise…
  • I have a similar problem. I am trying to create an online form template and am following the "Creating an Online Form Template" directions under the help menu in NetSuite. My problem is the NetSuite tags, such as <NLFIRSTNAME>, aren't displaying any fields when I preview the document. Also, in the help instructions just…
  • I have this same question. Did you ever get any help on this? -Warren
  • We want to add an Inline HTML custom item field to the store subtab for use with custom item templates on our website. The option to use as a "Store Value" is greyed out. Is there a guide or any suggestions on how to use this functionality?
  • We are experiencing the same problem. One customer sent us the following email explaining: [INDENT]I have tried to place an order. I get to the point where I enter my address and when I press the continue button I get the hour glass and the system will not go any further. [/INDENT] We spoke with him on the phone and found…
  • We are experiencing the same problem and would like to know how much time it typically takes. This is extremely frustrating. I am working with an image at the top of our web site. I have discovered that the image will show when I click on the "register" option on the home page. That's the only place the image shows. Why is…
  • Delia, Your site looks fantastic! Can you share how it is set up? Was it done in house or with a contractor? It appears to be entirely hosted inside Netsuite is that correct? Do you have many custom fields or is it primarily custom templates? Congratulations for a great site. Thank you in advance for any ideas or hints you…
  • Any update to the status of Google Checkout integration. I think we had a major release in 2007 but I'm not aware of any support for google checkout. Thanks - Ad Hoc
  • We had the same problem. We actually purchased the advanced inventory module and tried to use it but found that once an item was part of a matrix it was impossible to display one of the product permutations alone when we wanted to feature one configuration. We found other anomalies in working with matrix items that made us…
  • We contacted Endicia customer support who indicated that "First Class International Package" service does include tracking at this point. Yet we are still not able to choose it in the NetSuite shipping item setup. The cost of this service level is a significant savings from Priority International service. What does it take…
  • We did recently turn on Multi-location inventory. One of the items had a preferred location and the other did not so it must have been calculating shipping for multiple packages even though they ship from the same location. We updated the items with the correct preferred location and that seemed to take care of the…
  • Actually no, I don't understand NetSuite's explaination for setting up free shipping on individual items. Why can't I just put $0.00 in the shipping field on the item page and be done with it? Why, in order for this $0.00 amount to apply to the item, do I need to create a "ship item" as well? So are there two items now…
  • This is an update to our problem. We tracked it down with the help of other users in this group. The problem was related to our transition to using multiple locations though we only have one location at this time. We were advised to turn on multiple locations now so that it would make the addition of new locations easier.…
  • Recently we have noticed that our shipping quotes from UPS have been off. When we calculate the shipping charges for a sales order in NetSuite, a reasonable quote is calculated; HOWEVER, when our customer is submitting a sales order via our webstore, the real-time UPS shipping quote is way too high. To verify this…