V4.2.x Table rows do not alternate in Order History tab of admin

Discussion in 'v4.2.X Bug Tracker' started by freeze2, Jul 26, 2012.

Thread Status:
Not open for further replies.
  1. freeze2 Super Moderator

    In version 4.2.4 and possibly a few versions back, the table row colors do not alternate when doing the following process:

    1. go to view orders
    2. click modify icon on any order
    3. click the Order History tab

    To fix this problem, open orders/orders_edit.tpl in your administration template folder and do the following:

    Approx line 243

    Find:

    Code:
    <td class="{cycle values="row1,row2" advance=false}"><input type="button" name="Button" value="{$smarty.const.LANG_MODIFY}" class="modifyOrder" id="m_{$entry.oID}" /></td>
    
    Change to:

    Code:
    <td class="{cycle values="row1,row2" advance=true}"><input type="button" name="Button" value="{$smarty.const.LANG_MODIFY}" class="modifyOrder" id="m_{$entry.oID}" /></td>
    
  2. Mike-N-Tosh Owner

    This has been fixed and will be included in the next update v4.2.6
Thread Status:
Not open for further replies.

Share This Page