I'm having a problem with theming the checkout completion page. My designer gave me a layout that will show all of the order details in that page(nearly same as the checkout review pane). I already googled it and all of the links that I tried is not working. Please see the links below

theming checkout pages in Drupal commerce http://theoleschool.com/blog/templating-commerce-order-completion-pane

Is there any tpl.php file that I need to include? or hooks to achieve my goal?

Thanks GUys

Comments

mglaman’s picture

Project: Commerce Kickstart » Commerce Core
Version: 7.x-2.23 » 7.x-1.x-dev
Component: User interface » Checkout
Assigned: imat90594 » Unassigned

This involves the Commerce Checkout module, which is a form and does not have a template file.

rszrama’s picture

Priority: Major » Normal
Status: Active » Closed (fixed)

There isn't a template file to edit as this is a form page. If I were you, I'd just create a custom checkout pane that rendered the order through a custom template. : )

Alex_eav’s picture

Very good idea!
But I can't understand, how to specify the path for this pane?
checkout/?????

rszrama’s picture

Refer to the documentation in commerce/modules/checkout/commerce_checkout.api.php for more info.