Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display problem in my checkout


gjindancer

Recommended Posts

Posted

I have skinned my shop www.radecal.net/webshop and everything is progressing along smoothly - exept in the shipping method box and payment method box (maybe a few others I have not seen too) :

 

The shipping method box itself is grey as it should be - but after where it comes up "Flat Rate"

The text "Best way" and "?5.00" have a highlighted white background, which unfortunately is the colour of the text, so you cant see it until you select the text with your cursor..

 

Where can I change this??

Posted

It is in catalog/checkout_shipping.php on lines - so long as word wrap is off and you haven't altered it - 334 and 343 (two seperate items to change.)

 

If you have made changes, they look like this:

Line 334

<td class="main" width="75%"><?php echo $quotes[$i]['methods'][$j]['title']; ?></td>

Line343

<td class="main" align="right" colspan="2">

 

Change the class="main" to class="yournewclass" and I think that will cover it. I say think because I only played about with checkout_shipping.php.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...