OK, well firstly most of the styling can be done in the stylesheet. What exactly are you trying to accomplish?
OK, well firstly most of the styling can be done in the stylesheet. What exactly are you trying to accomplish?
Nick
iszent.com
Secondly, the file you really want to have a look at is:
tpl_account_history_info_default.php
Also in an override is best.
Nick
iszent.com
My mistake, I meant to say 'tpl_account_history_info_default.php' :)
I copied both to my override folder just in case one relied on the other.
The first thing I'd like to do is remove the cellspacing="2" from the table, but according to 'tpl_account_history_info_default.php' it's not there???
I've a bit more info now, but still none the wiser :)
Turns out that this page is a php page in the default install
e.g. main_page=account_history_info&order_id=3
but in the site I'm working on it's not, it's
/account/orders/view-3.html
Can anyone shed any light on what's happening here? I'm thinking maybe some kind of friendly url meddeling, but that would be pointless once someone is inside their personal account?
Thx
d.
Found the problem :)
Installed mod was using 'tpl_tracker_default.php' instead of 'tpl_account_history_info_default.php'