Scenario: When adding a Merchandising Zone via Site Management Tools and applying a Merchandising Rule, users may find that the images associated to the rule aren’t appearing on the website. Solution: 1. Navigate to Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – CMS > CMS > Reference Shopflow > Published > Templates 2. Add the tag image_default_tmpl to the image_default.txt record 3. Save the record 4.… Continue reading Images not Displaying when adding Merchandizing Zone via Site Management Tools
Author: Shekha E K
Proposal for UK website setup
Requirement Setup “OX Tools UK Sales Order” form to all orders for the UK subsidiary. OX Tools requires to lock the delivery method to what’s selected on the customer record and then auto-calculate shipping cost. Also Restrict the customer from editing their profile name and adding new address. Deliverables Transaction form If the customer’s subsidiary is… Continue reading Proposal for UK website setup
Please select member items before submitting
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
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.