My Stuff
Comments
-
Any update on this and the PayPal issue Lorne?
-
Sorry... compatibility mode works correctly. I mustn't have clicked the button properly.
-
That worked a treat! Cheers again
-
Lorne. That worked a treat. But... 2 questions on this... 1) Let's say I wanted the delivery instructions field to appear with the shipping address in section 1. I put the fields in there, but the button doesn't grab the value and post it to the order. What coding changes would be needed there? 2) Let's say I have 2 custom…
-
Thanks very much for this instruction. I'll hopefully be able to try it soon - something majorly broke yesterday and I'm back to square one :(
-
OK... you should be in politics!
-
What I wrote here is irrelevant. We don't have PayPal Express. Just regular PayPal, which isn't covered in the SuiteAnswers topic. I want to get this running so badly, but it's almost impossible to follow.
-
is this still an issue? Or was it fixed? I had this issue about a month about but the latest install seems not to have it. thx Jerry Latest install? How does one upgrade to this?
-
Yep. You'll note that it was me that started that thread after not getting a response to this one. Lorne is a great help. You should give Lorne a pay-rise.
-
Thanks Lorne. This is all pretty difficult... wouldn't be anywhere without your help! Thanks. Another one. If something is updated in the bundle, do we have to update it in our account or is it pushed through? And, let's say we modify a file that has been updated prior to the update, how do we know which file or part…
-
Another issue here... as stated, IE8 is fine. On mac in Safari and FF, I've found that if you click the NEXT button without completing the CC details, not only does the error message appear below the screen, it seems to break permissions. ie, fix the card error by entering correct details, and when you try to APPLY it, you…
-
IE 9 - normal and compatibility mode. The message appears bottom left below the page end, same as Safari, FF and Chrome.
-
Hey Lorne... if you're still around, how would I achieve making a custom field mandatory in reference checkout 2.03 ? I've set up my fields as per this: https://netsuite.custhelp.com/app/answers/detail/a_id/46004/kw/add%20field%20reference%20checkout but I need to make one of them mandatory.
-
Hey Lorne How can I make at least the first of these 2 delivery instruction fields mandatory? It is mandatory within NS itself, but simply adding the 'class="required"' attribute as mentioned in the help does not do the trick. I am able to check out without this filled in. <label>Please enter your delivery…
-
Does this mean I have to uninstall the bundle, then redownload and reinstall, then upload all the files I'd modified for the shopping basket and start the checkout again?
-
OK... now I've deleted all the changed files from the Customer Cart and my site won't load. OMG...
-
Is it still an issue for you? It appears to be working on our implementation now.
-
OK... so no definitive answer... which makes learning them all the more fun!
-
For anyone else with this issue, I've solved it. Multiply it by 1.1 (GST in Oz is 10%, you do the relevant math if you live elsewhere) in a var tag and the display the var and append it with |formatCurrency.
-
Lorne you rock! Good call.
-
Apparently if a quotation symbol appears in your company name it won't give you access... wow.
-
Wow... funny how it suddenly works for me now... although the cart page loads super-slow now...
-
I'm on Lion. I have support looking into it so fingers crossed.
-
I never make assumptions when it comes to net suite. It wastes a whole lot of your time. Black and white is what I wait for before trying to learn something new. Thanks for a definitive answer. I will check out that link.
-
1 example, rather than a resource, fantastic...
-
And suddenly the error is gone, with no modifications at this end. Glad something was fixed. Now... If I can just add our custom field for customers to enter their special delivery instructions I'll be in business.
-
OK fixed that. The tag on the new file didn't save correctly. Still getting the error though...
-
Found it! An errant space. Now... I'm getting a message when I try to checkout. Exception when submiting the order. : ERR_WS_SUBMIT_ORDER
-
hmmm... featureddescription works. In fact, from the list of tags that should work listed here: https://system.netsuite.com/help/helpcenter/en_US/Output/Help/WebSite/WebApps_itemJSONobject.html?NS_VER=2012.1.0 that about 50% of the ones I've tried don't work. I know it's in beta, so the list probably isn't quite up to…
-
And there's something amiss with the on click code for the terms and conditions pop-up. Nothing happens. The checkbox triggers something because the wheel spins. <div style='clear:both;'> {var checked = obj.order.agreetermcondition ? "checked='checked'" : "" } <input type='checkbox'…