View Single Post
  #2  
Old 04-11-2011, 04:18 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Order Summary in Checkout - Expand by Default

Try
Open /skin/common_files/modules/One_Page_Checkout/summary/cart_totals.tpl
and find
<tr style="display:none;" id="cart-contents-box">
change to
<tr style="display:table-row;" id="cart-contents-box">
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote