My Stuff
Comments
-
I'm also wondering about this. I pretty consistently run into a situation where it would be beneficial for me to be able to sell a kit with several items that have different customer-selectable options. I think Linda gives a pretty clear picture of her requirements (which happen to be very similar to mine.) [LIST] [*]Her…
-
Well, it all kind of ended up working out in the end (once I remembered that IE goes absolutely ape**** when it sees the Javascript command console.log()...). In either case, after a little bit of testing on my end, it would appear that NetSuite definitely does not have any sort of backup for users with Javascript…
-
NetSuite helped me figure it out, just in case anyone else has a similar problem. Here's what I got from them: I would like to see if resetting the domain and web site settings would help resolve the issue. Please try these steps; -navigate to Setup>Site Builder>Setup Web Site -In the Domains Tab, remove the mark for…
-
Semi-related: I seem to have been able to get the upsell items to display only when certain items are added to the cart, but is there a master list somewhere of which items will display upsell items when added to the cart? For instance, adding Product 1 to the cart will make upsell items display, but adding Product 2 to…
-
OK, I may have gotten closer on this. In possibly one of the most anti-intuitive methods I have ever seen, it turns out you can related items to the shopping cart by editing the shopping cart tab. This doesn't really answer my question, but it comes pretty close to achieving the desired result.
-
I was hoping for something that's a little more specific to NetSuite. I have no problem using Javascript or something similar to change field values on the page itself, but I'm pretty sure W3 Schools isn't going to have information on how to execute script in the NetSuite backend that will take an entity field and assign…
-
I had considered scripting it, but I have no idea how to even start with that. Any good resources you could point me to?
-
It would appear that the same situation exists with custom item fields. Grrrrrrr........
-
as in: <%=getAttribute('invtpart','pagetitle')%> cuz that didn't work...
-
Well, I guess I should say that I'm not exporting the matrix options of a parent item to CSV. I'm exporting all the matrix items themselves. Is that what you mean?
-
Yes, we figured out how to use CSV import/export more effectively and have been doing most of our large-scale item editing using that method. It still makes me a little nervous, but I think as long as you keep the editing pretty simple, it usually goes pretty smoothly. And if something goes wrong, Netsuite will warn you…
-
OK, nevermind. After further digging, it appears that the feature to enable that feature to enable that feature has not been enabled on our site :-|
-
Well, it appears that I have found how to do it. However, the documentation seems to have the wrong information (or at least information that is worded very wrong). I found the following attribute tag, which seems to be exactly what I'm looking for: <%=getRecordAttribute('recordTypeID',id,'attribute')%> The documentation…
-
Thanks for the suggestion. I've gone in and created the custom record type, and assigned some test data to it, but now I'm having trouble getting the record itself assigned to anything. How can I assign its parent record so that I could actually use it on an item entry form? That's what I need to do right? Sorry. This…
-
Well that's kind of a bummer. We don't have a huge number of products, but that doesn't mean I want to go through all of them and create redirects for everything... If only there were wildcards...
-
Maybe I misspoke about what I was trying to do. I guess I didn't really understand what I was doing or what the parent/child relationship was meant to do. In either case, I have achieved the result I was looking for (sort of) in the following way. [LIST=1] [*]Created a custom record type for product videos [*]Created an…
-
Thanks for the info, guys. I'm having a little trouble getting started, though. I think I need a bit more information. So, with the additemtocart URL option, would I just create a form that submitted to that URL? What about matrix options? How would I get those values? And how to I find my account id? I've looked through…
-
Well, here's my issue. I'm trying to have all the elements above the footer be 900px wide and centered and then, the footer span 100% of the browser width. So naturally, I've added the following CSS: #outerwrapper, #innerwrapper, #div__footer, #div__footer table { width: 100% !important; } #div__header, #div__title,…
-
Mmmmm...interesting. I had forgotten about the URL component... That actually does almost exactly what I need it to. The only problem is that I can't assign the same URL component for this that I've applied to my product that references this image. That could be worked around, though. It would really **** to have to add…
-
Online forms aren't my issue, though. I'm just trying to insert simple, inline html with div elements, headings, etc. If I needed an online form, I would totally use Dreamweaver to built it, but it's way more simple than that. Sometimes if I just start typing and leave some open quotes, it will freak out on me because it…
-
Oh, thank god for that. If I could just get rid of the code validation, we'd be in business..
-
If that missing Product Review form is causing the issue, how would I go about getting it back? I don't see the option to create it from a template anywhere? Can I reinstall the eCommerce Bundle #2772 without breaking the other features I'm using (multiple images for products, product zoom, etc)?
-
I would have thought so, too (and I've tried it that way), but I'm almost positive that's the way it was in the Clean Lines template with Product Reviews. Unfortunately, I've since changed that template and didn't save my progress (I know...stupid) so I can't check. If anybody has the default code from the Clean Lines with…
-
Thanks a lot. Unfortunately, still nothing. It's still having a problem where displayReviews() declares var review=.. It still say's the literal string is unterminated. I did, however, notice that under the Custom Record Types > Product Reviews > Online Forms, I only have one Product Review online form, where the…
-
OK, figured it out. The problem isn't exactly that I deleted the other Product Review record (although that didn't really help when the code is running) If some things are missing (like the product_reviews2), it doesn't really like it and it throws up an error when the code tries to run. So, what I did as a test is remove…
-
YES! YES! Y-E-S YEEEEEEEEEEEEEEESSSSSS! Thanks exactly what I was looking for! The perfect solution for soooooooooooo many other things that I've been looking to do as well. I have a feeling it's totally not the intention of the custom item fields but it definitely works and didn't involve me needlessly learning how to…
-
OK, OK, so apparently they are valuable in a back-end, running scripts and reporting kind of way. I was strictly talking much more on the front-end of things that an actual customer of the site would see. What purpose do they serve as far as it relates to what the customer sees?
-
Has there REALLY been no forward progress on modernizing NetSuite's HTML???? I've been dealing with it for at least 3 years. Seriously, has there been any movement on this? :h_a_w:
-
Awesome tip! We've been beating our heads agains the wall over here trying to figure out why ours didn't work (didn't include Type in criteria) "BUT I KNOW I'VE DONE IT BEFORE!!!! AARRRRGGGHHHH!" Thanks again!
-
Ho...ly... CRAP! This literally just saved me hours of work! Big high five to David!