We can use these field available on item record to improve the websites SEO performance by filling the data with the required formats We can update the following details on the item record to improve the SEO performance of the SCA website, which will result in a high ranking of website on the search engines.… Continue reading Optimizing SEO performance using item record on SCA and SCS websites
Author: Rajesha Jagadeesh
Robots.txt file updation for SCA websites to give access for web crawlers
We can use this solution to update the Robots.txt file for giving or removing bots from crawling on the Suite Commerce websites. robots.txt file can be found in the NetSuite file cabinet on the Webhosting > Live hosting path
Converting image to PDF using jspdf library on the SCA website
since there are no standard methods available in the NetSuite or SCA to convert an image to PDF we can use jspdf package via CDN URL. We can achieve this requirement by following solution: We can use the jspdf CDN URL `https://cdnjs.cloudflare.com/ajax/libs/jspdf/0.9.0rc1/jspdf.min.js` to use the jspdf package by using jquery’s getScript method $.getScript(“https://cdnjs.cloudflare.com/ajax/libs/jspdf/0.9.0rc1/jspdf.min.js”) let doc… Continue reading Converting image to PDF using jspdf library on the SCA website
FB (Meta) pixel creation and integrations steps for Suite Commerce and Suite Commerce Advance website
We can use this steps for the creation of the Face Book (Meta) pixel and adding event and conventional tracking Meta Pixel Creation • To create meta-pixel we require a meta business account. • Go to the “Meta Event Manager” on the menu of Meta business account and click on connect to create new Meta… Continue reading FB (Meta) pixel creation and integrations steps for Suite Commerce and Suite Commerce Advance website
Domain redirection from secondary domain to primary domain with domain paths and params on SCA
We use this solution for any domain redefection, like shifting from one domain to another, but customers bookmarked the old domain. If the customer uses the old domain, it will be redirected to the new domain. We can create a redirect domain if the source and destination domains are different on the commerce > Hosting… Continue reading Domain redirection from secondary domain to primary domain with domain paths and params on SCA
Auto address feature using www.smarty.com API in SCA website
We can use this to add an auto-address feature to the Suite Comerce Advance website using the www.smarty.com auto-address API. JavaScript: _.extend(AddressEditFieldsView.prototype,{ template: jj_addressbook_addressbook_tpl, events: _.extend({}, AddressEditFieldsView.prototype.events, { ‘keyup [data-action=”searchAutoAddress”]’: ‘searchAddress’, ‘click [data-action=”autoaddress-select”]’: ‘fetchAddress’ … Continue reading Auto address feature using www.smarty.com API in SCA website
Proposal for the Auto-Address feature in the address-book of myaccount and checkout section
This proposal covers the scope of adding the auto-address feature to the checkout and my account section. When the customer enters their partial address, the matched address needs to be shown, which was obtained from the “Auto address” API. The address can be selected and saved to the respective customer profile. Proposal Summary This proposal… Continue reading Proposal for the Auto-Address feature in the address-book of myaccount and checkout section
Re-arranging the custom sliders by adding a number field in the configuration
Since the custom sliders have large amounts of information and we cannot rearrange the configuration record, we have to manually rearrange the whole data to rearrange sliders on the website as required, but using this solution, we can add a number field, and from the number, we can rearrange sliders in ascending order to show… Continue reading Re-arranging the custom sliders by adding a number field in the configuration
Google Customer Review on the order confirmation page
We can use this independent extension to add a Google Customer Review to the order confirmation page of the Suite Commerce website. JavaScript: if (Configuration.get(“customerReview.show”)) { _.extend(OrderWizardModuleConfirmation.prototype, { initialize: _.wrap(OrderWizardModuleConfirmation.prototype.initialize, function (fn) { fn.apply(this, _.toArray(arguments).slice(1)); … Continue reading Google Customer Review on the order confirmation page
Proposal for the Single-Sign-On (SSO) using SAML and Azure AD B2C for Suite Commerce websites
This proposal covers the scope of adding a single sign-on system to websites that use Azure B2C as a third-party identity provider for login. Proposal Summary This proposal covers the scope of adding a single sign-on system to websites that use Azure B2C as a third-party identity provider for login. Customers can login through an… Continue reading Proposal for the Single-Sign-On (SSO) using SAML and Azure AD B2C for Suite Commerce websites