Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776905
shipping.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
Fri, Feb 7, 7:26 PM
Size
2 KB
Mime Type
text/html
Expires
Sun, Feb 9, 7:26 PM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
559013
Attached To
rTADV Themes.Advanced
shipping.tpl
View Options
<!--##
<NAME>Shipping step</NAME>
<DESC>Shipping step where user enters his shipping inforamtion</DESC>
<SECTION>Platform||Checkout</SECTION>
##-->
<
inp2:m_RequireLogin
condition
=
"Comm_RequireLoginBeforeCheckout"
login_template
=
"platform/login/register"
/>
<!--## CHECK IF LOGIN REQUIRED ##-->
<
inp2:m_CheckSSL
mode
=
"required"
condition
=
"Require_SSL"
/>
<!--## CHECK IF SSL REQUIRED ##-->
<!--## PAGE TITLE ELEMENT ##-->
<
inp2:m_DefineElement
name
=
"page_title"
>
<
inp2:m_Phrase
label
=
"lu_comm_ShippingInfo"
no_editing
=
"1"
/>
</
inp2:m_DefineElement
>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<
inp2:m_DefineElement
name
=
"sidebar"
>
<
div
class
=
"movable-area"
>
<
div
class
=
"movable-element"
>
<
inp2:m_RenderElement
name
=
"in-commerce/elements/side_boxes/checkout_steps.elm"
design
=
"blue_box"
/>
</
div
>
<
div
class
=
"movable-element"
>
<
inp2:m_RenderElement
name
=
"platform/elements/side_boxes/login.elm"
design
=
"blue_box"
/>
</
div
>
<
div
class
=
"movable-element"
>
<
inp2:m_RenderElement
name
=
"platform/elements/side_boxes/search.elm"
design
=
"blue_box"
/>
</
div
>
<
div
class
=
"movable-element"
>
<
inp2:m_RenderElement
name
=
"in-commerce/elements/side_boxes/recent_products.elm"
design
=
"blue_box"
data_exists
=
"1"
/>
</
div
>
</
div
>
</
inp2:m_DefineElement
>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<
inp2:m_DefineElement
name
=
"content"
>
<
div
class
=
"movable-area"
>
<
div
class
=
"movable-element"
>
<
inp2:m_include
template
=
"platform/elements/navigation_bar.elm"
titles
=
"lu_title_ShoppingCart"
templates
=
"in-commerce/checkout/shop_cart"
/>
</
div
>
<
div
class
=
"movable-element"
>
<
script
type
=
"text/javascript"
>
function
catchFormEnter
(
e
,
id
)
{
if
(
typeof
(
e
)
==
'undefined'
)
e
=
window
.
event
;
if
(
!
e
)
return
;
if
(
e
.
keyCode
==
13
)
{
//enter
if
(
typeof
(
document
.
all
)
==
'undefined'
)
e
.
preventDefault
();
e
.
cancelBubble
=
true
;
e
.
returnValue
=
false
;
document
.
getElementById
(
id
).
focus
();
document
.
getElementById
(
id
).
click
();
return
false
;
}
}
</
script
>
<
form
method
=
"post"
onkeypress
=
"catchFormEnter(event, 'events[ord][OnUpdate]')"
action
=
"<inp2:m_FormAction />"
>
<
inp2:m_include
template
=
"in-commerce/elements/content_boxes/checkout/shipping_address.elm"
/>
<
inp2:m_include
template
=
"in-commerce/elements/content_boxes/checkout/shipping_options.elm"
/>
<!--<inp2:m_include template="in-commerce/elements/content_boxes/checkout/shipping_calendar.elm"/>-->
</
form
>
</
div
>
</
div
>
</
inp2:m_DefineElement
>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<
inp2:m_include
template
=
"platform/designs/default_design.des"
pass_params
=
"1"
/>
<!--## /DESIGN TEMPLATE ##-->
Event Timeline
Log In to Comment