Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Austpost out of alignment

    I am using Austpost which works great, unfortunately on the pages that show totals i.e invoice, checkout etc the line that shows the Austpost amount does not line up in the Totals column it appears to be left aligned.

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Austpost out of alignment

    Quote Originally Posted by jogr View Post
    I am using Austpost which works great, unfortunately on the pages that show totals i.e invoice, checkout etc the line that shows the Austpost amount does not line up in the Totals column it appears to be left aligned.
    This is a CSS or theme issue rather than an AustPost module issue.
    The AP module merely obtains the quotes. It doesn't define how they are actually displayed.

    Cheers
    Rod

  3. #3
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Austpost out of alignment

    Hello Rod
    I should have mentioned that I had not included the icons and was relying on a text only effect per alt=x.
    As a test I replaced all calls to icons with define statements to give me a text value, which now works fine except on ADMIN/invoice.php,
    The culprit code (in my case) appears to be on or about line 279......

    for ($i = 0, $n = sizeof($order->totals); $i < $n; $i++) {
    echo ' <tr>' . "\n" .
    ' <td align="right" class="'. str_replace('_', '-', $order->totals[$i]['class']) . '-Text">' . $order->totals[$i]['title'] . '</td>' . "\n" .
    ' <td align="right" class="'. str_replace('_', '-', $order->totals[$i]['class']) . '-Amount">' . $order->totals[$i]['text'] . '</td>' . "\n" .
    ' </tr>' . "\n";

    where I think there is still a call to an icon(austpost_del). nonetheless I shall persevere with it and hopefully come up with a solution,
    Regards
    John

 

 

Similar Threads

  1. Copyright out of alignment in IE
    By Defanci in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Feb 2012, 03:26 PM
  2. Certain pages thrown out of alignment?
    By lilshopofsecrets in forum General Questions
    Replies: 3
    Last Post: 15 Jul 2008, 05:57 AM
  3. Check Out alignment off
    By zidain in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 5 Nov 2007, 09:48 AM
  4. AustPost - improved 1.5.3 is flipping out on line 624
    By subalkrsna in forum Addon Shipping Modules
    Replies: 2
    Last Post: 17 Sep 2007, 06:42 AM
  5. Header out of alignment in IE, fine in FF
    By Karina_L in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 23 Sep 2006, 05:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg