To do any customization on themes in big commerce, initially the theme needs to be downloaded. Downloading a theme from the control panel allows to have a copy on computer. A copy is needed if choose to develop a custom theme using the Stencil CLI. Making changes to your theme in CLI gives you full access… Continue reading Adding custom scripts to stencil themes
Month: March 2023
Create a CSV file, save, load and parse the CSV contents using suiteScript
Solution
error:”failed to save record because invalid account reference key xxx for currency x”
While running the “NetSuite Settlement Transaction to NetSuite Refund Add” flow you may receive the error message: “failed to save record because invalid account reference key xxx for currency x. To resolve the error and sync data for your settlement refunds successfully , the following actions to be completed. 1.Select a currency for the settlement… Continue reading error:”failed to save record because invalid account reference key xxx for currency x”
Windcave external payment :Points to Be Noted
A payment processing profile should be created in the NetSuite using the Windcave Credentials. PAYER AUTHENTICATION feature Should be set to false in the windcave payment profile. There may a page not reachable issue seen after returning to review page after adding the card details in the external payment page. This issue usually happens when… Continue reading Windcave external payment :Points to Be Noted
AI Text Detection Software
AI Text Detection Software is a great tool for extracting text from images and documents. It combines machine learning with optical character recognition technology to provide a range of features that can help you transform data into searchable text. Optical character recognition is an early form of AI that allows computer systems to recognize individual… Continue reading AI Text Detection Software
How to solve Extension Manager Error
Scenario Extension Manager shows an error page when you try to open Extension Manager (Path: Commerce > Websites > Configuration). This could be caused by SC Extension Management version update. Error message: {“header”:{“status”:{“code”:”ERROR”},”message”:”Unexpected token: o”,”extra_data”:{},”error_code”:”SyntaxError”}} Solution To resolve this, follow the steps below: 1. Navigate to Customization > Lists, Records, & Fields > Record Types 2. Search for the SC… Continue reading How to solve Extension Manager Error
Showing of Specification on PDP page for Matrix items.
When the options of matrix item selected (here color is selected), then corresponding details of that child item also show in the website. Create a custom field in NetSuite by using follow steps 1. Go to Customization > Lists, records & Fields > item fields > New 2. Enter a Label ” Specification data” for… Continue reading Showing of Specification on PDP page for Matrix items.
How to add a total amount in the header section
When the item has been added to the cart. It helps the users to see the item’s total amount when the user login in it will be displayed in the header section and before login, the total amount will not able see In entry file In the corresponding template added the cart total In the… Continue reading How to add a total amount in the header section
Method for sending email using nlapiCreateTemplateRenderer().
This method can be used to send email template. Here we using nlapiLoadRecord() and nlapiCreateTemplateRenderer(). Below mentioned code for SuiteScript 1.0. In Email Template we using id (#firstname) for getting field values. <html><title></title><p id=”firstname”>Dear #firstname #lastname</p> <ul><li><strong>Email:</strong> #email</li><li><strong>Phone Number:</strong> #phone</li><li><strong>Company Name:</strong> #companyname</li><li><strong>Message:</strong> #message</li></ul></html>
GrapghQL
GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. Developed by Facebook in 2012 and open-sourced in 2015, GraphQL allows clients to define the structure of the data required and returned from the server, thus preventing excessively large amounts of data from being returned. GraphQL… Continue reading GrapghQL