Scenario A transaction is being created/edited. Upon clicking Save, the user received an Unexpected Error. Solution Upon checking the error log, the transaction subsidiary is not included on Avatax tax code. We navigated to Setup > Accounting > Tax Codes. Search and edit Avatax. Add the transaction subsidiary under Subsidiaries. Click Save.
Author: Achu T V
Avalara Tab Is Not Visible
If Avalara Tab is not visible using Administrator role, the Center tab is not configured correctly. Solution Navigate to Customization > Centers and Tabs > Center Tabs Click Avalara Click Edit On the Center dropdown, select Classic Center Click the Audience tab On the Roles box, select Administrator Click Save
2022.2.0 Release SC/SCA/SCMA-New features
3D Secure 2.0 Available in the Make a Payment FlowWith the 2022.2 release, 3D Secure 2.0 functionality is available in the Make a Payment and Quote Purchase flows. Google Analytics 4 Supported by SuiteCommerce Websites Introduced a new configuration setting to support Google Analytics 4 (GA4) on SuiteCommerce websites. Google will no longer support Universal… Continue reading 2022.2.0 Release SC/SCA/SCMA-New features
Resolve Error: “Notice (SuiteScript): An unexpected SuiteScript Error has occurred” on Avalara Setup
When configuring the Avalara bundle in a newly refreshed Sandbox account the following unexpected error: “Notice (SuiteScript): An unexpected SuiteScript Error has occurred” is encountered in the Configuration tab. SolutionConfiguration for Avalara bundle v5.7 (OneWorld) & v6.6 (Basic) and newer: Navigate to Customization > List, Records, Fields > Record TypesEdit AVACONFIGClick ListClick EditConfig Flag: Remove… Continue reading Resolve Error: “Notice (SuiteScript): An unexpected SuiteScript Error has occurred” on Avalara Setup
Advantages of registerView() Instead of addChildView()?
The main benefit of the registerView() method is that it lets you separate the JavaScript for your Commerce website from your site’s templates. For example, if a developer creates a widget using addChildView() and writes the widget so that it renders on the home page, a designer can add the new widget to a home… Continue reading Advantages of registerView() Instead of addChildView()?
Make a View Available Anywhere in Your Templates
The registerView() method allows you to register a view to a component, making the view available anywhere that component is available. This functionality makes it easier to use simple views in any template in your theme. You should not use the registerView() method for every view, but instead use it: For views that are self contained and do not… Continue reading Make a View Available Anywhere in Your Templates
Theme Developer Tool Overrides May Cause Error On Activation
Overrides implemented using the 2018.2 theme developer tools may cause an error on activation. For example, if you copy a template (.tpl) or Sass (.scss) file from the Modules directory of the published extension to a theme Overrides directory, customize the new file, and then deploy and activate that theme, you may receive this error: Templates… Continue reading Theme Developer Tool Overrides May Cause Error On Activation
Extensibility API Updates(2021.2.0 Release )
The following components have been updated with new methods in the 2021.2.0 release: Cart – You can now trigger the add to cart behavior of a web store in an extension with the triggerAddToCartConfirmation() method. When an extension calls this method, it triggers the add to cart behavior that is configured in the web store settings, which gives… Continue reading Extensibility API Updates(2021.2.0 Release )
Proposal For Updating The My Order Form :Point Australia
Proposal Summary This proposal covers UI development to Update the PLP page and my order form of the website based on the shared design for the SCA webstore for Point Australia Pty Ltd-NS/SCA Requirement Update the PLP page of the website based on the shared design 1 The order form page should be changed as… Continue reading Proposal For Updating The My Order Form :Point Australia
Error Loading Shopping Page Due to Uncaught TypeError
In some implementations of Elbrus, the shopping page returns a blank page and the following error is returned in the log for the page: Uncaught TypeError: Cannot read property ‘indexOf’ of undefined This error can occur because the URL includes the percent sign (%) and SuiteCommerce does not correctly handle the symbol. This patch overrides… Continue reading Error Loading Shopping Page Due to Uncaught TypeError