If we edit the quantity of item, it exceeds the available quantity then a message need to display like your quantity exceeds the available quantity. Make customer not able to add more quantity and cannot proceed to checkout, if they add more. Solution: I extend the cart item summary view, there i added the functionality.… Continue reading Cart Page Available Quantity Update
Author: Gopinath Matcharaja
Resolve Error: “There is a file type restriction…” When Attaching File to an Email Template
Scenario Error: “There is a file type restriction for this upload. You are restricted to the following file.” This happens when user tries to attach an excel/csv file to an email template. Solution Upload in File Cabinet Navigate to Documents > Files > File Cabinet Folder: Click a folder Click Add File Pop-Up Window: Select an excel or csv file Click OpenNote: After this, the file… Continue reading Resolve Error: “There is a file type restriction…” When Attaching File to an Email Template
Merge a Template via nlapiCreateEmailMerger() and Send It Via nlapiSendEmail()
Description This article discusses how users may utilize the nlapiCreateEmailMerger() feature to merge templates and send it as emails.SolutionFirst the user needs to create an email template via UI. That can be done by navigating to Documents > Templates > Email Templates > New. Select Text Editor under the template tab. Select Field Type based on… Continue reading Merge a Template via nlapiCreateEmailMerger() and Send It Via nlapiSendEmail()
cannot sortby field ‘[NLSortOption [field=pricelevel2, direction=desc]]’
This issue i faced in my task , An internal error is occuring at the PLP page of New category while selecting any option in the Relevance filter.an error occurred performing search with params: NLBasicSearchRequest [query=, facets=null, offset=0]NLSearchRequest [limit=24, sortOptions=[NLSortOption [field=pricelevel2, direction=asc]], fields=[], fieldset=search, country=US, language=en, currency=USD, region=1, includes=[facets] facet.exclude=[]]” SolutionUser may try any of… Continue reading cannot sortby field ‘[NLSortOption [field=pricelevel2, direction=desc]]’
Resolve error “Reference Shopflow > Internal Error: Cannot sort by field NLSortOption[field=pricelevel5, direction-desc]”
An out-of-the-box install of Reference Shopflow has the Sort By dropdown available in the facet page. By default, it already has the following selections available: Relevance Price, Low to High Price, High to Low The two options for sorting price does not work initially and will result in the following errors when selected: Internal Error: “Cannot sort by field NLSortOption[field=pricelevel5, direction-desc]”… Continue reading Resolve error “Reference Shopflow > Internal Error: Cannot sort by field NLSortOption[field=pricelevel5, direction-desc]”
Gulp theme: Deploy Error Message – This already theme called.
There is an error with while deploying (Error Message – This already theme called.) Modify Config.json Dependencies In the top level of the SuiteCommerce Advanced source directory, open the Config.json file.(gulp >config>Config.json) Find the Config.json file : Replace with following code.
Order note dropdown in Checkout.
The requirement is to add the order note drop-down in checkout page of the SCA web store for One Source. The field should be a text field where user can add comments. It should be placed under HAVE A PROMO CODE like the promo code. It should be drop-down. Deliverables In checkout page we… Continue reading Order note dropdown in Checkout.
getFileNamedsearcherror undefined (Kilimanjaro version)
While deploying i faced this issue .For that issue I replaced the backup of gulp file and npm repository file then its working fine. I added that files belown . After updating all files as required, adding new files from the .zip file for the patch, and downloading and setting up the theme and extension… Continue reading getFileNamedsearcherror undefined (Kilimanjaro version)
Type error:archive.bulk is not a function(Kilimanjaro version)
There is an error with uploading backup after deployment happening on the terminal, the backup file is not uploading in Netuite. While we deploy backup to the account, backup is not deploying correctly. Instead it shows a error as follows, Solution: Modify package.json Dependencies In the top level of the SuiteCommerce Advanced source directory, open… Continue reading Type error:archive.bulk is not a function(Kilimanjaro version)
Custom Content Types SMT (Kilimanjaro Version)
With the Kilimanjaro release of SuiteCommerce Advanced, users can create Custom Content Types.To implement this feature, you create a custom module within your application source code. This is similar to any customization you implement in SCA. You must also set up the CCT in NetSuite and implement it into your SCA site using Site Management… Continue reading Custom Content Types SMT (Kilimanjaro Version)