Extension to Remove Edit Option From Shipping Address Field

Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality  In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell.  Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field

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.

Extension to storeitem model

To change the source code for errors find out the file in source and if it is a model file then in extension suitescript file has to use. Sample code is given below. StoreItem.Model file is changed

Extension Files

SuiteCommerce extensions generally include the following types of files. File Description Example Baseline Extension File* Entry Point An essential file in any extension with JavaScript is the entry point file. When an extension is loaded into a site’s application, this is the file that is called. In the entry point JavaScript file, you should define… Continue reading Extension Files

How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension

This article refers to adding a script with dynamic values inside it. Here is an example: Adding a script for ROI tracking with dynamic values. Sample script structure: Here in the script we need to pass two values product name and total checkout amount of items in the cart, so the number of lines in… Continue reading How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension

Marketing apps/extensions for SCA websites

Requirement  Is there a marketing app that syncs with NetSuite that we can use that for example uses the products from our website with direct links etc. etc. for buys to be able to click on an email?  We’re looking for something that is integrated saves time and is efficient.  Maybe there’s a program that… Continue reading Marketing apps/extensions for SCA websites

Proposal For Adding a Button Link to Paystand payment In the Checkout process

Requirement: “When the customer is checking out, check the possibility of adding a pay now link using PayStand.  We have already submitted a proposal for adding a Pay-now link in invoice records on the website, which is attached to this task. Please check that also.”  Our Solution  We have found two possibilities for adding the “Pay… Continue reading Proposal For Adding a Button Link to Paystand payment In the Checkout process