commerce_extra_panes_checkout_form.tpl.php in Commerce extra panes 7
Custom tpl that displays the entity in the checkout form phase.
1 theme call to commerce_extra_panes_checkout_form.tpl.php
- commerce_extra_panes_contents_checkout_form in includes/
commerce_extra_panes.checkout_pane.inc - Checkout pane callback: returns the cart contents View for inclusion in the checkout form.
File
theme/commerce_extra_panes_checkout_form.tpl.phpView source
<?php
/**
* @file
* Custom tpl that displays the entity in the checkout form phase.
*/
?>
<div class="<?php
print $classes;
?> clearfix"<?php
print $attributes;
?>>
<?php
hide($elements['links']['comment']);
print render($elements);
?>
</div>