The backup uploading notification is showing but not updating the backup. we can solve this issue by adding some files. In case of showing ServiceContract/SC/Case/Case error, this error happening because of missing ServiceContract folder subfolder and its files. This folder include AddressBook, Case, Category etc. subfolders. After updating files we want to deploy through gulp… Continue reading How do we solve the issue of the backup not generating when deploying the source code?
Author: Arjun S
How we can set the subitem in the PDP page.
It’s possible to we can set the subitem in PDP page using setOption method. syntax :setOption( cart_option_id, value )
How we can set the review page ‘Terms and condition’ notification message from Netsiute.
We can update the Review section ‘Terms and condition’ notifictaion message from netsuite website setup. Navigation commerce->websites->website list-> Select the website from the list and click edit button The website setup page has an option for changing the ‘Terms and conditions’ section under the Shopping tab. We can update the message here.
Steps for updating the standard POST method in extension for passing the request and getting the response.
We can pass the request and fetch response from the extension through this way. This the standard method. Here we passing the request for suitelet response, so we use suitelet Id in Suite Script. Service controller section Suite Script section
How we can show the warning message when the response from the suitelet is false.
We can display the warning message in template when the suitelet response is false.
How we can solve Page Not Found Error when we selecting the item from PLP page.
We can solve the Page Not Found issue in the PDP page from the NetSuite. This error happens when configuring the new domain. Then we need to setup in website. Path commerce->website->website list. Select the website from the list and click the Action button. Here is an option for Rebuild search index, select this option.… Continue reading How we can solve Page Not Found Error when we selecting the item from PLP page.
Proposal SuiteCommerce implementation proposal for the MAMS project.
This proposal covers the website implementation with all the features available for a SuiteCommerce site. Features of Default theme and Custom When we are using custom theme, we need design for that and we need to consider every page in the website for that design and then we’ll design as per that. Design we need… Continue reading Proposal SuiteCommerce implementation proposal for the MAMS project.
How we can set the render method for the whole page, when we the suitelet response is in done function.
We can set the render method for the whole page when the suitelet response is in done function. Here we passing the parentView value as ‘true’, when the response is true. code for done function in entry point. Code for rendering the page. Update this code in the whole page initialize section.
How to solve ‘{“message”:”Unexpected token: l” ‘ while passing the request from entry point to service controller
We can solve the ”'{“message”:”Unexpected token: l” ‘ by changing the post method from the entry point. In this POST structure we can get the ”'{“message”:”Unexpected token: l” error in console. So use JSON.Stringify() for passing the object to suitescript then we can avoid this error.
Different ways for solving the CORS policy error.
We can solve the CORS error by different ways. We can see this error by happening of these mistakes. Search chrome://flags on that , search the CORS and disable that then refresh the page which fixes the issue Install the Allow CORS extension and click the off button for deactivating the CORS It’s may happen because of… Continue reading Different ways for solving the CORS policy error.