プロフィール
コメント
-
Guillaume, thanks for the suggestion. Now all I need to do is learn how to program a suitelet :o I was hoping there'd be a way to use a formula field to return an array but I haven't been successful with that approach.
-
I'm in the same boat. Really find it disappointing that I can't truly preview my new theme on live items/categories. That probably because you have assigned an item level item drilldown template on that item. Nope. Under Setup > Website > Set Up Website > Appearance > Default Item Drilldown Template I have selected "- From…
-
d.j., Thanks for the reply. Unfortunately, the code <p>Coming Soon to <%=getAttribute("event", 12263, "location")%>!</p> yields the following results in the web store: Coming Soon to [Error processing dynamic tag getAttribute("event", 12263, "location") : unknown record type event]! So I guess this record…
-
Rex, did you ever find a way to do this? I'm trying to create a new item template that will be used on multiple item types (inventory item, non-inventory item) and I need to be able to discern through JS what type of item i'm dealing with so I know how to handle the stock level that's displayed. I wouldn't want to try and…
-
Ah, I gotcha. I didn't want to add another step to my item creation process (selecting what type of item I'm creating from a custom list) as it's already convoluted enough by all the customizations I already have because NetSuite forgot them! Might have to do this anyway if I can't get an alternative. Did you ever submit…
-
Evan, Is there currently any open enhancement request for offering full control over the layout of the checkout pages? I really think it's entirely too difficult to customize through the "customize website text" and using site tags. And I don't even want to touch DOM scripting to assign CSS to the layout of the checkout.…
-
Is there any way I could get you to share how you integrated product reviews with your netsuite-hosted site? I've always wanted to add this functionality.
-
I approached this a similar way. What I did was create a new text string and then took a substring(1) of it to remove the $ sign. Then you can parseInt or parseFloat the price.
-
Matt, I just wanted to say thanks for this post. I was going nuts trying to use the DOM to return the current item ID, but using <%=getCurrentAttribute('item','internalid')%> was much easier. DJ, this attribute tag should be documented!
-
I agree and I have voted for the enhancement. It appears that netsuite has just changed it's status from under consideration to work-in-progress. We may have this fixed very soon! :cool: Cross your fingers. I'd like the ability to import the keywords via XML as well. With 18,000+ items you can imagine how clumsy even an…
-
Why should this take an enhancement request? IMO if it was planned properly then this would have been included in the initial implementation of the field. Why is it so hard to understand that when you add functionality like this that it isn't prudent for customers (like us) who've been around since v9 or earlier to go and…
-
Ah-Hah! Thanks. Now I feel a little stupid. :o Good info though, I didn't realize the system took that long to process a new field/tag. I'll take that into consideration next time.
-
It is not working if items are in a published saved search list. It brings users to the front page after click on the "add to cart" button. Any ideas how to solve this problem? thanks I don't run a WSDK site but try adding a redirect parameter to your hyperlink, like so:…
-
Thanks for clarifying, Tony!
-
More specifically you don't want to use regular redirects, rather 301 redirects. Anyone know how NS handles redirects set up from SET UP > WEB SITE > REDIRECTS ? Does this use the optimum type of redirect?
-
You can also edit the Product Feed to add any field, including the ones asked for by Google Base. The problem is that we'd have to create new custom item fields to enter and store this information, and with 20,000+ items this isn't a walk in the park. It's a major project. I don't claim to know how NS could possibly solve…
-
Jim, did you ever find a way to get this info? It would be so helpful for us to be able to search out items that need price updates, etc. I sent an email to support and was told for all intensive purposes to RTFM. As I told them, I have searched through all the documentation and haven't found anything on the subject…
-
Jaime, this is a feature that I'd love to have on our website. Did you ever get this working on your live site? If so would you mind sharing some of the details?
-
Our company is in the same boat. We need a method to limit shipping options based on ship-to location (country would be fine)... The ability to limit shipping options based on cart contents would be a bonus. Both should be built-in features in Netsuite! Has anyone come up with creative ways to accomplish this?
-
What I wanted to do was use DOM scripting to hide specific shipping methods, but netsuite doesn't assign IDs to any of the elements in the shipping table :mad: I think the NL API scripting is a bit over my head, but I'll take a look at it. Thanks for your help Olivier.
-
Everybody who finds this feature useful, please vote for enhancement #41382. We absolutely need a way to limit shipping methods in the web store!
-
I'm surprised this type of field isn't offered by default. There's a first sale field, why not a last sale? I need this field to create a dynamic customer group for marketing campaigns. Basically I want to be able to target customers who haven't purchased in a while to send them a promo code or other special offers. I can…
-
I may be wrong on this, but I think you need to use the <%=getAttribute("item", internal id ,"attribute")%> method. Since this is an external document, there is no point of reference as to what internal ID to display the attribute for. You may be able to do some scripting to get the internal id from the origin (actual…
-
Thanks a lot for sharing all the code with me... very interesting, I can glean some inspiration from looking at it. That attribute tag you gave me "addtocartoptionshtml" is probably exactly what I need. I bet there's an attribute tag like that for the qty box... I'll mess with this and post back when I've got my results.…
-
Basilfawlty, Thanks very much for your response. I think I saw your posts about customizing the button text as I was searching through the forums, but it wasn't exactly what I was trying to do. Are these buttons on your site being sourced with an attribute tag like this: <%=getCurrentAttribute("item", "addToCartHTML")%> or…
-
Yang, Thanks for the reply. If you have the moderator rights, please can you move this to the proper forum? I realized I was in the wrong sub-forum after posting but can't find a way to move the thread myself. I wouldn't want to double-post it. Thanks
-
You can't seem to import a null value to this field, see screenshot... Netsuite, any workarounds for us? I need to be able to clear the external ID on a couple thousand inactive items...
-
I have just come across this thread as we are running into issues trying to bill out large item receipts that are incomplete - meaning the PO has at least one item backordered. Because there is no bill button on Item Receipts, our AP guy has to bill from the PO and then go into the bill and modify each line item that has a…
-
Did you guys remove the parent item field from the CSV import assistant? I do not see "parent item" or "subitem of" as choices when doing my mapping. This really 5ucks. One of my coworkers just finished working on a spreadsheet for weeks that DOES NOT contain internal ids and has thousands of matrix sub-items in it that i…
-
So... there is no way to import matrix items based on the 'Item Name/Number' field when internal id is not included?