To update the SCA version first, we need to install latest sca bundle then we need to map that in the domain set up to the latest ssp version and we need to perform the deploy to domain and deploy to website in ssp . then we need to activate the extension and theme.
Month: October 2024
Calculate Back-Ordered Quantity in NetSuite Saved Searches
In NetSuite, tracking back-ordered quantities directly from sales orders within a saved search can be challenging, as the back-ordered quantity isn’t directly available in the search results. However, a formula can be implemented to effectively derive the back-ordered quantity for items in sales orders. Here’s a step-by-step approach to using this formula in your saved… Continue reading Calculate Back-Ordered Quantity in NetSuite Saved Searches
Add new tab and subtabs in my account page in the elbras verison website
To add the tab in my account page as new tab in the elberes version we need to extend the view and the code for that. Entry point file: define(‘Inventory.Management’ , [ ‘Inventory.Management.Router’,’Profile.Model’ ] , function ( Router,ProfileModel ) { ‘use strict’; return { … Continue reading Add new tab and subtabs in my account page in the elbras verison website
Best practices for responsiveness by bootstrap in SCA website.
Grid System for Layouts Use Bootstrap’s 12-column grid system to create flexible and responsive layouts. Ensure each layout component uses Bootstrap’s grid classes (col-, row, container, container-fluid) to adjust the layout across different screen sizes. For example, col-md-6 will make an element occupy half the screen on medium and larger devices while stacking it full-width… Continue reading Best practices for responsiveness by bootstrap in SCA website.
SuiteScript and Service controllers in SCA
Since NetSuite uses SuiteScript, a JavaScript-based scripting environment, developers access the platform’s API, allowing direct interactions with records and fields on NetSuite servers. Here’s how data is processed: Backend SuiteScript Model: Extends service controllers to perform actions like create, update, and delete. These actions are accessed by routers and executed on the server, keeping business… Continue reading SuiteScript and Service controllers in SCA
Responsive Coding in SuiteCommerce Advanced (SCA): Responsive Breakpoints
Responsive coding in SuiteCommerce ensures that the website adjusts seamlessly to different screen sizes and device types. As a modern e-commerce platform, SuiteCommerce offers responsive themes and components out of the box, but implementing customized responsive designs ensures that unique elements, custom layouts, and branding maintain consistency across all screen sizes. Breakpoints are specific screen widths… Continue reading Responsive Coding in SuiteCommerce Advanced (SCA): Responsive Breakpoints
Creating a Seamless Responsive Design in SuiteCommerce Advanced: Grid System and Flexbox Layouts
Responsive coding in SuiteCommerce Advanced (SCA) is essential for delivering a smooth, accessible shopping experience across various devices, from desktops and tablets to mobile phones. As a modern e-commerce platform, SuiteCommerce offers responsive themes and components out of the box, but implementing customized responsive designs ensures that unique elements, custom layouts, and branding maintain consistency… Continue reading Creating a Seamless Responsive Design in SuiteCommerce Advanced: Grid System and Flexbox Layouts
Viewing an Advanced Template in the Template Editor
To see an advanced template in the template editor, go to Customization > Forms > Advanced PDF/HTML Templates and: Click Customize for a standard advanced template to review it in the template editor and create a customized version of it, or Click Edit for a custom advanced template to review it in the template editor and make further changes as needed.… Continue reading Viewing an Advanced Template in the Template Editor
Steps to update existing footer in a SCA website
Download ‘ExtensionDevelopmentTools<version>.zip’ file from ‘SuiteBundles/Bundle <id>’ directory in file cabinet. After extracting the zip file, run the command ‘gulp extension:fetch’ in the root directory. This command will download the active theme and compiles all theme resources (Sass, HTML, and other assets). Create a new extension by running the command ‘gulp extension:create’. Get the ‘Layout’ component… Continue reading Steps to update existing footer in a SCA website
SuiteCommerce Advanced Sign Up extension
The SuiteCommerce Advanced Sign Up extension lets you use an alternate sign up form on your Commerce website in addition to, or instead of, the existing standard customer registration form. The Advanced Sign Up form is particularly suited to wholesalers who want their users to register before they are able to shop on their site.… Continue reading SuiteCommerce Advanced Sign Up extension