Site Builder to SCA Proposal

SQUIP-321 Requirement The client would like to develop a SCA website using the latest SCA version 2021.1.1 with new design (without using the existing bundles from AVT). All the existing functionality should be present in the new website. Proposed Solution Design – Jobin & Jismi will be responsible for creating and providing the designs for… Continue reading Site Builder to SCA Proposal

Custom E-commerce website with NetSuite as backend

CDU-532, 498 Requirement Client Request – I was in the process to receive quotes to move my website to a new platform, the Open Cart solution we are using is very OLD and needs to be updated, we lost many of our site functionalities due to the OLD version. Can you price out a new… Continue reading Custom E-commerce website with NetSuite as backend

OneWeld Matrix table

Jira No: TAIP-643 Requirement Create a matrix table in the PDP pages. The table should be placed under the image section. Shift the description, next to the image. The table should include the fields Image SKU Name Stock Price QTY. Add to cart button add just below the quantity field. Create a new ajax API… Continue reading OneWeld Matrix table

How To Transfer a wordpress website to google cloud from a local server ?

There are multiple method avilable , 1.  Manual wordpress migration methos from a localhost 2. WordPress migration using Plugin  The manual migration is better, though the process is little complicated than plugins but you will have exact copy of yours WordPress. Plugins normally skip unnecessary file such as cache files, but if the plugins not… Continue reading How To Transfer a wordpress website to google cloud from a local server ?

Published
Categorized as Wordpress

Templates in Site builder

We can add the templates for Category page, PLP, PDP,Home page ,Information item and related cell in the netsuite. For that navigate to Setup>Site builder>item/category templates>edit the template we want.For applying this template to netsuite we have certain method. One of the method is,1.Setup>site builder>setup website2.In the appearance subtab you can add the template for… Continue reading Templates in Site builder

Backbone.cache.model

A simple module to add a localstorage cache to Backbone.sync. Objects you have already fetched are retrieved from the local cache. If the object isn’t cached, it falls back to ‘Backbone.sync’ which does not need to be the default implementation, so it should be compatible with any custom sync implementations. To use, extend Backbone.CachedModel instead… Continue reading Backbone.cache.model

Async functions

An async function is a function declared with the async keyword. Async functions are instances of the AsyncFunction constructor, and the await keyword is permitted within them. The async and await keywords enable asynchronous, promise-based behavior to be written in a cleaner style, avoiding the need to explicitly configure promise chains. Async functions may also… Continue reading Async functions

Display exact product path in PDP

The breadcrumb displays the exact path of the product(including the category) only if the PRIMARY CATEGORY checkbox is checked inside the Commerce category record in Netsuite. If the PRIMARY CATEGORY checkbox is not checked for the items inside the Commerce category record, then the path of the PDP page will be “Home/ Product name”. An… Continue reading Display exact product path in PDP