Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
fixed backend configuration description
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianccm committed Mar 28, 2012
1 parent fc601de commit e4af581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function shippingconfig_filter_hide() {
<td>' . $this->__('max. weight:') . '</td><td><input class="input-text" style="width: 100px;" id="shippingconfig_filter_max_weight"/></td>
</tr>
<tr>
<td colspan="2">' . $this->__('limit to countries: (2-characters, comma-separated, e.g. "DE" or "DE,AT,CH"). Use ! as first character to exclude from specified countries.') . '</td><td colspan="2"><input class="input-text" style="width: 100px;" id="shippingconfig_filter_countries"/></td>
<td colspan="2">' . $this->__('limit to countries: (e.g. "DE" or "DE,AT,CH"). Use ! as first character to exclude from specified countries (e.g. "!DE,AT"). You cannot combine include and exclude right now!') . '</td><td colspan="2"><input class="input-text" style="width: 100px;" id="shippingconfig_filter_countries"/></td>
</tr>
<tr>
<td colspan="2">' . $this->__('limit payment methods: (payment method code, comma-separated, e.g. "checkmo")') . '</td><td colspan="2"><input class="input-text" style="width: 100px;" id="shippingconfig_filter_payment"/></td>
Expand Down

0 comments on commit e4af581

Please sign in to comment.