Remove or Hide Error Messages in Reference Checkout

Scenario There are instances where users do not want to show error messages to their shoppers. Solution In order to remove or hide the error messages user needs to follow these steps: User needs to go to the custom folder of the SSP Application that is associated with their web store Navigate to Custom Checkout > templates > globals > macros Verify… Continue reading Remove or Hide Error Messages in Reference Checkout

Checkout Configurations in SuiteCommerce

In order to provide customers with the appropriate forms to capture their address, shipping information, and payment information during web store checkout, SuiteCommerce offers three supported checkout setups. Standard One Page Billing First The Checkout subtab of the SuiteCommerce setup tool has a drop-down list of checkout steps that can be used to specify the… Continue reading Checkout Configurations in SuiteCommerce

Resolve Checkout Blank Page Returned when Payment Instrument is enabled in SuiteCommerce Website

When the Payment Instrument is enabled on the Account, at times the checkout page returns blank specifically if there is a theme associated in the website. Thus, SuiteCommerce lets you take advantage of NetSuite’s Payment Instruments feature. When the checkout page return blanks and payment instrument is enabled, below are the steps to integrate with the… Continue reading Resolve Checkout Blank Page Returned when Payment Instrument is enabled in SuiteCommerce Website

Add a New Module to the Checkout with the Extensibility API

Understanding the Checkout Wizard If you want to make changes to your checkout, it’s good to try and figure out if it can be achieved through configuration (including the web site setup tool) and theming, as these will be the easiest and safest ways to make changes. The Wizard In SC the majority of the… Continue reading Add a New Module to the Checkout with the Extensibility API

Updates In Checkout Confirmation Page-Thermogard-NZ-SCA

Proposal Summary  This proposal covers both the functional and UI development for Updating background and add text in order confirmation page for the Thermogard-NZ-SCA Website.   Requirement   The client would like to update background and add text in order confirmation page for the Thermogard-NZ-SCA Website.   Changes required  Need to Update the background on the checkout… Continue reading Updates In Checkout Confirmation Page-Thermogard-NZ-SCA

Setting shippingmethod

If the requirement is to set the shipping method,then in SCA an frontend API is available. Sets shipping method for order. Parameters shipmethod [required] {Object with values for fields} shipmethod [required] shipcarrier [required]Note Valid values that can be set for shipcarrier are ups or noups. Returns No value returned. Supported Domains Checkout Example: var field = ModelsInit.order.setShippingMethod({“shipmethod”: “1788”});

Creating a Payment Method

To create a payment method follow the below steps. 1.Go to Setup > Accounting > Setup Tasks > Accounting Lists > New , then select the Payment Method Type from the drop-down list in the Filters section, and then click New. 2.Enter a name for the payment method in the Name field 3.Select the Type of the Payment Method from the drop-down list 4.Check the Display in… Continue reading Creating a Payment Method