I'd like to add some text near the bottom of the checkout_shipping page (info about standard shipping times for the options). I've copied
/includes/languages/english/checkout_shipping.php
to
/includes/lanquages/english/my_template/checkout_shipping.php
I can modify the text in the default file, so I know it's in the correct place. However, I can't add any new text (trying with a simple echo). Any ideas?



