Zorro67 Posted March 8, 2008 Share Posted March 8, 2008 Noticed as I was tweaking, that hosting upgrades Client Area > My Hosting Packages > Product Details <Configurable Options button> takes you not to the styled layout in your custom layout, but instead text styled as the default layout. Going to the upgrade.tpl file, it would appear that this formatting is hard coded, so i could probably change to match my formatting in the rest of the site. However, isn't that sort of self defeating? Has anyone else noticed this? So while I believe this is a bug, it can be fixed by a workaround in re-formatting the following text in upgrade.tpl. (I think) Add the following before the first line of upgrade.tpl change Line 16 <class="orderheadingrow"><td align="center"> to <div class="cartbox" align="center"><strong><td align="center"> or to whatever else your formatting is. then change line 18 <tr class="orderrow{if $num % 2}2{else}1{/if}"><td align="center"> to <tr class="cartbox"><td align=center> then change line 45 <tr class="orderrow><td align="center"> to <tr class="cartbox"><td align=center><td align="center"> you might need to add an empty <td> or two to macth your Product Order page note; the classes are from my /cart/style.css your class names might vary, so check first That should do it. And feel free to suggest a better way. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.