Create a subtab in the configuration record in NetSuite.
Author: Anik Babu
Add Image on template from Assets in SCA
We need to add image in theme->assets->img. Then follow the syntax form adding images from theme asset. <img class=”header-sidebar-menu-push-icon” src=‘{{getThemeAssetsPath “img/american.png”}}’ alt=”header_logo” title=”header_logo”>
Create Contact Under Customer
Create a function for form submission. Also passing the admin and sales email from the configuration record. Also creating contact based on the customer logged in to the website. Also sending emails for the corresponding contact.
Email Signup for SCA Website
We can customize the newsletter function using an extended Newsletter. Model . we can update the fields using the extend the Newsletter. Model . We develop a new newsletter extension for two websites.we differentiate the two websites based on the siteid.
Promotion Discount For Customers First web order
Need to create a promotion on a specific date for new customers without placing an order on the website. Only the promotion is acceptable for new sales orders and particular customers. Need to Create saved search for specific customers Also, Need to create a group for the promotion. Creating promotion using the group Created Extension… Continue reading Promotion Discount For Customers First web order
Add ‘Free shipping countdown’ in cart page
Creating a child view for shipping countdown getting a value from Custom Entity Feild from customer record.The Entiry Feild id is custentity_anx_free_shipping_threshold.Then passing the value to template. The example screenshot is added below
PROPOSAL PDF DOCUMENT IN PDP PAGE
THERMOGARD JIRA TASK :https://jobinandjismi.atlassian.net/browse/THRD-526 Proposal Summary This proposal covers the scope of making, For PDF documents in PDP page in the thermogard website domains. The implementation will be done in the page Requirement We can upload documents at an item level and show them on the eCommerce side. These would be PDF documents like flyers/specification… Continue reading PROPOSAL PDF DOCUMENT IN PDP PAGE
Extend The Child view in SCA
Extend the child view of the ‘Header.Profile.View’ view. added example below
Address and Phone details are Unset on the Customer Record for Existing Customers
Existing customers who have managed to purchase on a web store for the first time may have their address and phone number details unset or removed from their customer records in NetSuite. To prevent this from happening, make the Phone Number field Mandatory: Navigate to Customization > Forms > Address Forms Click the Customise link beside the Standard Address Form Once the Custom Address Entry Form page… Continue reading Address and Phone details are Unset on the Customer Record for Existing Customers
A real “reactivity” mechanism within the language
Although all major Javascript frameworks can be considered ‘responsive’, since they have the ability to automatically update the DOM when part of the app is updated, this mechanism depends on a specific API that the developer must use to notify the system of changes. For example, notifying the app to update the DOM by changing its… Continue reading A real “reactivity” mechanism within the language