commerce_extra_panes_review.tpl.php in Commerce extra panes 7
Custom tpl that displays the entity in the review phase.
1 theme call to commerce_extra_panes_review.tpl.php
- commerce_extra_panes_contents_review in includes/
commerce_extra_panes.checkout_pane.inc - Checkout pane callback: returns the cart contents review data for the Review checkout pane.
File
theme/commerce_extra_panes_review.tpl.phpView source
<?php
/**
* @file
* Custom tpl that displays the entity in the review phase.
*/
?>
<div class="<?php
print $classes;
?> clearfix"<?php
print $attributes;
?>>
<?php
print render($entity->rendered);
?>
</div>