[django-oscar] Django Oscar Checkout Process Error

2018-11-26 Thread rmtest08
Hi, I have created a ecom site using django oscar. When i click on proceed to checkout, after filling shipping address it redirect directly to */checkout/preview/ *page it is not going to * /checkout/payment-details/* do i need to do any changes in settings or code. --

Re: [django-oscar] Add modification Field in Django-oscar

2018-11-26 Thread Shazia Nusrat
Seriously...I heard a lot good about django-oscar community at college. But really disappointed. One response and with "Perhaps". Great. Regards, Shazia On Mon, Nov 26, 2018 at 7:59 PM Raydel Miranda < raydel.miranda.go...@gmail.com> wrote: > Perhaps you could use ProductAttribute for that. > >

Re: [django-oscar] Add modification Field in Django-oscar

2018-11-26 Thread Raydel Miranda
Perhaps you could use ProductAttribute for that. On Mon, Nov 26, 2018 at 8:07 AM wrote: > Hi, > I need to add a modification field in products but I can't figure out > which model I should subclass. > Modification will have any kind of modification by the end user might be > the size or height

[django-oscar] Add modification Field in Django-oscar

2018-11-26 Thread shazianusra
Hi, I need to add a modification field in products but I can't figure out which model I should subclass. Modification will have any kind of modification by the end user might be the size or height or whatever user wants. Please give me an idea to start with. Regards, Shazia --

Re: [django-oscar] Django Oscar Checkout Process Error

2018-11-26 Thread Raydel Miranda
Do you need changes in code, but, think again about that. The preview is an important step in the process, you might want to keep it. On the other hand, as I recall, the payment details is what you show AFTER the user has paid. So, again, you might want the user to be able to see how much is going