Wednesday, July 3, 2019

Combine Shipping and Handling Cost on the Order Summary Section in Reference Checkout

Image


Note: Applicable for Reference Checkout 2.02 Bundle ID 41420

Some users want to have the option to display the shipping and handling as one price on the Order Summary of the checkout pages in Reference Checkout 2.0. Below are sample codes to combine shipping and handling costs and labels:

1. Navigate to Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – Checkout > Reference Checkout > templates > shopping_cart > macros > and copy the checkout_cart_summary_macro.txt into Custom Checkout > templates > shopping_cart > macros.

2.Edit the checkout_cart_summary_macro.txt file and search for:


Replace with:


3. Save and verify if the changes are made on the web store.

----------------------------------------------------------------------------------------------------
*To customize the Order Summary on the shopping cart, customize the following file: 1. b>Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – Checkout > Reference Checkout > templates > shopping_cart > macros > and copy the shopping_cart_summary_macro.txt into Custom Checkout > templates > shopping_cart >macros

2. Edit the shopping_cart_summary_macro.txt file and look for the following code:




Replace with:



DISCLAIMER: The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Netsuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.

Netsuite Inc. does not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Netsuite Inc. disclaims all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.

Netsuite Inc. shall not be liable for any direct, indirect or consequential damages or costs of any type arising out of any action taken by you or others related to the sample code.

No comments:

Post a Comment