Monday, November 7, 2016

Re: Need help to catch "cart_id" based on session.

On Sunday 06 November 2016 21:00:44 ludovic coues wrote:

> I would try request.session.get('cart_id', None) instead of
> request.session['card_id'].

Negative.
First, this is part of the 3rd party app "doorsale". Secondly, at this
stage in the order process a cart id SHALL be present in the session and
as such we need to error out hard and not suppress.

This is a configuration issue by OP or a bug in the software, but I'm
not familiar enough with doorsale to say which. At first glance though,
the view handling it and the views preceeding this stage look solid.

--
Melvyn Sopacua

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3109011.rcmlLPM0Jr%40devstation.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment