CutieCute2 Posted May 30, 2009 Posted May 30, 2009 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.
CutieCute2 Posted May 30, 2009 Author Posted May 30, 2009 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.
playcraft Posted May 31, 2009 Posted May 31, 2009 Anyway like to have a guess? /includes/languages/english/modules/shipping/flat.php
CutieCute2 Posted May 31, 2009 Author Posted May 31, 2009 /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.
playcraft Posted May 31, 2009 Posted May 31, 2009 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.
CutieCute2 Posted June 2, 2009 Author Posted June 2, 2009 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.
CutieCute2 Posted June 2, 2009 Author Posted June 2, 2009 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.