I am struggling to find a way of changing what appears to be a layout glitch in the Recent Orders table in My Account Page.
The glitch is because, in the columns of data beneath the column headings, the column heading is repeated, showing for example, "Order Number:MM50BU30000099" and "Date Ordered:15/03/2016" instead of just "MM50BU30000099" and "15/03/2016"
The variables involved are:
<td><a href="javascript:;" onclick="toggle_block('idORDER_DETAILS_<actinic:variable name="MyAccountSafeOrderNumber" />');"><actinic:variable name="MyAccountOrderNumber" /></a></td>
<td><actinic:variable name="MyAccountDateOrdered" /></td>
<td><actinic:variable name="MyAccountOrderValue" /></td>
<td><actinic:variable name="MyAccountOrderStatus" /></td>
<td><actinic:variable name="MyAccountOrderDateShipped" /></td>
<td><actinic:variable name="MyAccountOrderCarrier" /></td>
<td><actinic:variable name="MyAccountOrderDeliveryTracking" /></td>
I cannot find out where these variables (e.g. MyAccountDateOrdered) are set/generated and can find no way of removing the repeated table column heading.
Can anyone help please and show me how to remove the unwanted text from the column data.
The glitch is because, in the columns of data beneath the column headings, the column heading is repeated, showing for example, "Order Number:MM50BU30000099" and "Date Ordered:15/03/2016" instead of just "MM50BU30000099" and "15/03/2016"
The variables involved are:
<td><a href="javascript:;" onclick="toggle_block('idORDER_DETAILS_<actinic:variable name="MyAccountSafeOrderNumber" />');"><actinic:variable name="MyAccountOrderNumber" /></a></td>
<td><actinic:variable name="MyAccountDateOrdered" /></td>
<td><actinic:variable name="MyAccountOrderValue" /></td>
<td><actinic:variable name="MyAccountOrderStatus" /></td>
<td><actinic:variable name="MyAccountOrderDateShipped" /></td>
<td><actinic:variable name="MyAccountOrderCarrier" /></td>
<td><actinic:variable name="MyAccountOrderDeliveryTracking" /></td>
I cannot find out where these variables (e.g. MyAccountDateOrdered) are set/generated and can find no way of removing the repeated table column heading.
Can anyone help please and show me how to remove the unwanted text from the column data.
Comment