When member items are created in a separate CSV file, there needs to be a linking column: Assembly Item: External ID, Internal ID or Name. When performing the import, ensure that the following options are specified: Import Type – enter Item Record Type – enter Assembly/BOM Item Click Multiple Files to Upload For Primary File – Item,… Continue reading Please select member items before submitting
Author: Shekha E K
Credit card payment method not showing in website
If the Credit card payment method is missing in the website payment page. Check whether the payment processing profile is properly configured. Go to setup->accounting->payment processing profiles Select the payment processing profile for the webiste. Make sure website and payment methods were properly added in it.
Error in gulp extension:fetch
Not able to fetch the extension using gulp extension:fetch. Some error is showing when using this fetch command. Solution: To resolve this, First uninstall the currently using node version and re-install it. nvm uninstall <version> nvm install <version> Then try to fetch again.
How to get value from Sales order, in an Item fulfilment email template?
Scenario: While creating Item fulfilment email template, if we want to take data from the sales order record, such as order date etc. Use the following code. <#assign salesOrder = record.createdfrom><#if salesOrder?has_content><p>Sales Order Date: ${salesOrder.trandate}</p></#if>
Deployed changes not reflecting on website
Scenario: Some times, changes will not reflect in the website after deploying extension. If your changes are in local and after deployment if it is not reflected on the website. Then you can change the version from the manifest and deploy it. Still, if it is not working, deploy by changing the respective version using… Continue reading Deployed changes not reflecting on website
How to override the default color of disabled date without using important
If the date picker has main class for table element as “table-condensed” .table-condensed>tbody>tr>td.day.disabled{ color: #00000; } By this way, we can avoid !important.
Browser specific styling
How to apply style to specific browsers only? To apply style for Mozilla browser, To apply style for safari and chrome, Sometimes in safari, its default styles may appear. So to override that, we can use this method. Use this styling only in necessary conditions.
Resolve ‘Error: Wrong parameter type’ on Extension Manager Activation
How to resolve the “Error: Wrong parameter type: parameters.active_extensions is expected as string or number or null” when using older versions of SuiteCommerce Extension Management bundle on production and sandbox account. Solution If you are using SuiteCommerce Extension Management bundle versions 2018.2 or lower, updating the bundle to 2019.1 or higher will resolve the concern.
Unexpected error on item import
There are some scenarios which shows unexpected errors while doing item import. Some of the cases are, Item Name field and the Store Display Name field are mapped. You must map only the Item Name field or the Store Display Name field. Ensure that the Item Translation : Language field is also mapped.
Could not find any records by this name
The error occurs when updating child matrix items. In the CSV file, enter a separate column for the parent matrix item and another for the child matrix item. The CSV file will look like the following: Item Name/Number Subitem of Department Child item Parent item — In the Item Name/Number column, the Parent : Child… Continue reading Could not find any records by this name