Re: [mezzanine-users] trying to use cartridge-payments

2014-01-21 Thread Jaroslaw Boss
Here my settings: from __future__ import absolute_import, unicode_literals SHOP_CHECKOUT_FORM_CLASS = 'payments.multipayments.forms.base.CallbackUUIDOrderForm' SHOP_CHECKOUT_STEPS_SPLIT = True SHOP_CURRENCY_LOCALE = en_GB EXTRA_MODEL_FIELDS = ( (

[mezzanine-users] Looking for Developer to create a site in mezzanine based on my current site

2014-01-21 Thread Moltra
I am looking for a developer that can create a site using mezzanine with the same basic functions of my current website. The URL is http://serviidb.com. If you are interested please contact me. -- You received this message because you are subscribed to the Google Groups Mezzanine Users

[mezzanine-users] Restricting shop to active users only

2014-01-21 Thread Eduardo Rivas
Hello Mezzaniners and Cartridgers (??). I have some very specific requirements for a project I'm working in. I would like to have shop categories available to all visitors of the site (they can browse all categories and see which products are included in each, just a thumbnail and short

Re: [mezzanine-users] Restricting shop to active users only

2014-01-21 Thread Stephen McDonald
I think you could just add the existing product view (and any others) to your urlpatterns, but wrapped in Django's login_required decorator - with that you'd get all the fancy redirecting to login and back to the original page. I don't think there's a strong case for including it as a setting.

[mezzanine-users] Re: Restricting shop to active users only

2014-01-21 Thread Eduardo Rivas
Ok, thanks. I'll give it a shot and report back. -- 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 email to mezzanine-users+unsubscr...@googlegroups.com. For more

[mezzanine-users] mezzanine-cartridge pic upload problem :cannot upload product image using admin account

2014-01-21 Thread lu zou
when I am create a product in admin account ,if I upload the product image ,there will be a bug ,donot why, using the default django pic ,same problem ,all kinds of the image type I have tried to upload ,all come across the same problem error info: invalid literal for int() with base 10: ''

Re: [mezzanine-users] mezzanine-cartridge pic upload problem :cannot upload product image using admin account

2014-01-21 Thread lu zou
could you go into more details, I just download a clean cartridge from github and run it again ,same problem come along On Wednesday, 22 January 2014 17:14:10 UTC+10, Stephen McDonald wrote: That error typically occurs when there has been a problem with the JavaScript that handles the