Hi,
when any user click on add to cart button, oscar automatically redirect it to basket page.
@rahulmohite228 please use the mailing list or Stack Overflow for support issues. We use Github to handle bugs and feature requests only.
any solutions for above issues
I'm not sure what the issue is? What you're describing is Oscar's default behaviour if no next URL is specified in the post request. If you'd like to do something else you can override the logic here: https://github.com/django-oscar/django-oscar/blob/master/src/oscar/apps/basket/views.py#L299-L303