Jump to content


Corporate Sponsors


Latest News: (loading..)

sera_archie

Member Since 26 Aug 2010
Offline Last Active Aug 12 2011, 14:39
-----

Topics I've Started

Checkout screen issue

02 August 2011, 03:25

I hope this is the right section...

I have been adding contributions to my shop (namely coupons) and have somehow altered the text box that displays on the checkout_confirmation screen.

The text box should be full width but it's only one character wide

Attached File  confirmation_checkoutscreen.jpg   21.88K   18 downloads

I am trying to compare checkout_confirmation and checkout_payment as both have a text box but I can't seem to find the common script to just copy the coding over.


This is the section of code I was looking at to try and fix it

<?php
    }
  }
?>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
      </tr>
<?php
  if (tep_not_null($order->info['comments'])) {
?>
      <tr>
        <td class="main"><?php echo '<b>' . HEADING_ORDER_COMMENTS . '</b> <a href="' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '"><span class="orderEdit">(' . TEXT_EDIT . ')</span></a>'; ?></td>
      </tr>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
      </tr>
      <tr>
        <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
          <tr class="infoBoxContents">
            <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr>
                <td class="main"><?php echo nl2br(tep_output_string_protected($order->info['comments'])) . tep_draw_hidden_field('comments', $order->info['comments']); ?></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>

any ideas?

In need of lamens terms...SQL

01 August 2011, 12:05

Let me preface by saying I don't have a programming background, I learn as I go!

I am trying to install the Australia Post module. The first instruction is

Run the included SQL update to update your database tables and upload all images from /images to the /images/icons directory on your server

I know how to do the images...that's no problem. I've navigated my way to phpmyadmin...Hopefully that's on the right track!

Do I need to upload the file and then select it while in phpmyadmin and then press go?
Where do I upload it to?
I can't read the file to copy and paste anything into the text box available under the sql option on phpmyadmin. Is this my problem?

I have tried importing the query, then selecting SQL tab and it did have text there - then hit go and it seemed to be successful. But now I've uploaded all the other files and I can see the options in the admin panel.............
But when I instll them they're not coming up when I use the cart.

I have a headache.