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