Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Rates shipping extension lowercases postcodes #582

Closed
pixeltrix opened this issue Feb 6, 2012 · 1 comment
Closed

Table Rates shipping extension lowercases postcodes #582

pixeltrix opened this issue Feb 6, 2012 · 1 comment
Labels
type: bug The issue is a confirmed bug.

Comments

@pixeltrix
Copy link
Contributor

The Table Rates shipping extension performs a strtolower on the postcode and excluded postcode values. Since the shipping postcode is uppercased then the rules will never match. Flipping strtolower to strtoupper in the extension source code makes the rules work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue is a confirmed bug.
Projects
None yet
Development

No branches or pull requests

2 participants