My Stuff
Comments
-
8x8 is supposed to work with NS, but unfortunately the way we have it setup (something to do with ring groups) broke that functionality. It was nice while it lasted though!
-
Print the sales order or invoice with the price/adjustment you want the customer to see, then immediately edit the invoice with your cost and the proper adjustment. HTH
-
Not without changing their password and logging in as them, nor is there a way to convert the cart to a sales order.
-
Am I the only one with the "Reference Checkout" formatting issues or the only one trying to use "Reference Checkout"? Is there a sample "Wolfe Electronics" NetSuite site that shows how the checkout "should" look? Then we can determine if the issue is unique to our account or another "as designed" issue. Also, is there a…
-
Why not use "Require Login for Pricing" and change customer registration to either disabled or existing customers only?
-
Yes. We're on mac. I have Reference Checkout turned off in our account right now. Do you know what file that the "textarea {width: XXXpx; height: XXXem;}" would be in? I think it's in either the shopping_cart_tmpl or the macro shoppingCartItem (or so the code makes me believe).
-
Thanks again Mariano. I wish that NetSuite made some "code generation tools" for the Reference checkout and Reference my account. So, I vote for a settings wizard / code generator for NS reference items. I second, emphatically!!!
-
Will there be installation instructions (that work) so that we can use the customized cart? Every time I try and do it with the previous version the entire thing breaks (header displays but that's it).
-
It's been a loooong time since I set this up, but here's the script we use: function beforeSubmit(type) { if (type == "create") { var rec = nlapiGetNewRecord(); if (rec.getFieldValue("category") == 2) rec.setFieldValue("pricelevel",11); } return true; } This applies to leads and customers (which catches all registration…
-
I don't want to deploy this to my main site until I have had a chance to look at it, so the site under development is the ideal place to try it but no good. can you confirm that to try this you simply just "Deployed" it to the site, no other configuration? It seems to have created two SSP applications, the Reference…
-
The bundle is installable with Advanced Site Customization (no idea what they're calling that now) You know, it's pretty. I don't dare try and customize any of it as I know from experience that it will stop working altogether. Cart contents didn't clear after a test order, and the remove button didn't do anything, but…
-
Thanks for the heads up about the cart issues JBounds! We don't use the cart, and only use the check-out. The check-out has been working pretty good so far. Hmm. I guess that'll have to be my fix for now. Pity, as the cart really is so much better looking (even though I cannot for the life of my touch the code).
-
It also doesn't respect the minimum order setting. :(
-
It sounds like something about your account configuration is incompatible with one of the bundle scripts. Please file an issue through support so we can dig into it. This way we can provide you with a quick solution if possible, and make sure the root problem is cleaned up in the next release. It's probably a matter of…
-
First you have to have a link in your site that would take you to the My Account SSP, like: <a href="<NLCUSTOMERCENTERURL>">My Account</a> Then you have to have it deployed to your site: Web site setup > Touch Points Add "View Customer Center" and hit save. It should work after that. (Alternatively, you…
-
Funny thing is, the moment I try to do anything as Custom My Account the app completely breaks... Sure seems like beta to me!
-
Unfortunately, the answer is a resounding "no". The bundle version is 1.0.1.0, but since nothing has been fixed I'd say it was still very much in beta. :(
-
You mean aside from the fact that "Order Details" and tracking links don't work? It works great!
-
Templates > Header > Macros > header_macro.txt AFAIK
-
Even with a new customer account ? Yep. Just created one on the store itself and converted, created sales order and invoiced in the backend with no success. It'll show me the order overview and let me see reorder items, but clicking order details just gives me the spinning wheel of no-fundom. Tested in IE 11…
-
We primarily use UPS, so if that's what you were thinking, you're out of luck. Order details is just a prettier version of the invoice/cash sale, possibly with images for each line item (though I'm just guessing based on the item history which does include thumbnails). Dead? Dunno, there's code in place for it, and if you…
-
I get an error in the console when I try to view an order: Uncaught exception: TypeError: Cannot convert 'c' to object Error thrown at line 82, column 68416 in <anonymous function: setOption>(f, e, d) in https://checkout.netsuite.com/c.ACCT134741/MyAccount/js/Application-013f1068e8ef.js: if(c.values) called from line…
-
Here's what we use in our store's header: <a href="<NLCUSTOMERCENTERURL>">My Account</a> It works, sort of. You can view order history, but not an individual order's details. "Track Items" doesn't work on any previous order. All in all, it's a good start, but it needs work (on Netsuite's end and mine).
-
Very interested to see what people think about this before attempting to deploy...
-
While there are some known bugs for "View Order Details" that are set to be fixed for the next release of the My Account bundle "View Order Details" IS working correctly. Really? So who does it work for, 'cause it doesn't (and has never) worked for me. Reorder items works, but order details just gives me a spinning wheel…
-
Have either of you gotten it to work?
-
How? No, but I haven't had any trouble using my employee account to access it (but, as I said above, not view individual order details).
-
Isn't everything technically "right around the corner"? <sarcasm>Gotta love marketing-speak!</sarcasm>
-
Does this mean that the reference cart will actually start working now? Or is it still a Broken Beta™?
-
1. Can we add some of items in 2 websites with the same price and other items in one website only of the three? Yes, but it will depend on what price levels you assign to the different stores and, ultimately, what you set on the item level record for each price field (we use the base price for one store and a custom price…