i want to use the cartridge functions in my own views to add items to the
cartridge shopping cart
how can i do this?
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an e
Ok, this is fixed in this pull request:
https://github.com/stephenmcd/mezzanine/pull/1450
One other thing I noticed which this fixed - without this change, on a new
user created in the admin, the profile fields would only appear once, but
never saved the data entered into them. Only when I entered
On 30 October 2015 at 09:55, Stephen McDonald wrote:
> I can actually reproduce this using latest grappelli-safe
>
> The patch resolved the issue for the site permission field, but I get
> duplicate fields for profile fields.
>
> Not sure what the solution is but I've opened an issue here:
>
> ht
I can actually reproduce this using latest grappelli-safe
The patch resolved the issue for the site permission field, but I get
duplicate fields for profile fields.
Not sure what the solution is but I've opened an issue here:
https://github.com/stephenmcd/mezzanine/issues/1449
On Fri, Oct 30, 2
Thanks Ryne, I'll fix my hack as well then :)
On 30 October 2015 at 07:03, Ryne Everett wrote:
> As I said in the other email, this is easy enough to solve in the
>> template, see
>>
>> https://github.com/ryneeverett/mezzanine/commit/801b66152b96f1ec0e14a52127484065742552b7
>> for
>> how the du
>
> As I said in the other email, this is easy enough to solve in the
> template, see
>
> https://github.com/ryneeverett/mezzanine/commit/801b66152b96f1ec0e14a52127484065742552b7
> for
> how the duplicate SitePermissions was solved.
I don't think that's the link you think it is. That patch remov
On 30/10/2015 12:39 AM, Chi-Cheong Weng wrote:
I still see this in the latest dev build. At the bottom
of http://127.0.0.1:8000/admin/auth/user/2/, I see my user profile
info (i.e. phonenumber and company) appear twice.
Hi Chi-Cheong,
As I said in the other email, this is easy enough to solv
I still see this in the latest dev build. At the bottom
of http://127.0.0.1:8000/admin/auth/user/2/, I see my user profile info
(i.e. phonenumber and company) appear twice.
See screen capture. This is seen even in the latest dev branch.
My user profile module is as follows:
AUTH_PROFILE_MODULE