The error displayed, “Phone number is required,” when customers updated their address in the My Account area of your website and left the phone number field blank is fixed with the new release. The phone number field is optional and customers can now update their address without providing a phone number.
Tag: myaccount
Resolve Error: “Not Allowed. Sorry! You have no permission to view this page.” when viewing transaction history on MyAccount page
Applies To Product: NetSuite 2023.1SuiteApp/Bundle: Site Builder SuiteCommerce SuiteCommerce Advanced Scenario Error: “Not Allowed. Sorry! You have no permission to view this page.” when viewing the transaction history in MyAccount page Solution Change the Customer Payment permission level of the affected Customer Center Role: Navigate to Setup > Users/Roles > Manage Roles Click Edit next to the affected Customer Center role Go to Permissions subtab > Transactions sublist… Continue reading Resolve Error: “Not Allowed. Sorry! You have no permission to view this page.” when viewing transaction history on MyAccount page
ACH payment in website
We have added ACH payment method to myaccount page. Website users can select invoice and make a payment using an ACH transaction and Add, edit, or remove their ACH payment instrument. Users can add, edit, or remove ACH payment instruments in the following areas on website My Account > Settings > ACH Payments My Account… Continue reading ACH payment in website
Extension to Hide Credit card option in Myaccount menu
Scenario:The client wants to hide the Credit card option under the Settings tab and also needs to hide it from the MyAccount Header menu. Solution: We can create an extension for this purpose. We can extend the ‘MenuTree.View’ for hiding from my account page and ‘Header.Menu.MyAccount.View’ from the header menu. Code:
Add ACH in SuiteCommerce MyAccount
Enable the Payment Instruments feature: Go to Setup > Company > Setup Tasks > Enable Features (Administrator). Click the Transactions subtab. Check the Payment Instrument box. Click Save. Considerations Before Enabling Payment Instruments The Payment Instruments feature provides new records, which may disrupt integrations with third-party commerce solutions. Previously, importing credit cards was sensitive with regards to PCI compliance. If supported by your gateway… Continue reading Add ACH in SuiteCommerce MyAccount
How to change the order of the Menu Tree in My Account section using extension only for mobile devices.
We can change the order of the Menu Tree in My Account using the extension only for mobile devices. Here we are using the index value for sorting.
New column in myaccount overview
To add new column in myaccount page through extension . In array original.column add new column .
Uncaught TypeError: Cannot read properties of undefined (reading ‘locale’)
when my account page is there showing an error in the console and the page is not getting to the user.
Extension to Remove Edit Option From Shipping Address Field
Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell. Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field
How to add subitem of a MenuGroup in MyAccount
In the following example, a menu item is added as the first subitem of the menu group with the id preorders. The menu item points to a landing page called preorders-view. To view the menu item, the user must have either of the two permissions specified in the permission property.