Hi all,

Digging around in satchmo_store/accounts/view.py I find this in _login
if config_value('SHOP','PERSISTENT_CART'):
                    _get_prev_cart(request)

Is satchmo all ready has persistent cart?
Now I just need to find it where to set that setting.

lzantal

On Jan 20, 10:34 pm, lzantal <[email protected]> wrote:
> Hi all,
>
> I am working on a cart save function.
> I can't find  any signal that gets sent before the logout takes place.
> Could someone please point me to the right direction?
> I find the logout url uses the default
> 'django.contrib.auth.views.logout' view in
> satchmo_store/accounts/urls.py
> If there is no signal for it would something this work.:
> overwrite the logout url to catch it before satchmo does. Save the
> cart items in my custom view and then call the original logout view.
>
> Thank you for all the help
>
> lzantal
-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.


Reply via email to