cancel
Showing results for 
Search instead for 
Did you mean: 

order review incomplete table

order review incomplete table

Hello, I've noticed that many fileds were missing on my "order review" page. Only "Product Name, Qty and Subtotal" appear. 

 

What did I do wrong and how can I make other fields such as "shipping, coupons, grandtotal..." appear again ?

The first picture is a picture of what my page looks like and the second how I'd like it to be.

 

1theme.pngCroquis (2).png

 

1 REPLY 1

Re: order review incomplete table

The lines that are missing are all part of the "totals" block so it could be just one line in a template that is missing. Do these totals show fine on the cart?

 

If you change back to a default theme, do the totals show? My guess would be that they would and there's something custom in your theme that has missed a line similar to:

 

<?php echo $this->getChildHtml('totals') ?>
----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!