Jump to content

v3.6 hosting account upgrade- goes to boxes format


Zorro67

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated