There are three key URL parameters available for NetSuite customers in relation to marketing activities: Partner referral ID Lead source ID Promotion codes Attach the partner referral and lead source parameters to your Commerce website’s pages to track the effectiveness of your marketing campaigns. Partner Parameter Partner parameters are used when operating referral schemes to… Continue reading Marketing URL Parameters
Author: Ittymathew Paul
Token-based authentication (TBA)
Create an integration record. In the Name field, enter a name for the integration record. In the State field, select Enabled. Check the Token-Based Authentication box. Check the TBA: Authorization Flow box. In the Callback URL field, enter: http://localhost:7777/tba. Clear the Authorization Code Grant box. Check the User Credentials box. Save the integration. Be sure to save the consumer key/secret before closing the page. Copy and paste the consumer key/secret in… Continue reading Token-based authentication (TBA)
Extending template file
Alternative way for extending the template file, in 2020.2 later SCA has got some updates in the View, so normal extend method we use wont work. Alternative solution is Create a custom view and replace the existing one
Configuring Web Fonts
To configure web fonts: Go to Commerce > Websites > Configuration. Select the website and domain where the theme is activated and click Configure. Go to the theme name subtab. Go to the Web Fonts subtab. To enable Google Web Fonts, check the Enable Web Fonts box. To improve page load when web fonts are loaded, check the Load Web Font… Continue reading Configuring Web Fonts
SuiteCommerce Extension Management Updates
With the 2023.1 release, The following gulp commands have been added and can be used with extension and theme developer tools: gulp reactivate – triggers a reactivation process of all the extensions and themes installed on your website gulp reactivate –async – triggers a reactivation process of all the extension and themes installed in your website asynchronously… Continue reading SuiteCommerce Extension Management Updates
Strike-Through Pricing Support for Matrix Items
With the 2023.1 release, the Strike-Through Pricing feature will apply to matrix items as well as non-matrix items. Strike-Through Pricing compares a customer’s configured price level to the default price level set in the SuiteCommerce Configuration Record’s Shopping Catalogue tab. If the customer’s price level is lower than the default price level, the item pricing… Continue reading Strike-Through Pricing Support for Matrix Items
Make Item Non Returnable
To make the item non returnable via a custom field on the NetSuite, extend the itemKeyMapping and the _isReturnable and update the context returning from the function
Fetch Extension using New Token
For creating new token instead of using the existing one, replace the credential with an empty object which will force you to create a new token while deploying
Prevent Initial Extension Fetch
We have a configuration JSON that can be updated to prevent the initial extension fetch on the gulp folder. For example, replace fetchConfig with fetchConfig empty Obejct as shown in the figure, which will indicate what to fetch once more.
Show Child Item in Quick Add
On this, we’re installing a custom plugin, so when an item is queried, it will look for the child item associated with it and update the list displaying. Adding the code used in the plugin