3 replies [Last post]
frankstallone's picture
Offline
Uber DonorEarly adopter... addicted to alphas.Not Kulvik
Joined: 08/08/2007
Juice: 211
Was this information Helpful?

We are looking to add a little copy to the "Order Comments" section of the checkout cart in order to pursue the buyer to let us know if they purchased something for something else not listed (to make a long story short).

Where can I find and edit that copy?

Thanks!

frankstallone's picture
Offline
Uber DonorEarly adopter... addicted to alphas.Not Kulvik
Joined: 08/08/2007
Juice: 211
Re: Change copy for "Order Comments" section

*crickets*

frankstallone's picture
Offline
Uber DonorEarly adopter... addicted to alphas.Not Kulvik
Joined: 08/08/2007
Juice: 211
.php

If someone could give me an idea where to look in the code, I'll search the file for it -- just need a compass here.

Thanks!

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: .php

"Use this area for special instructions or questions regarding your order." is a translatable string. You can change this string in Drupal using the String Overrides module or the core Locale module. Alternatively, you can implement hook_form_alter() in your own custom module to alter any elements of the checkout form, including this string.

<tr>.