Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1110960
orders_edit_preview.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 28, 8:22 AM
Size
16 KB
Mime Type
text/html
Expires
Sat, Aug 30, 8:22 AM (17 h, 27 m)
Engine
blob
Format
Raw Data
Handle
717173
Attached To
rMINC Modules.In-Commerce
orders_edit_preview.tpl
View Options
<
inp2:adm_SetPopupSize
width
=
"820"
height
=
"570"
/>
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"ord"
section
=
"in-commerce:orders"
title_preset
=
"orders_edit_preview"
tab_preset
=
"Default"
/>
<!-- ToolBar -->
<
table
class
=
"toolbar"
height
=
"30"
cellspacing
=
"0"
cellpadding
=
"0"
width
=
"100%"
border
=
"0"
>
<
tbody
>
<
tr
>
<
td
>
<
script
type
=
"text/javascript"
>
a_toolbar
=
new
ToolBar
();
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'select'
,
'<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>'
,
function
()
{
submit_event
(
'ord'
,
'<inp2:ord_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
submit_event
(
'ord'
,
'OnCancelEdit'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep1'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'prev'
,
'<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>'
,
function
()
{
go_to_id
(
'ord'
,
'<inp2:ord_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
go_to_id
(
'ord'
,
'<inp2:ord_NextId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep2'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'print'
,
'<inp2:m_phrase label="la_ToolTip_Print" escape="1"/>'
,
function
()
{
openSelector
(
'ord'
,
'<inp2:m_Link template="in-commerce/orders/orders_edit_print" pass="all"/>'
,
''
,
'750x700'
);
}
)
);
<
inp2
:
m_if
check
=
"ord_OrderEditable"
>
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep3'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'new_item'
,
'<inp2:m_phrase label="la_ToolTip_PlaceOrder" escape="1"/>'
,
function
()
{
submit_event
(
'ord'
,
'OnCompleteOrder'
);
}
)
);
<
/inp2:m_if>
a_toolbar
.
Render
();
<
inp2
:
m_if
check
=
"ord_IsSingle"
>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
<
inp2
:
m_else
/>
<
inp2
:
m_if
check
=
"ord_IsLast"
>
a_toolbar
.
DisableButton
(
'next'
);
<
/inp2:m_if>
<
inp2
:
m_if
check
=
"ord_IsFirst"
>
a_toolbar
.
DisableButton
(
'prev'
);
<
/inp2:m_if>
<
/inp2:m_if>
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
inp2:ord_SaveWarning
name
=
"grid_save_warning"
/>
<
inp2:ord_ErrorWarning
name
=
"form_error_warning"
/>
<
table
class
=
"edit-form"
>
<
inp2:m_RenderElement
name
=
"subsection"
title
=
"la_section_General"
/>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
td
class
=
"text"
>
<
inp2:m_phrase
label
=
"la_fld_OrderNumber"
/>
:
</
td
>
<
td
>
<
inp2:ord_Field
field
=
"OrderNumber"
/>
(
<
inp2:ord_Field
field
=
"Status"
/>
)
</
td
>
<
td
>
</
td
>
</
tr
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
td
class
=
"text"
>
<
inp2:m_phrase
label
=
"la_fld_Date"
/>
:
</
td
>
<
td
>
<
inp2:ord_Field
field
=
"OrderDate"
/>
</
td
>
<
td
>
</
td
>
</
tr
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
td
class
=
"text"
>
<
inp2:m_phrase
label
=
"la_fld_Username"
/>
:
</
td
>
<
td
>
<
inp2:ord_Field
field
=
"PortalUserId"
/>
(
<
inp2:ord_Field
field
=
"CustomerName"
/>
)
</
td
>
<
td
>
</
td
>
</
tr
>
</
table
>
<
table
cellspacing
=
"0"
cellpadding
=
"0"
width
=
"100%"
class
=
"tableborder"
>
<
tr
>
<
td
>
<
table
cellspacing
=
"0"
cellpadding
=
"2"
width
=
"100%"
border
=
"0"
>
<
tr
class
=
"subsectiontitle"
>
<
td
colspan
=
"2"
>
<
inp2:m_Phrase
label
=
"la_comm_ShippingBillingInfo"
/>
</
td
>
</
tr
>
<
tr
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingTo"
>
<
td
width
=
"50%"
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
" style="vertical-align: top">
<!-- shipping -->
<
table
width
=
"100%"
cellpadding
=
"0"
cellspacing
=
"0"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"la_fld_ShippingTo"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"ShippingTo"
/></
td
>
</
tr
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingEmail"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_field_email"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"ShippingEmail"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingPhone"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_comm_PhoneNumber"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"ShippingPhone"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingFax"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_comm_FaxNumber"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"ShippingFax"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingCompany"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_shipping_Company"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"ShippingCompany"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
tr
>
<
td
class
=
"order_preview_field_name"
style
=
"vertical-align: top;"
>
Address:
</
td
>
<
td
class
=
"order_preview_field_value"
>
<
inp2:m_if
check
=
"ord_FieldEquals"
field
=
"ShippingAddress1"
value
=
""
inverse
=
"inverse"
>
<
inp2:ord_Field
field
=
"ShippingAddress1"
/><
br
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_FieldEquals"
field
=
"ShippingAddress2"
value
=
""
inverse
=
"inverse"
>
<
inp2:ord_Field
field
=
"ShippingAddress2"
/><
br
>
</
inp2:m_if
>
<
inp2:ord_PrintLocation
type
=
"Shipping"
/>
</
td
>
</
tr
>
</
table
>
</
td
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingTo"
>
<
td
width
=
"50%"
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
" style="vertical-align: top">
<!-- billing -->
<
table
width
=
"100%"
cellpadding
=
"0"
cellspacing
=
"0"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"la_fld_BillingTo"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"BillingTo"
/></
td
>
</
tr
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingEmail"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_billing_Email"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"BillingEmail"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingPhone"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_comm_PhoneNumber"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"BillingPhone"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingFax"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_comm_FaxNumber"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"BillingFax"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingCompany"
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"lu_billing_Company"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"BillingCompany"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
tr
>
<
td
class
=
"order_preview_field_name"
style
=
"vertical-align: top;"
><
inp2:m_phrase
label
=
"lu_billing_Address"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
>
<
inp2:m_if
check
=
"ord_FieldEquals"
field
=
"BillingAddress1"
value
=
""
inverse
=
"inverse"
>
<
inp2:ord_Field
field
=
"BillingAddress1"
/><
br
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_FieldEquals"
field
=
"BillingAddress2"
value
=
""
inverse
=
"inverse"
>
<
inp2:ord_Field
field
=
"BillingAddress2"
/><
br
>
</
inp2:m_if
>
<
inp2:ord_PrintLocation
type
=
"Billing"
/>
</
td
>
</
tr
>
<
tr
>
<
td
class
=
"order_preview_field_name"
><
inp2:m_phrase
label
=
"la_fld_PaymentType"
/>
:
</
td
>
<
td
class
=
"order_preview_field_value"
><
inp2:ord_Field
field
=
"PaymentType"
/></
td
>
</
tr
>
</
table
>
</
td
>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"ShippingTo"
inverse
=
"inverse"
><
td
width
=
"50%"
valign
=
"top"
>
</
td
></
inp2:m_if
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"BillingTo"
inverse
=
"inverse"
><
td
width
=
"50%"
valign
=
"top"
>
</
td
></
inp2:m_if
>
</
tr
>
<
tr
class
=
"subsectiontitle"
>
<
td
colspan
=
"2"
>
<
inp2:m_Phrase
label
=
"la_comm_OrderContents"
/>
</
td
>
</
tr
>
</
table
>
<
table
cellspacing
=
"0"
cellpadding
=
"0"
width
=
"100%"
border
=
"0"
class
=
"orders_flat_table"
>
<
tr
class
=
"subsectiontitle"
>
<
td
width
=
"70%"
<
inp2:m_if
check
=
"m_GetConfig"
name
=
"ShowProductImagesInOrders"
>
colspan="2"
</
inp2:m_if
>
nowrap>
<
inp2:m_Phrase
label
=
"la_col_Product"
/></
td
>
<
td
width
=
"10%"
nowrap
style
=
"text-align: center"
><
inp2:m_Phrase
label
=
"la_col_Quantity"
/></
td
>
<
td
width
=
"10%"
nowrap
style
=
"text-align: right"
><
inp2:m_Phrase
label
=
"la_col_Price"
/></
td
>
<
td
width
=
"10%"
nowrap
style
=
"text-align: right"
><
inp2:m_Phrase
label
=
"la_col_ExtendedPrice"
/></
td
>
</
tr
>
<
inp2:m_DefineElement
name
=
"option_value_element"
>
<
inp2:m_param
name
=
"value"
/>
<
inp2:m_if
check
=
"m_ParamEquals"
name
=
"price"
value
=
""
><
inp2:m_else
/>
(
<
inp2:m_param
name
=
"sign"
/><
inp2:m_param
name
=
"price"
/>
<
inp2:m_param
name
=
"price_type"
/>
)
</
inp2:m_if
>
<
inp2:m_if
check
=
"m_ParamEquals"
name
=
"is_last"
value
=
"1"
><
inp2:m_else
/>
,
</
inp2:m_if
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"option_element"
>
<
inp2:m_if
check
=
"m_ParamEquals"
param
=
"type"
value
=
"6"
>
<!-- checkboxes - multiple -->
<
strong
><
inp2:m_param
name
=
"option"
/>
:
</
strong
>
<
inp2:PrintOptionValues
render_as
=
"option_value_element"
/>
<
inp2:m_else
/>
<
strong
><
inp2:m_param
name
=
"option"
/>
:
</
strong
>
<
inp2:m_param
name
=
"value"
/>
<
inp2:m_if
check
=
"m_ParamEquals"
name
=
"price"
value
=
""
><
inp2:m_else
/>
(
<
inp2:m_param
name
=
"sign"
/><
inp2:m_param
name
=
"price"
/>
<
inp2:m_param
name
=
"price_type"
/>
)
</
inp2:m_if
>
</
inp2:m_if
><
br
/>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"option_value_element_no_price"
>
<
inp2:m_param
name
=
"value"
/>
<
inp2:m_if
check
=
"m_ParamEquals"
name
=
"is_last"
value
=
"1"
><
inp2:m_else
/>
,
</
inp2:m_if
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"option_element_no_price"
>
<
inp2:m_if
check
=
"m_ParamEquals"
param
=
"type"
value
=
"6"
>
<!-- checkboxes - multiple -->
<
strong
><
inp2:m_param
name
=
"option"
/>
:
</
strong
>
<
inp2:PrintOptionValues
render_as
=
"option_value_element_no_price"
/>
<
inp2:m_else
/>
<
strong
><
inp2:m_param
name
=
"option"
/>
:
</
strong
>
<
inp2:m_param
name
=
"value"
/>
</
inp2:m_if
><
br
/>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"product_image"
>
<
img
src
=
"<inp2:m_param name="
img_path
"
/>
" title="
<
inp2:m_param
name
=
"alt"
/>
" alt="
<
inp2:m_param
name
=
"alt"
/>
"
<
inp2:m_param
name
=
"img_size"
/>
border="0" />
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"order_detail_row"
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
inp2:m_if
check
=
"m_GetConfig"
name
=
"ShowProductImagesInOrders"
>
<
td
valign
=
"top"
width
=
"120"
>
<
inp2:p_Image
render_as
=
"product_image"
thumbnail
=
"1"
DefaultImage
=
"../../in-commerce/admin_templates/img/itemicons/no_picture_list.gif"
MaxWidth
=
"120"
MaxHeight
=
"120"
DefaultWidth
=
"120"
/>
</
td
>
</
inp2:m_if
>
<
td
align
=
"left"
valign
=
"top"
width
=
"100%"
>
<
strong
><
inp2:
{$
PrefixSpecial
}
_Field
field
=
"ProductName"
/></
strong
><
br
/>
<
small
><
strong
>
SKU:
</
strong
><
inp2:Field
field
=
"SKU"
/></
small
>
<
inp2:m_if
check
=
"HasOptions"
>
<
br
/>
<
small
>
<
inp2:m_if
check
=
"DisplayOptionsPricing"
>
<!-- selectable options or overriding combination -->
<
inp2:PrintOptions
render_as
=
"option_element"
/>
<
inp2:m_else
/>
<!-- listed combinations -->
<
inp2:PrintOptions
render_as
=
"option_element_no_price"
/>
</
inp2:m_if
>
</
small
>
<
br
/>
</
inp2:m_if
>
<
inp2:m_if
check
=
"HasDiscount"
>
<
br
/>
<
inp2:m_Phrase
label
=
"lu_comm_RegularPrice"
/>
:
<
inp2:Field
name
=
"FlatPrice"
/><
br
/>
<
inp2:m_Phrase
label
=
"lu_comm_Discount"
/>
: -
<
inp2:Field
name
=
"ItemDiscount"
/>
</
inp2:m_if
>
</
td
>
<
td
align
=
"right"
nowrap
style
=
"text-align: center"
><
inp2:
{$
PrefixSpecial
}
_Field
field
=
"Quantity"
/></
td
>
<
td
align
=
"right"
nowrap
><
inp2:
{$
PrefixSpecial
}
_Field
field
=
"Price"
/></
td
>
<
td
align
=
"right"
nowrap
><
inp2:
{$
PrefixSpecial
}
_Field
field
=
"ExtendedPrice"
/></
td
>
</
tr
>
</
inp2:m_DefineElement
>
<
inp2:orditems_PrintList
block
=
"order_detail_row"
per_page
=
"-1"
/>
<
tr
style
=
"border-top: 2px solid black"
>
<
td
align
=
"left"
<
inp2:m_if
check
=
"m_GetConfig"
name
=
"ShowProductImagesInOrders"
>
colspan="2"
</
inp2:m_if
>
>
<
inp2:m_if
check
=
"ord_Field"
name
=
"CouponId"
>
<
span
class
=
"order_preview_field_name"
><
inp2:m_Phrase
label
=
"la_CouponCode"
/>
:
</
span
>
<
inp2:ord_Field
field
=
"CouponCode"
/><
br
/>
</
inp2:m_if
>
<
inp2:m_if
check
=
"ord_FieldEquals"
field
=
"DiscountTotal"
value
=
"0.00"
inverse
=
"inverse"
>
<
span
class
=
"order_preview_field_name"
><
inp2:m_Phrase
label
=
"la_TotalSavings"
/>
:
</
span
>
<
inp2:ord_Field
field
=
"DiscountTotal"
/><
br
/>
</
inp2:m_if
>
</
td
>
<
td
align
=
"right"
nowrap
colspan
=
"2"
class
=
"order-totals-name"
><
inp2:m_Phrase
label
=
"la_SubTotal"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
>
<
inp2:m_if
check
=
"ord_FieldEquals"
name
=
"VAT"
value
=
"0.00"
>
<
inp2:ord_Field
field
=
"AmountWithoutVAT"
/>
<
inp2:m_else
/>
<
inp2:ord_Field
field
=
"SubTotal"
/>
</
inp2:m_if
>
</
td
>
</
tr
>
<
inp2:m_DefineElement
name
=
"shipping_total"
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_ShippingHandling"
/><
inp2:m_if
check
=
"ord_ShippingType"
>
(
<
inp2:ord_ShippingType
/>
):
</
inp2:m_if
></
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"ShippingCost"
/></
td
>
</
tr
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_Insurance_Fee"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"InsuranceFee"
/></
td
>
</
tr
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"vat_total"
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_VAT"
/>
<
inp2:ord_Field
field
=
"VATPercent"
/>
%:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"VAT"
/></
td
>
</
tr
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"processing_total"
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_ProcessingFee"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"ProcessingFee"
/></
td
>
</
tr
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"return_total"
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_fld_TotalReturns"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
>
-
<
inp2:ord_Field
field
=
"ReturnTotal"
/></
td
>
</
tr
>
</
inp2:m_DefineElement
>
<
inp2:ord_PrintTotals
shipping_render_as
=
"shipping_total"
processing_render_as
=
"processing_total"
vat_render_as
=
"vat_total"
return_render_as
=
"return_total"
/>
<
inp2:m_if
check
=
"ord_Field"
field
=
"GiftCertificateId"
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_fld_GiftCertificateNumber"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"GiftCertificateCode"
/></
td
>
</
tr
>
<
tr
>
<
td
align
=
"right"
nowrap
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
4
<
inp2:m_else
/>
3
</
inp2:m_if
>
" class="order-totals-name">
<
inp2:m_Phrase
label
=
"la_fld_Gift_CertificateAmountApplied"
/>
:
</
td
>
<
td
align
=
"right"
nowrap
class
=
"arial2"
><
inp2:ord_Field
field
=
"GiftCertificateDiscount"
/></
td
>
</
tr
>
</
inp2:m_if
>
<
tr
>
<
td
align
=
"right"
colspan
=
"<inp2:m_if check="
m_GetConfig
"
name
=
"ShowProductImagesInOrders"
>
3
<
inp2:m_else
/>
2
</
inp2:m_if
>
">
</
td
>
<
td
align
=
"right"
><
span
class
=
"order_preview_field_name"
>
Total:
</
span
></
td
>
<
td
align
=
"right"
nowrap
><
span
class
=
"order_preview_field_name"
><
inp2:ord_Field
field
=
"TotalAmount"
/></
span
></
td
>
</
tr
>
<
inp2:m_if
check
=
"ord_HasOriginalAmount"
>
<
tr
>
<
td
align
=
"right"
<
inp2:m_if
check
=
"m_GetConfig"
name
=
"ShowProductImagesInOrders"
>
colspan="2"
</
inp2:m_if
>
>
</
td
>
<
td
align
=
"right"
colspan
=
"2"
nowrap
><
span
class
=
"order_preview_field_name"
><
inp2:m_Phrase
label
=
"la_fld_OriginalAmount"
/>
:
</
span
></
td
>
<
td
align
=
"right"
nowrap
<
span
class
=
"order_preview_field_name"
><
inp2:ord_Field
field
=
"OriginalAmount"
/></
span
></
td
>
</
tr
>
</
inp2:m_if
>
</
table
>
</
td
>
</
tr
>
</
table
>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment