Jump to content

Order history resize


chahidkhan

Recommended Posts

Hi chahid.

 

You could edit file: /themes/<your theme folder>/history.tpl  (make backup, just in case)

and change something like this: Add red code: (Sample code from 1.5.5.0)

 

<div class="block-center" id="block-history">
  {if $orders && count($orders)}
    <table id="order-list" class="std">
    <thead>
      <tr>
        <th class="first_item">{l s='Order reference'}</th>
        <th class="item">{l s='Date'}</th>
        <th class="item">{l s='Total price'}</th>
        <th class="item">{l s='Payment: '}</th>
        <th class="item th_history_style">{l s='Status'}</th>
        <th class="item">{l s='Invoice'}</th>
        <th class="last_item" style="width:65px"> </th>
      </tr>
 
and then in themes/<your theme>/css/global.css (at the end of the file)
 
.th_history_style {width: 70px;}
 
 
Hope that helps,
pascal.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...