If you use the Ubercart module suite for Drupal to create e-commerce sites (we do and love it!) then one of the things you may wish to do is to change the default 'cart' to 'basket' - for a non-US audience. There is no setting in the Ubercart modules to enable this - but it is really easy and here's how to do it.
Get the excellant string overrides module and install it. Then set it up to swap the following fields:<br />Original - Replacement<br />"cart" -> "basket"<br />"Cart contents" -> "Basket contents"<br />"Shopping cart" -> "Shopping basket"<br />"Update cart" -> "Update basket"<br />"View cart" -> "View basket"<br />"State/Province" -> "County"<br />
Flush your caches and you are done!
If you use CKEditor in Drupal to enable filtered HTML input to text fields (say for post body etc) it can be annoying when it appears on other Drupal admin form fields (such as the string overrides text fields) - but easily sorted.
Go to /admin/settings/ckeditor/editg (the CKEditor setting page in the Drupal admin screens) and in the Visibility settings -> Fields to exclude/include
include the following:<br />admin/settings/stringoverrides.*<br />cart/checkout.edit-panes-*<br />
The latter of these will remove CKEditor from the Ubercart check out 'add comments to your order' field.
Thanks!
Thanks so much for this. So easy when you know, such a pain when you don't!
hi do you know why !County
hi do you know why !County would be displayed instead of the name of the actual county selcted.