How to solve the problem that the Cancel Request function of SC is invalid?
I found that on the Returns details page of the SC website, after clicking Cancel Request
, the message promptsGood! Your request was successfully cancelled.
, but the actual RMA status has not changed.
Why is this?
How to solve the problem that returns data is not displayed?
A return was submitted through SuiteCommerce
, but when viewed on the order details page, the item information, such as pictures and sku, cannot be displayed. However, the data of the current item exists and there is stock.
Where is the date format of the SC website set?
I wrote an extension that uses SC.ENVIRONMENT.siteSettings.dateformat
to get the website date format, but I found that the formats of the sandbox and the production are different. Where can I change this date format?
Unable to find ReturnAuthorization.Model.js file
I want to override the setLines
method in the ReturnAuthorization.Model.js
file, but I can’t find this file and don’t know how the source code is written.
When uploading a picture during a Return Authorization, it shows that the NOT ALLOWED?
I overrode the system’s standard return authorization function, but after uploading the file, it says:
Any way to stop default shipping address being changed by a NetSuite website
As the title says, is there any way to stop default shipping/billing addresses being changed by a NetSuite website (SCA in this case). Clients really hate this feature on a B2B site. If a customer checks out, the last shipping options become the new default which screws up people a lot.
How to prevent submit event and show an error message on SC website page?
I want to show an error message on the web page and cancel the submission event in the beforeSubmit event of the cart component. How should I achieve this?
SuiteCommerce Advanced – We have Netsuite 2024.1, can i install 2 different bundles of SCA
We have Netsuite 2024.1 and SuiteCommerce Vinson (bundle 134179), we are wanting to install the bundle for SuiteCommerce Advanced 2023.1 (bundle 468610), will that install make any changes to Vinson and stop it from working?
How to add a variable to a native tpl file?
For example, in the product_details_full.tpl file, i want to add a variable whose value comes from item. How should you implement it?
enter image description here
In addition, I found a pageHeader variable in the tpl file, but I didn’t see this variable in the Field Sets of the website. Why? Aren’t the variables in the Field Sets and the variables in the tpl file one-to-one corresponding?
How to use handlebars.js helpers in SC?
enter image description hereHow to use handlebars.js helpers in SC? The documentation mentions these custom helpers, but doesn’t say how to use them. I also didn’t find the HandlebarsExtras file.Is there any documentation?