David Winterbottom
02f928f1dc
First version of orders dashboard now working
14 years ago
David Winterbottom
33f8868fcb
Deleted datacash code as it has its own repository now
14 years ago
David Winterbottom
30d66348f6
Added first part of dashboard app - just an index view at the moment
14 years ago
David Winterbottom
7368421cc7
Fixed a python 2.6 issue with running tests for shipping
14 years ago
David Winterbottom
be1d796f1d
Added anonymous verification URL to the checkout thankyou page
14 years ago
David Winterbottom
eaf6b7c9f7
Added order status view for anonymous users
14 years ago
David Winterbottom
045daf011a
Added verification method to order model and updated test helpers to
help create orders for testing.
14 years ago
David Winterbottom
4d942133a1
Tidy up of basic folders to make developing and packaging easier
14 years ago
David Winterbottom
acd654ee80
Added helper script to recreate db
14 years ago
David Winterbottom
2fef0f3372
Updated shipping charge model to remove unnecessary field
14 years ago
David Winterbottom
9895cd9c90
Update of readme
14 years ago
David Winterbottom
1db4fd5d77
Renamed the shipping methods to be more consistent
14 years ago
David Winterbottom
addaa0d9be
Updated repository and added tests
14 years ago
David Winterbottom
a1a4ccc1ca
Added tests for the weight-based shipping calculator
14 years ago
David Winterbottom
d47a604ff4
Added scales for weighing products and baskets
14 years ago
David Winterbottom
99046644af
Removed abstract models as it's not really needed for shipping methods
14 years ago
David Winterbottom
8a9c548ec5
Weight-based shipping bands now support different method codes
14 years ago
David Winterbottom
6b7636116a
Made first steps with weight-based shipping method
14 years ago
David Winterbottom
8e28da10ea
Tidy-up of shipping code plus a few more tests
14 years ago
David Winterbottom
220fbd128d
Made test runner more flexible.
14 years ago
David Winterbottom
6b863ebb0d
Corrected gitignore file
14 years ago
David Winterbottom
ee92b1dde8
Removed sqlite file from source control
14 years ago
David Winterbottom
23c4692f5d
Added a status field to the product model which is useful for lots of
applications who have an approval process
14 years ago
David Winterbottom
71dcaa4d22
Added sqlite files to the gitignore file
14 years ago
David Winterbottom
99f7928cd9
Added images and descriptions for categories
14 years ago
David Winterbottom
618a8dc27a
Fixed a few minor front-end issues in sandbox shop
14 years ago
David Winterbottom
20c714e0bf
Updated docs for customising one of oscar's apps
14 years ago
David Winterbottom
0ff90e8c79
Merge branch 'releases/0.1'
Conflicts:
oscar/__init__.py
14 years ago
David Winterbottom
833525aa7e
Added check to oscar to prevent empty baskets from being submitted
14 years ago
David Winterbottom
868190acb5
Bumped version to 0.1.3
14 years ago
David Winterbottom
9f88ec80ce
Merge branch 'releases/0.1'
Conflicts:
oscar/__init__.py
14 years ago
David Winterbottom
77b884cfe4
Minor tidy-up of the basket template tags module
14 years ago
David Winterbottom
07ee43c994
Fixed bug with basket template tag.
The template tag was not passing the basket through to the AddToBasket
form, causing a bug. Not spotted in other projects as they define their
own add-to-basket forms.
14 years ago
David Winterbottom
f220c02f8c
Added hook method for freezing basket in checkout.
So that it can be disabled by subclassing.
14 years ago
David Winterbottom
876023c1f4
Cleaned up sandbox code
14 years ago
David Winterbottom
4fce370963
Updated category creation code.
14 years ago
David Winterbottom
575abb61fb
Bump version to 0.1.1
14 years ago
Patryk Zawadzki
ef53650aa0
Change self.basket → self.instance.basket in the LineForm
14 years ago
David Winterbottom
69ca05a1d5
Attempt to solve readthedocs problem with missing oscar path
14 years ago
David Winterbottom
98c90440b3
Merge branch 'releases/0.1' of github.com:tangentlabs/django-oscar into releases/0.1
14 years ago
David Winterbottom
8925f59843
Merge branch 'master' of github.com:tangentlabs/django-oscar
Conflicts:
oscar/__init__.py
14 years ago
David Winterbottom
40ae9d74f3
Set version to 0.2 pre-alpha
14 years ago
David Winterbottom
757d9c9dbf
Minor tidy-up of checkout view docs
14 years ago
David Winterbottom
b6318172b5
Made setup.py executable to save typing 7 characters.
14 years ago
David Winterbottom
6f318a6bd4
Removed dev requirements file - not really needed
14 years ago
David Winterbottom
2a009a6300
Removed the examples folder.
Example implementations of oscar are now moved to their own repo.
14 years ago
David Winterbottom
facf291a71
Reworked the way tests are run to not require the examples files.
14 years ago
David Winterbottom
62e43ee101
Bump version
14 years ago
David Winterbottom
a88c60a263
Set version to 0.1
14 years ago
David Winterbottom
08ed55e07b
Tidied docs
14 years ago