My Stuff
Comments
-
They are not using a netsuite checkout, it has been programmed in php so they have alot more flexiblity of how its set out.
-
Hi have to agree with Farrago. We paid enough to get the top NetSuite package and yet i had better service and features using x-cart which cost around 1% of that of NetSuite. eCommerce is becoming the most frequent use of purchasing an item. Shops and mailorder are dieing out so why build up on a backend when its the…
-
I think we can all agree that this wont happen this year.
-
Oh great, i wanted to add our category descriptions and keywords to these pages as meta tags, just spent 30 mins trying to find out why they didnt work, so filed a defect and now i see its an issue globally. For gods sake, how many more defects are we going to find in this system. Seriously, im bringing this up in my…
-
Support have got back to me on this and apparently its fixed in 2010.1. Will have to wait and see.
-
We just launched our redesigned site yesterday, its http://www.blitzsport.com
-
I will ask them to get an update from you Same here Evan, the image is for our old site.
-
Yeah, took me a few months to do it.
-
Yep, wizard is right, NS hasnt provided a dynamic menu system yet, its hardcoded like our own. They probably wont offer this until they scrap their own shopping cart and get a new one :)
-
refurbups, is your site meant to be offline? Im getting a error / maintenance page when trying to view your homepage. Chris
-
This is ours www.blitzsport.com
-
www.outdoorplay.com is a NetSuite site? Yes, it is, very heavily modified though. I would be interested to know who carried out all their custom work, could improve our business alot with those addons.
-
Im speaking with my account manager about this soon. This is in the works as a standard feature, we were told that it would be in action this year sometime (Normal promise) but hopefully this one will actually appear in the end of year release. Will let you know whats happening once i have spoken to him.
-
Hi Kevin, thanks for the PM but i already knew the answer to this one. You have to have the eCommerce edition of Netsuite to have the addons, apparently because of the way the system was built. Not much use to us premium customers.
-
We have a Wish List feature bundled in the Ecommerce edition of NetSuite. Please speak with your account manager on more details about the bundle or the Ecommerce edition. Why give this to e-Commerce customers but not to customers who have the full package of NetSuite, arnt we paying more than them already so why shouldnt…
-
What if you set trans[0] = new Translation(); before setting the field values? Thanks, Thanks Lorne, adding that in fixed the issue, i did however use one wrong field as well. For anyone who may use this, instead of: trans[0].language = "German"; use trans[0].locale = Language._german; trans[0].localeSpecified = true;
-
What's the story with this? Is Retail Anywhere getting better since NetSuite acquired them or are there still issues?
-
Nevermind, support got back to me with the answer, for all those wanting to know here is the correct code: [CODE] <?php date_default_timezone_set('Europe/London'); require_once 'PHPtoolkit.php'; require_once 'login_info.php'; global $myNSclient; $itemSearch = new nsComplexObject("ItemSearchAdvanced");…
-
BUMP Does anyone have any idea why this would not work? I have been going through the code and i dont understad why it will not show the itemId
-
I dont think it can be directly, however it gave me an idea that i havent done before. I can create a saved search in NetSuite, then using web services call the saved search and go through the results in web services. Happy days. Thanks for the idea Guillaume.
-
Yeah, that would help a bit :D
-
Hi Evan, i have been running with this all day and im getting sporadic results. Taking an order with 5 lines items i have seen results in 7 seconds and at other times 60 seconds. There doesnt seem to be any difference in the actual orders themselves either. In the UI its very responsive, a normal fulfilment is created in…
-
Excellent, great news, might use that in the future :)
-
Here is what i have in C# : File uploadFile = new File(); FileStream fs = new FileStream(@"C:\Feed.xml", FileMode.Open, FileAccess.Read); BinaryReader br = new BinaryReader(fs); byte[] data = br.ReadBytes((int)fs.Length); br.Close(); fs.Close(); uploadFile.content = data; uploadFile.name = "Feed.xml"; RecordRef folderRef =…
-
Hi Wiktor, thanks for that, i did have this set already, should have included that in my example. Still comes up with the same result.
-
Hi Scott, sorry i havent replied yet, i did have a quick look in the help though, check this page out for attach: https://system2.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteFlex/WebServices/STP_attachdetach.html#1241005 Has some java methods, you should be able to work from that to convert to C#
-
Oooo, thats new to me, ill have a look when i get back in on Monday, see if i can see anything, are you updating an Event or are you creating a new one?
-
Not sure if this relates, but for the last 4-5 days our larger web service requests keep throwing document errors. We had this problem last year but it was fixed, looks like its back again.
-
You would be correct on this, the field is hidden, is there a way to get around this? thanks for your help on this.
-
Not sure if this will work, but remove the file type and type specified code and try it. This will make NetSuite work out the file type.