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 drag

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

2014-01-21 Thread Stephen McDonald
That error typically occurs when there has been a problem with the JavaScript that handles the drag/drop re-ordering. Check your browser's JavaScript console for errors or perhaps missing files. On Wed, Jan 22, 2014 at 6:11 PM, lu zou wrote: > when I am create a product in admin account ,if I

[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: ''

[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 option

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. O

[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 descript

[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" grou

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 = ( ( "cartridge.shop.models

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

2014-01-21 Thread Jaroslaw Boss
Yes I did -- 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 options, visit https://groups.google.com/gr

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

2014-01-21 Thread Josh B
Did you add this to your settings.py? EXTRA_MODEL_FIELDS = ( # ... ( "cartridge.shop.models.Order.callback_uuid", "django.db.models.CharField", (), {"blank" : False, "max_length" : 36}, ), # ... ) If so did you run python manage.py migrate On Tue

[mezzanine-users] trying to use cartridge-payments

2014-01-21 Thread jaroslaw . boss
I am trying to use cartridge-payments Have pip installed inside virtualenv added settings to settings.py but when I am going to checkout I am getting following error: OperationalError at /shop/checkout/ no such column: shop_order.callback_uuid wondering how to fix it? Regards Jaroslaw -- You r

Re: [mezzanine-users] hi ,how can I remove the home page and some other default pages in mezzanine(cartridge)

2014-01-21 Thread Danny
You need to provide your own templates for the relevant pages. You can override the relevant ones by placing an equivalently named file in the templates directory (and subdirectory tree) in your project. Also look at urls.py in your project to see how to make the home page the blog index page

[mezzanine-users] Re: Help with payments Cartridge

2014-01-21 Thread jaroslaw . boss
Hi , I've found this Django project: https://github.com/cypreess/django-getpaid It does work with multiple payment services. Wondering how to integrate it with cartridge. Regards -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscr

[mezzanine-users] hi ,how can I remove the home page and some other default pages in mezzanine(cartridge)

2014-01-21 Thread lu zou
-- 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 options, visit https://groups.google.com/groups/opt_ou