David Winterbottom
f9799d5029
Reorganise payment tests
12 years ago
Maik Hoepfel
6d5cedc862
Add setting to make address fields required
OSCAR_REQUIRED_ADDRESS_FIELDS allows setting which fields are required.
The use case is that post codes are expected to be required, but many
countries don't actually use them.
13 years ago
David Winterbottom
b58048efff
Improve bankcard form expiry date field
It now picks the current month as its initial value.
13 years ago
Paweł Kowalski
387e229049
Credit card can be valid from present year
13 years ago
David Winterbottom
839cc32d62
Minor docstring adjustment
13 years ago
David Winterbottom
accc4ac755
Merged jerzyk's i18n branch.
13 years ago
David Winterbottom
6955bc1873
Removed a few more deprecated import_modules
13 years ago
David Winterbottom
7baf43c1b0
Added JS locking of forms to prevent multiple items being created.
14 years ago
David Winterbottom
a4438c80e7
Merged in master - plus fixes to JS based on jshint
14 years ago
David Winterbottom
b9a7fbc56d
Renamed CCV to CVV as it's a more widely used name
14 years ago
David Winterbottom
4a75071672
Now hiding the search text in the billing address form
14 years ago
David Winterbottom
284cd32b23
Moved dashboard templatetags library into the main oscar app.
14 years ago
David Winterbottom
974454134a
Tweaked bankcard form to use a string for CCV
14 years ago
David Winterbottom
ded76fddb8
Fixed a typo
14 years ago
David Winterbottom
6a45b2d514
Extended num_years param to work with starting month widget
14 years ago
David Winterbottom
770f8bb1ba
Maded num of years in bankcard form configurable
14 years ago
David Winterbottom
411b55ab39
Payment request now includes ccv element
15 years ago
David Winterbottom
ec4d307da5
Bankcard transactions now work better.
* End to end transaction works
* Form prepopulates
15 years ago
David Winterbottom
887d605757
Refactored folder structure to use an 'apps' folder
15 years ago
David Winterbottom
cb3b26509a
Refactored location of dynamic class loader
15 years ago
David Winterbottom
e38c25a9d6
Added tests for new luhn function
15 years ago
Jonathan Moss
c09c02a00d
correcting credit card number validation
15 years ago
Jonathan Moss
a06c7e2faf
changing simple string length credit card validation test to use luhn test
15 years ago
Jonathan Moss
71ae87d1c6
American Express cards have a 5 digit CCV number - bankcard widget changed to relect this
15 years ago
David Winterbottom
29bef651f3
Replaced all usage of ".objects." with "._default_manager"
15 years ago
David Winterbottom
3ffd18c16b
Updated checkout to work with payment by cheque
15 years ago
David Winterbottom
08f63bbc9b
Added billing address form
15 years ago
David Winterbottom
d65d7d67c1
Added more handling for bankcards and their forms
15 years ago
David Winterbottom
4fe2904ef5
Added basic bankcard form within payment details
15 years ago
David Winterbottom
0738552bd2
Added basic payment form and model for a bankcard
15 years ago
David Winterbottom
59b77d6bb9
Customised checkout shipping address form
15 years ago