Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove row which states Flat Rate on checkout_shipping.php page.


CutieCute2

Recommended Posts

Posted

When a cusomter is checking out and gets to the shipping options page (checkout_shipping.php), there are two lines for every option. The Flat Rate has

line-1 Flat Rate

line-2 Best Way

 

I have about 10 options so I'd like them closer together.

 

How can I delete/remove the row that says Flat Rate?

 

I don't want to change the text ......I'd like the whole row gone.

Posted
How can I delete/remove the row that says Flat Rate?

 

I'm still trying to do this. If someone could just direct to me the page, I should be able to work out how to remove the line.

 

Thanks in advnce.

Posted
/includes/languages/english/modules/shipping/flat.php

 

I removed the relevant line and then this is displayed

 

MODULE_SHIPPING_FLAT_TEXT_TITLE

 

How do I stop this from appearing?

 

Remember - I don't just want to remove the text ......I'd like the whole row gone.

Posted
I removed the relevant line and then this is displayed

 

MODULE_SHIPPING_FLAT_TEXT_TITLE

 

How do I stop this from appearing?

 

Remember - I don't just want to remove the text ......I'd like the whole row gone.

To stop that from appearing you will have to remove it from the /includes/modules/shipping/flat.php file.

Posted
To stop that from appearing you will have to remove it from the /includes/modules/shipping/flat.php file.

 

Or to get the proper title to appear, add it to the list in

 

/includes/languages/english/modules/shipping/flat.php

 

Thanks again for your reply Austin.

Posted
Or to get the proper title to appear, add it to the list in

 

Please ignore the above comment. I got confused with another thread. Sorry.

(Is it possible for to remove it?)

 

So I have removed the text that says flat rate but a space remains between shipping options.

I thought it would be just a matter of removing this code from the shipping section

 

<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

 

......but which one? This line is repeated many times everywhere.

Archived

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

×
×
  • Create New...