My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Magento -- What the heck are you doing here then? :) Yes, you can integrate PayPal with NetSuite; it's fairly straight forward. First, make sure PayPal Integration is enabled in the Payment Processing section of Enable Features (Setup > Company > Enable Features > Transactions > Payment Processing); Next, add a payment…
-
Hello: Have you checked the billing tab for more information? Typically holds occur when there is an AVS mismatch, there is an incorrect credit card security code, or some other issue (i.e. the cardholder has insufficient funds). Other reasons could be that the credit card has no address verification available.
-
Hi Elie, Can you elaborate on your experience with Oz Development? Why only for shipping and not for both barcoding and shipping?
-
Woohoo!! Thank you Dew, that was it. This particular procedural change was quite difficult to do, so we were wondering if there was a valid business reason within NetSuite for omitting the sales order number from an invoice? Does anyone know why it's like this?
-
Thank you everyone. We are getting warmer! The 'transaction number' is now showing up on the Invoice -- but what we are looking for is the Sales Order #, not the transaction number! what field do we use to source the transaction ID?
-
No, we are just using transaction forms. :(
-
Not to hijack this thread, but we've setup a case form that draws information from a custom online contact form; information like name, e-mail address, and phone #'s are all automatically populated by NetSuite, but I'm trying to add the country field as well and I can't seem to get the thing to work right; Can case forms…
-
Hello: We are attempting to use the Tariff Code as well, except we're receiving the following message: "ERROR: Field 'item.manufacturertariff' Not Found" on sales orders for items that have data in that particular field. Is this a usable field within NS?
-
Hi John, thank you for confirming. Can you provide more details on how to source the particular field on invoices?
-
Hi Balaji, Can you give us more details on the TrustPilot implementation please? What version of SCA? Did you have to create a new module and edit the distro.json file?
-
Thanks Matt, that did it.
-
thank you for resolving this problem! we appreciate it very much.
-
Hi Balaji, I modified the header.profile.views.js file as recommended however we're still seeing the same problem. a user is prohibited from logging out in the following case: opens browser logs in shops logs out closes browser reopens browser w/o clearing cache logs in *** the user cannot log out again until the cache is…
-
thank you we've already done so. the issue is categorized by NS as defect 429282
-
How about this -- can anyone provide details or guide me how to trigger a site-wide clear of all cookies upon log out?
-
thank you for the reply; can you offer some guidance on how to resolve this problem? i'm not entirely sure if the issue arose after we implemented changes to our site, or if it was something happening from within NS.
-
Here's the code in the logout.ssp file that we're using: <% // Very simple file that just logs you out and then redirects you to the home touchpoint // We created this file becaus the Advance Store Front does not provide a default logout functionality var settingsAfterLogout = session.logout(); // The redirecturl property…
-
update: it's working now; not sure what the issue was but after NS fixed a defect, the system works now
-
thanks everyone for all of the pointers. I'm not sure what's happening but it's not working properly. This fix has taken up too much time so I'm going to just put it aside for now and revisit it later, perhaps after the migration to Vinson.
-
We're using SCA Mont Blanc. Someone from another forum has the same recommendation as you to use 'isRecognized' so I will try that code today. As for cache issues. We're also experiencing an issue with logging out that's a result of cookies and browser caching, which I've submitted as a case to NetSuite. 2613405 (defect…
-
<div class="item-views-stock"> {{#if isAvailableInStore}} <div class='item-views-stock-msg-not-available'>{{translate 'This item is no longer available'}}</div> {{else}} {{#if showOutOfStockMessage}} {{#if isLoggedIn}} <p class="item-views-stock-msg-out"> <span class="item-views-stock-icon-out"> <i></i> </span> <span…
-
attempting this now... it's not working. here's my code: // @module ItemViews define( 'ItemViews.Stock.View' , [ 'item_views_stock.tpl' , 'Backbone' , 'underscore' , 'Profile.Model' ] , function( item_views_stock_tpl , Backbone , _ , ProfileModel ) { 'use strict'; // @class ItemViews.Stock.View @extends Backbone.View…
-
I've enabled "isLoggedIn" in the ItemViews.Stock.View and added an if clause to the code above to try and trigger the out-of-stock notification only if someone is logged in, but I'm seeing that the behavior differs between FireFox and Chrome. WTF?!?
-
still...not...working... it's working fine in the local environment, but doesn't work on the live site after deployment. I'm stumped
-
Sorry, I think you misunderstood. The colors listed on that site are all individually listed, not within matrix items. I'm asking whether a matrix item can show multiple variations with one product listing. I've been told it's not currently possible.
-
some of the items we carry differ only by color; some differ only by size; some differ by size and color. are SCA matrix items able to show customers these variations?
-
so here are the files in the File Cabinet.... but I don't see the ones I'm accessing in my local environment. when I try to access the ones in the file cabinet, I just get a 404 error...
-
yes, thank you! i think it may be too late for me to track changes since I've just been making direct changes to the javascript files already... honestly I think this could be very, very dangerous. when you say "original files", are you referring to the javascript files in "development"? the SSP application files have all…
-
Well I'm up and running. here's where the fun begins...:cool: I've installed the source files onto my computer and now have access to the local SSP files. So I'm working in the local environment on the original version, with no customization. My question here is -- if I deploy the local source files to NetSuite, will this…
-
I'm having the same issue with the carousel on our website. It does not appear to be connected to the themes section of the UI. we're using SCA Mont Blanc. Does anyone have an ideas on how I might access it to update some click-thru URL's?