My Stuff
Comments
-
Thanks for the response, those are good logical solutions to the gift wrap-less Netsuite webstore. Are you at all interested in licensing your existing gift wrapping script? PM me if you're interested. Evan or d.j., do you guys have any input on the subject of marginal rates in the webstore?
-
In addition, I've found that the drilldown page for the gift wrapping service is capable of displaying the marginal pricing (sort of) but it's the shopping cart that doesn't reflect the discount. This is what the item template shows for pricing:[INDENT] Qty Price 1 $4.95 2 + $3.48 [/INDENT]...which is not entirely correct,…
-
Can someone from NS please explain when we should see the upgrade to v2007.1.0? We're still on v2007.0.5, and we're still having this issue. I don't want this to mess up our SEO!
-
My webstore has the same problem, and it's really bugging me. Why is our account still on v2007.0.5? I was unaware of phased roll-outs for incremental updates, is that the way NS does it? How can I find out when our account will update to v2007.1.0?
-
Vote for this enhancement: Enhancement 143924 - Webstore Matrix items > Customer would like to be able to use getCurrentAttribute tags to access matrix sub-items on the item template. Thanks for sharing this. I've added my vote to enhancement #143924! Everyone please vote for this enhancement, it will open all sorts of…
-
I am getting the following error when trying to reference the qty available of an assembly item: Error processing dynamic tag getAttribute("item", 24458, "quantityavailable") : attribute 'quantityavailable' not found] Does this just not work for Assembly Items? :mad:
-
I want to use this for matrix items. Unfortunately there is no facility within the NS application to use getCurrentAttribute for the currently selected matrix option(s). Has anyone worked around this limitation? Anyone got an enhancement request # to be able to use getCurrentAttribute tags to access matrix sub-items on the…
-
Thanks for the tip, it's really helpful to know that I can at least import to the field. I still think NS needs to allow us to use the mass update feature though, because it would ease filtering which records you want to update. Since I can't export a list of items with their drilldown templates I have to be able to recall…
-
I remember there used to be a way to update Item Drilldown Templates. I'm not sure if it was included on the mass update page, but you could do it with a CSV import or an XML import. I forget which, but we really need this functionality as well. We need to be able to change the drilldown template on all of our items either…
-
Modify the csv file so that the tempalte field is included. Update all the template fields in the csv file. Upload the csv file so that it updates all your items. I always knew you could do that prior to v2007. But now when I do a saved item search I cannot find the template field as a returnable search result...
-
I can vouch for this, it is occuring on our site as well. Tested it on Mac/FireFox 2.0.0.7. Once you click the part number link on the cart page, the related items do not re-appear even when you remove the item in question from your cart and then click "continue shopping". I was only able to view the related items once I…
-
Hazel, I have lots of items that are in more than one category, but this behavior is exhibited on items that are only listed under a single category as well. Any ideas? Is there a known bug with multiple categories we should be aware of?
-
Whoops! I don't know why I didn't think about this, but I can probably just replace the style on the optional tab's <div> container to "visibility: hidden;" if it is not required... D'oh!
-
Luke, thanks a bunch! Your solution works perfectly.
-
Hazel, are there any plans @ Net Suite to allow us to do this? Our customers are CLAMORING for stock-level warnings when products will be backordered, but right now we can't do much about it other than totally disallow backorders. We use matrix items EXTENSIVELY and lots of customers will still want to be able to backorder…
-
Just a small addition to the thread here, I wanted to say I tried using the center site option in NS, but the background in the #outerwrapper style was only showing up in IE, not firefox or on safari. So I just improvised by applying the background-image css to the <body> tag on the site theme and it works in all browsers…
-
Did anyone figure this out? It's not practical to just hand out administrative rights to give an employee access to ebay.
-
Can you tell me what permissions need to be granted to access the ebay module? I would prefer to not give unnecessary priviledges to our ebay user account.
-
DJ, This solution does not work for me on my welcome page template. Let me explain: In my home tab's "Message" field I have a custom tag (defined from setup > web site > tags) that holds a "featured item" template with an embedded tag of <%=getAttribute("item", 21176, "salespricehtml")%>. In most browsers nothing shows up…
-
dj, Thanks for your reply. I tried declaring several other tags for the same id but nothing is making pricelevel1 or salespriceHTML work on the home tab... Seems like this would be more of a problem. No one else displays featured items with their pricing on the home tab the way we do?
-
DJ can you tell us how we can preview our beta site? I would like to be able to browse through our site that way and troubleshoot it before we're upgraded. Thanks.
-
It would be nice if we could even display the 'quantity on hand' for an assembly item in the mean time. We pre-assemble many assembly items and would like the ability to show stock online, but I'm getting an 'attribute not found' error when using <%=getAttribute("item", itemid, "quantityonhand")%>. Can anyone from NS…
-
Does anyone know why I'd get this error on the reference checkout page? Any time I try to make a change to the shipping address it gives this INSUFFICIENT_PERMISSION error. Is there some special permission that must be set up on the customer center role to make these SSP pages work properly?
-
To follow up my post about INSUFFICIENT_PERMISSION, I was using the 100% reference cart, not a customized deployment. I'm testing this thing out again now that I have a sandbox enviro (thanks to the 2012.2 sneak peak :rolleyes:) and my custom page seems to have fixed most of those errors, tho I do have one specific account…
-
Can u let me know in which cases have you experienced this functionality not to work? I double checked after I read your post and it worked. Hey Diego! In my extremely brief testing our item-specific out of stock messages were not shown using the reference cart. I hadn't done any customizations to it. The issue is…
-
I got the same INSUFFICIENT_PERMISSION errors while trying to change/add a shipping address on the one page checkout... had to turn it off immediately. A sandbox really should be a STANDARD feature of the full NS product. There's no way for me to test this stuff safely without one, and for the $ we're paying it should be…
-
kkennedy, Can you tell me what attribute tag you used to reference the retail price level? Right now our item templates use the <%=getCurrentAttribute("item", "salesPriceHTML")%> method to display prices. We'd like to do the same thing, but I don't know what attribute tag I can use to reference a specific price level. I…
-
Thanks for your help, I got it working.
-
kkennedy, I got this working using the "pricelevel1" etc. attribute tags, but it does not work correctly with matrix items. Do you have this working with your matrix items? Does anyone know if it's possible to get the range of prices from matrix sub-items for a price level the same way the "salesprice" attribute tag gets…
-
Same with me... I can never get formulas to display on the webstore, I always get an error even though it works in NetSuite. Is there a setting that enables formulas on the webstore? khultquist, I had this problem when I was first starting out with formulas. Have you made sure you included the proper…