Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776752
billing.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:22 PM
Size
2 KB
Mime Type
text/html
Expires
Sun, Feb 9, 7:22 PM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
559110
Attached To
rTADV Themes.Advanced
billing.tpl
View Options
<!--##
<NAME>Billing step</NAME>
<DESC>Billing step where user enters the payment 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_BillingInfo"
/>
</
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"
>
<
table
width
=
"100%"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
>
<
tr
>
<
td
class
=
"main-column-center"
>
<
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
id
=
"billing_info"
method
=
"post"
onkeypress
=
"catchFormEnter(event, 'events[ord][OnUpdate]')"
action
=
"<inp2:m_FormAction />"
>
<
inp2:m_include
template
=
"in-commerce/elements/content_boxes/checkout/billing_address.elm"
/>
<
inp2:m_include
template
=
"in-commerce/elements/content_boxes/checkout/billing_options.elm"
/>
</
form
>
</
td
>
</
tr
>
</
table
>
</
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