My Stuff
Comments
-
Indeed there is a Product Review feature, but it seems to be used by so few NetSuite accounts due to it not being included in the standard version. Because of this lack of user-base perhaps, the feature is probably described perhaps as "basic" at best. Just curious is anyone else is actually using it. Thinking that a…
-
Have you installed the "Ecommerce Edition Bundle"? That contains several enhancements including the product reviews.
-
As far as I've been able to discover, there's no way to move this box to any earlier in the checkout process - and believe me I'd love to be able to do so too! Our biggest issue are customers with coupons simply not knowing where to enter them - so the solution I'm currently working on is to include a little "got a…
-
We're getting the same issue. What it seems to be is that these are accounts set up as placeholders to keep the Sales Order in place whilst the customer then logs into their Google Checkout Account, and once they've finished there, the "Google Customer" details are replaced with the customers real details. So, if they…
-
Reported it on case #898138
-
Try using this in a script. var currencysymbol='<%=getCurrentAttribute('item', 'salesPriceHTML')%>'; currencysymbol=currencysymbol.substring(0,1); Then just call the variable wherever you need it.
-
Adding Item Groups to the webstore, is the same as being able to add serialized items to kits - it's a function you'd expect to be there, but astonishingly seems to have been totally left out. There are enhancement requests for both of these.
-
Just came across this exact issue. We have customers seeing the "Online Price", adding the item to their shopping cart - and then after logging into their account, the price reverts to "Base Price" - which is often higher! Not a good situation. Is there an update to when we can expect this to be fixed?
-
We issue a massive amount of GCs (100s per month) - using the Loyalty Scheme from BlueBridgeOne - and this works exactly the same way, it creates an Invoice which contains the GC and a 100% discount to bring the Invoice amount to zero. Can't see any reason to not use an Invoice, surely the extra processing work caused by…
-
I have tried a couple of custom "add to cart" sections, but for some reason NS keeps throwing up a "this product is no longer available" error, which I'm assuming is due to me not coding the form variables correctly. Which <NLXXXX> tags need to be included, or is it better to custom write the whole thing? Mark.
-
OK, whilst trying to answer my own post, I came up with this. <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var refarray = new Array(); refarray['siteone.com'] = "/siteone"; refarray['sitetwo.com'] = "/sitetwo"; for (var i in refarray) { if (document.referrer.indexOf(i) != -1) window.location.replace(refarray[i]); } // End -->…
-
Yup, I know I can do that - but I don't want the company info menu options sitting in the same nav box s our products link - even if just for GUI reasons. Anyone know whether I can insert a separator into a nav menu? Thanks.
-
I beginning to realise that the answer to most questions appear to be to hard code it :-) So we have all these great options for adding and creating data, but to get a layout to work in a reasonable fashion, we have to do it all manually :-( Mark.
-
So, if it's not a stupid question, how is everyone doing fraud prevention? Are you simply not using the geographic location of the customer in your checks?
-
Does NetSuite not currently send the customers IP address to payment providers? We're just setting up our first NS system, and are looking to use SecPAY. From a security angle, the IP address is a critical component to any anti-fraud processing.
-
After discussing this issue with NetSuite, I decided to go to a third-party developer and asked them to put something together for me. Take a look at what they've come up with, a very impressive solution indeed - may be of some use to you.…
-
Looks like another Netsuite feature which is 90% towards being actually useful :-)
-
Just so I understand this, are you saying you can't issue vouchers with a minimum spend preset? With our previous system, we would give away £10 vouchers - which could only be redeemed if the customer spent in excess of £100. So this cannot be done in Netsuite? Regards, Mark.
-
Also very interested in this - anyone done this? Regards, Mark.
-
Can a rider be tagged on to this to increase the column number too? I see no reason why an arbitrary number should be imposed. Regards, Mark.
-
Is it possible to increase the number of columns? I have a design which fits into a horizontally scrolling Ajax window - because of this I don't want to be limited to the 7 maximum columns. Is there anywhere around this? Regards,
-
As the entire section enclosing this is created on the fly by NS, and hasn't been given any ID - how's the best way to address it through the DOM? Regards, Mark.
-
I see that this is still not possible. Surely the addition of an table ID cannot be that difficult to add during an upgrade? Because it's automatically inserted at the end of a layout - I'm not able to even get a Div to wrap around the whole thing. Has anyone figured out any other way around this problem?
-
Images I can do, what I'm wanting to do, is to be able to wrap the whole thing within a DIV so I can style the entire layout.
-
The "primary" designation cannot be moved. :mad: Enhancement #147566
-
Why have we been waiting over 2 years for NS to allow customers to see the promotion code discount at the add to cart page? People will abandon the cart if they can only see it on the review and submit page. Frustrating. We've just started to use Promo codes for the first time, and the results (and the feedback) have been…
-
We've been with NS since about Oct '08, and this is our 4th attempt to get a site that works for us. http://www.computerwarehouse.co.uk It's about 80% finished - still some work to do on the ancillary pages. Finally feels like we now know NS well enough to get what we're looking for, just a question now of working through…
-
Defect # 260076 make cover this. Transaction -> Billing: Fix displaying payment events. Payment events appear incorrectly on transactions.
-
We've not had any errors at all in the last 2-3 hours. So hoping the fix is in place. However, the overall support feedback on this one has seriously ****ed - we first reported it yesterday, only to be told to "check with the authors of your script, it's their fault" Then after getting all the evidence needed to prove it…
-
This was actually a defect. Defect #251246 - Web Services > Response time is extremely slow Should now be fixed.