Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Reference Cart 2.04.0 Combining Shipping and Handling
Now, in the order_wizard_cart_summary.txt, my
shipping and handling appears in different lines
----------------Like below -------
Subtotal (2 items) $5.00 Shipping
$8.14 Handling
$7.95 GST
------------------------------------
Has anyone tried to combine display of Shipping and Handling in one or help me with the codes below to display Shipping and Handling in one field.
<div class="cart-summary-shipping-cost-applied">
<p>
<span class="pull-right cart-summary-shipping-cost-formatted">
<%= summary.shippingcost_formatted %>
</span>
<%= _('Shipping').translate() %>
</p>
<% if (summary.handlingcost) { %>
<p>
<span class="pull-right cart-summary-handling-cost-formatted">
<%= summary.handlingcost_formatted %>