My Stuff
Comments
-
To credit sales tax for a prior period, we generate a Credit Memo for the customer in the current period and include the lines from the original invoice leaving them marked as taxable. Then add negative values for each of the exact same lines (to offset the previous lines) but have them marked non-taxable and the net…
-
Not sure if you have solved this, but I noticed recently that email signatures do not populate automatically if you are using a role other than your default role. This is not expected behavior. The Set Preferences screen clearly states that the signature is for ALL roles.
-
Doing more digging on this, you have to check the 'Add Signature to Messages' box in Set Preferences for EACH role you want to show the signature.
-
Regarding Read Receipts... Is there an enhancement request for showing if an email was sent with a Read Receipt requested? We could then search (once Issue 290418 is implemented) for emails requesting read receipt that did not get read. Thanks! Wes
-
Hi, I am new to NetSuite and migrating data from SalesForce. This bundle is great because it makes the migration a bit easier as these new fields mimic standard salesforce fields. My question: My company has made a lot of changes to the vanilla salesforce fields that these mimic, but these fields are locked in NetSuite by…
-
I was told at SuiteWorld that SuitePromotions needs SuiteCommerce
-
I found the issue. I was missing some files in my git repository. Fixed now.
-
Maybe you guys have some insight into this... I'm installing Sitebuilder Extensions for Elbrus, and npm install ran just fine, but I'm getting an error on gulp: Error: File to import not found or unreadable: ../BaseSassStyles/main-variables Parent style sheet: stdin on line 18 of stdin >> @import…
-
No, that's not what happened. These templates have been set for over a year, and just today, they unset themselves. Only two of us have access to the web site setup, and neither of us were editing those settings.
-
OK, I'm getting my feet wet now too with SiteBuilder Extensions Elbrus and making headway with using these new (to me) tools. I understand that when you gulp local, it will create a localdistibution folder and watch for changes in templates and such, BUT if I am making changes to checkout.ssp, those changes are not…
-
Sam, I'm reading your threads regarding customizing SiteBuilder Extensions for Vinson/Elbrus. I have made some progress in adding 'saleunit' to Suitescript.json and the templates to show units of measure in the Shopping Cart and My Account pages. I am now trying to add a custom field for kit items to show custom package…
-
Hi Anthony, I'm still waiting for a satisfactory response from NetSuite, so I have not installed the bundle yet. I will post here when I get one. Best, Wes
-
Wanted to add a question about installing the Sitebuilder Extensions Mont Blanc: This is the non-premium (free with SiteBuilder) version. When I click install on the bundle, I am asked to agree to an addendum to my NetSuite Subscription Services Agreement (SSA). I read through the agreement and it has language that states…
-
Same here...
-
After banging my head against the wall with a similar problem, I found out that if you make any changes to the web site setup and you are using Reference Checkout, you have to recompile the Reference Checkout to see any of those changes take effect. Go into your Custom checkout folder (I assume you've customized the…
-
We have the same issue, but our gateway is Cybersource. Olivier, are you saying that in order to have the webstore show the error to the customer BEFORE the order is created that we must have the AVS and CSC rules MATCH between NetSuite and the Gateway? Thanks in advance, Wes
-
Agreed! Wes
-
jprice, Did you ever get your checkout secure? I'm looking at your site,and it still shows https://flexibleassemblystore.securedcheckout.com We're in the process of securing out checkout with our own certificate, and I'm not sure what subdomain to use with Symantec. Any insight would be helpful. Thanks! Wes
-
Got it. So you decided not to go the custom checkout route. Thanks! Wes
-
It looks like NetSuite has opened this up to just about any certificate now: https://netsuite.custhelp.com/app/answers/detail/a_id/27462 Wes
-
Update: I think I have found the culprit... It was indeed the workflow. (Not sure why it ran in the Web Store when it was set for UI) The main problem was in the sales territory setup. Web accounts were not setting a salesperson correctly, and the workflow was sending emails from the salesperson's email address. Hence, if…
-
Agreed. I will do some more testing. Thanks! Wes
-
Hi Olivier, Yes I was thinking about that too... I have a workflow that sends me an email when a new customer is entered. But I was under the impression that if that was what was causing it, the error would appear every time, and not sporadically. The workflow was originally set to run only from the UI, and I still got…
-
Hi Sam, I just noticed behavior in 2014.2 that has changed from 2014.1: In 2014.1, when adding an item, the URL Component field does not get populated until a Web Store Display Name is entered. We always change the URL component field when entering the display name (our web store admin does this) In 2014.2, the URL…
-
Here is the fix I came up with: (We're using Reference Checkout 2.04.1 and GProxy Advanced E-commerce Module 2.0, we do not have a custom checkout yet) First I added a custom item field 'custitem_secure_image' as type Free Form Text Then wrote a scheduled script to update that field for all items in the web store: Here is…
-
Rob, We do have image resizing on in SiteBuilder. Does that cause problems with the Reference Checkout? Wes
-
What's the case #? We should all get attached to it so that they see that not only 2 customers have this issue. -Wes
-
Unfortunately that will not work, as the ENTIRE URL changes when using the https version... Our images are coded like so: <img src="http://www.jobrien.com/rigid-badge-holder-vertical-10887J-12_01m.jpg" alt="Crystal Clear Rigid Badge Holder (Vertical)"> And the https URL for that image is:…
-
We use an ajax call to a suitelet on change of the matrix option to retrieve images of child items. You could probably do something similar to retrieve quantity on hand. Wes
-
Did this ever get fixed? I'm having the same issue with minimum quantities not working. Our 'Description' column in the shopping cart is disabled.