https://netsuiteprofessionals.com logo
Join Slack
Powered by
# suitecommerce
  • m

    Matt Gochee

    06/17/2025, 8:35 PM
    I'm Encountering an issue where the Skins Dropdown is not available when in SMT. I am getting the following console error. "Error loading or processing metadata. Details: {"readyState":4,"status":404,"statusText":"error"}" Active Theme: Threads - 3.4.5 Active Extensions: Threads Theme Extension - 3.3.0 Core Content Extension - 1.0.6 Any thoughts on how to resolve this issue?
    • 1
    • 1
  • m

    Mia Li

    06/18/2025, 2:13 AM
    👋 大家好!
    👋 1
  • c

    Craig

    06/18/2025, 2:34 PM
    Are there any docs for SCMA? I need to do the initial config and get an internal URL instead of a domain name.
    s
    • 2
    • 28
  • l

    Lucas

    06/20/2025, 6:26 AM
    simple question: I would like to set custom body field by extending LiveOrderModel, here is what I tried, but didn't worked, could someone help me on this?
    Copy code
    _.extend(LiveOrderModel.prototype, {
            initialize: _.wrap(LiveOrderModel.prototype.initialize, function (fn) {
                fn.apply(this, _.toArray(arguments).slice(1));
                this.on('after:sync', function () {
                     this.set('custbody_test_field', 'T'); 
                }.bind(this));
            })
        });
    c
    s
    • 3
    • 8
  • c

    Craig

    06/23/2025, 6:10 PM
    Why would I deploy one of these over the other? It shouldn't matter to us if the SSP is SS1 or SS2 right? Also, I couldn't set the SS2 to work anyway but deploying the SS1 SSP worked.
    s
    • 2
    • 6
  • s

    Sohan Kumar Dash

    06/24/2025, 3:07 PM
    Hi All, Is there any way to add some custom fields to the product lists item response?
  • c

    Craig

    06/24/2025, 4:34 PM
    Anyone using Webstorm for SCA development? What did you do to get the tpl files displaying with some sort of coloring/intelligence?
    e
    • 2
    • 2
  • l

    Lucas

    06/25/2025, 7:33 AM
    How to use the correctly, Where to populate the field?
    Copy code
    var cart = container.getComponent('Cart');
    			var data = {
    				fieldId: "custbody_test_field",
    				type: "string",
    				value: "C123456"
    			}
    
    			cart.setTransactionBodyField(data).then(function() {
    				console.log(data.fieldId + ' was set to ' + data.value);
    			}).fail(function(error) {
    				console.log('setTransactionBodyField failed.');
    			});
    Any of the following circumstances will cause this method to fail and return an error: • If there are no transaction body fields on the page. • If the specified transaction body field is not on the page. • If the value of
    value
    does not match the specified
    type
    in the TransactionBodyFieldData object. • If the value of
    type
    in the TransactionBodyFieldData object does not match the field type in NetSuite.
    s
    • 2
    • 1
  • f

    Francisca Galperin

    06/25/2025, 12:48 PM
    Anybody using Fortis experiencing the following issue: when paying invoices in My Account, if the CC fails, we are still getting successful confirmation, but the payment fails in the backend. We are getting nowhere with their support
    c
    • 2
    • 4
  • s

    Sebastian Alexis Gonzalez

    06/25/2025, 7:08 PM
    Hi! Has anybody tried using the SuiteTax Latam Engine combined with a SuiteCommerce or SCA store? Does it work? I found the following documentation and this part picked my attention: "The SuiteTax Latam Engine tax determination process does not support the following roles: Customer Center" https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_162085034633.html#subsect_0215010503
    e
    • 2
    • 3
  • e

    eminero

    06/26/2025, 9:03 PM
    Does anyone know what is the process to trigger the 'capture funds' event from a customer payment made from my account after paying an invoice? I'm just seeing a authorization payment event on the billing tab of the customer payment, the status is deposited but I'm not seeing any raw response, the raw request on the payment event says: Basic SALE (v25.3.1). We are using Cybersource.
    c
    • 2
    • 10
  • j

    John Shaw

    06/27/2025, 7:51 AM
    Hi there - in the initial part of an SCA build for a client and as part of which they require quite a bit of Content Managed through the CMS tools. Is there a way of moving this data type across when we move to live?
    m
    c
    • 3
    • 2
  • m

    Mia Li

    06/30/2025, 6:15 AM
    I’m encountering an "INTERNAL ERROR — An error has occurred" message when trying to access a PLPthrough SMT in SuiteCommerce Advanced. This only happens when accessing the PLP page inside SMT. The site itself works fine when browsing normally outside of SMT. Has anyone experienced this before or knows how to debug/fix it?
    m
    • 2
    • 2
  • s

    Sohan Kumar Dash

    06/30/2025, 3:34 PM
    Hi Everyone, The extension manager is failing to activate extensions and theme for a domain. Can someone guide me in the right direction?
    s
    c
    • 3
    • 6
  • m

    Mia Li

    07/01/2025, 9:27 AM
    Hi Everyone, Is there a way to let Customer users log in to SCA, but prevent them from accessing the NetSuite? Any clean workaround? Thanks!
    m
    c
    • 3
    • 3
  • t

    Todd Juenemann

    07/03/2025, 6:32 PM
    Any ideas on why a customer when logged into the SC Website, does not see an open sales order under the purchase history, the order is partially fulfilled, but that should not matter.
    u
    c
    +2
    • 5
    • 21
  • c

    Chris

    07/07/2025, 3:23 PM
    Does anyone know where to find release notes for the Stock Notifications extension? The last page I can find has notes for Feb 8th 2022 - Version 1.1.6, we're currently on 1.1.10.
    s
    • 2
    • 8
  • n

    Nick

    07/07/2025, 7:47 PM
    Does the “Resolve Content-Type Mismatch for Commerce Websites” patch (SuiteAnswers ID 1023011) also need to be applied to
    .ss
    service scripts, or is it only required for
    .SSP
    files?
    m
    • 2
    • 2
  • d

    Diego Gallo

    07/08/2025, 6:05 AM
    Hi all, is anyone running Old-ish SCA websites here? Prior to 2020.1? We seem to have found a potential issue with SEO Page Generator not properly rendering as the javascript compiling version utilized might be wrong (even on a vanilla version). I found it in one of our customers, but also on a few random old SCAs i checked
    s
    s
    m
    • 4
    • 14
  • m

    Matt Gochee

    07/09/2025, 1:17 PM
    Encountering an issue where the out of stock messaging during checkout is not appearing when the requested quantity exceeds the in stock quantity. The code is sending a proper error and preventing order completion as it should, however customers do not know what the issue as the error message does not appear. This item's out of stock behavior is set to "Disallow back orders but display out-of-stock message", and in the screenshot you can see that I requested 10 for an item that has 3 in stock, so checkout was prevented. Any idea on what might be going wrong here? https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_0304044915.html
    s
    • 2
    • 18
  • f

    Francisca Galperin

    07/09/2025, 1:34 PM
    has anyone encountered the following error message: Invalid creditcardprocessor reference key 4 for paymentmethod ? We have seen this error intermittently for one of our SCA clients (v 2019.2) It shows an error the first time the user adds to cart but the item is added anyway, just not visible to the user, when they hit add to cart a second time they suddenly have 2 items in their cart, and have been purchasing double mistakenly. What we know: it happens intermittently and only for logged in users.
    s
    • 2
    • 8
  • c

    Charan

    07/10/2025, 3:25 PM
    Hello team, When I deploy the theme, I get the following error every time: Error Message: There is already a theme called: XXX - 3.2.0 How can I resolve this error?
    c
    s
    • 3
    • 9
  • c

    Christine Nicole Ramos

    07/10/2025, 10:32 PM
    In APM for SuiteCommerce • is it normal that the total time (e.g. 40 seconds) is shown but the breakdown in the Action History Details does not total to 40 seconds? • If that is normal, where can we see the other "hidden" breakdown? In our case, we have 40+ seconds total duration but the nothing in UE/Workflow/Custom Client Script URL Requests showed any hint on where is the slowness coming from.
    ablobthinking 1
  • m

    MJ

    07/13/2025, 1:02 PM
    Hi, can anyone please guide me on hiding couple of items from website for specific domain..
    s
    • 2
    • 2
  • c

    Chandrakala

    07/14/2025, 10:46 AM
    Hello Team, In SuiteCommerce (SCS), is it possible to customize the contact-to-customer mapping? I'm currently trying to implement a customization where a contact can be associated with multiple companies. I attempted this by extending
    Account.Model.js
    using SuiteScript. However, it seems the actual flow is handled within
    SC.Model.Init.js
    . When I try to log anything in
    SC.Model.Init.js
    , I encounter the following error:
    "Cannot find default value for object" (or similar)
    Has anyone faced this issue before or can guide me on how to approach this customization? Thanks in advance for your help!
  • b

    Benjamin Cookson

    07/14/2025, 4:41 PM
    In NetSuite, I see the page to be able to add new States/Provinces/Counties. Is there a way to mass import these? Or does NetSuite have any kind of bundle to add new countries? I'm trying to see if there is a way to do this without manually entering every state
  • c

    Christine Nicole Ramos

    07/16/2025, 11:41 PM
    Any idea what needs to be done in order to have a proper display of a blog page in social media (i.e. meta, linkedin, etc.)? Already has: • meta title, description, keywords • image currently looks like this
    d
    s
    • 3
    • 11
  • c

    Craig

    07/17/2025, 11:54 AM
    Can someone remind me if SCA has an 'agent' login feature where an agent can login and transact on behalf of their customers?
    s
    • 2
    • 3
  • z

    Zohaib Ahmed

    07/17/2025, 4:04 PM
    Hey All, I am working on a SuiteCommerce Advanced theme which I initially fetched and have been continuously developing and deploying. Everything was working fine until recently, when I noticed that my changes are no longer reflecting on the live site, even though they appear correctly in my local environment. What could be the possible reason for this issue?
    ablobthinking 1
  • m

    Matt Gochee

    07/17/2025, 6:20 PM
    Got an email from NetSuite about the Content-Type Mismatch Patch, stating that the patch may not have been applied correctly and to review the instructions. From what I can tell, the instructions for the SuiteCommerce and SCA 2019.2 to 2023.2 patches are the same. Do I need to reapply the patch if the code and instructions are the same? Do we know which instructions were updated?
    ablobthinking 1
    e
    • 2
    • 1