Proposal Summary The proposal covers the scope of creating a new menu for En PRIMEUR in heading with list of campaigns. We have to create landing pages for each campaign and landing page with a form where customers could select the items, they are interested in. When the user submits the form an email confirmation… Continue reading Form for wine subscription and notification mail to customer when the item arrives
Tag: sca
How to resolve error : permission denied during Gulp deploy.
Despite of using the correct roles and having Token-based Authentication set up correctly, some users would encounter “Permission denied” performing a Gulp deploy command. Tokens that you use to connect to NetSuite from the developer tools are saved in a local file called .nstba. On Windows, the .nstba file is stored in the C:\Users\user_name directory.The issue may… Continue reading How to resolve error : permission denied during Gulp deploy.
Store image URL in the sales order.
Create Transaction body field in the sales order. When the image uploaded this image url stored in the sales order .. in Entry file (.js file) in Suitescript
Test a Theme on a Local Server
In your local developer environment, open a command line or terminal and access the top-level development directory. Run the following command:gulp theme:localWarningPotential data loss. Besides compiling and deploying your theme to a local server, the gulp theme:local command updates the manifest.json file for the theme. This action overwrites any manual changes you made to this file. To… Continue reading Test a Theme on a Local Server
Resolve “getFileNamedsearcherror Error: Integration blocked” during a gulp deploy
This may be due to the current STATE of Default Web Services Integrations being set to Blocked. To resolve: Navigate to Setup > Integration > Manage Integrations Tick the SHOW INACTIVES checkbox to ensure that blocked integrations will also appear in the list Click Default Web Services Integrations Edit the integration record Change the STATE from Blocked to Enabled Save the changes
Case #4973373: Error message when deploying new SCA Theme version
Try Any of these methods when there is an error faced deploying a new theme. Review permissions on roles and files involved with the theme you are deploying Use a standard role (SCDeployer) then confirm if error is still reproducible with this setup Create a new custom role based on SuiteAnswers Article: “Create a Custom Role with Fetch and Deploy… Continue reading Case #4973373: Error message when deploying new SCA Theme version
Show Different Carousel Images Depending on Device Width
Here we can show different images in the homepage carousel depending on the width of device and to do this we create an extensionDevice DetectionThere are some built-in utility functions in the Suite Commerce source codeHere we are doing the following methods: getDeviceType(widthToCheck) — if you don’t pass it an integer value, it returns a string… Continue reading Show Different Carousel Images Depending on Device Width
How to resolve Syntax error: Unexpected token while running Gulp local
To resolved Issue II, follow the instructions below: Steps: Ensure that the node 4.9.1, gulp 3.9.1 and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. To verify that Node, Gulp and npm are installed correctly, follow these checklist: To check node, run node -v in the command line window To run multiple Node versions, see article 49023… Continue reading How to resolve Syntax error: Unexpected token while running Gulp local
Proposal For Adding Home Carousel Banner
Proposal Summary This proposal covers the scope of showing home carousel section in the Thermogard domains. Requirement Requirement is to add carousel in the home page of thermogard domains. The image and text will be different for each domain. Our solution We can achieve the result by using 2 methods. Each solution is adding below. … Continue reading Proposal For Adding Home Carousel Banner
Display item name and stock count for out of stock items in checkout page
Requirement is to show the item name and stock count in the checkout page.