Page 5 of 7

Re: Marketplace

PostPosted: Tue Feb 07, 2017 10:11 pm
by Nsuidara
Kardo wrote:Also Salamander's not on the list.

i added but you can self add

http://nsuidara.x14.eu/salem/import/icon/
Example:
ur wikil: http://salemwiki.info/index.php/File:Sa ... r_icon.png
category: Inspirationals

Re: Marketplace

PostPosted: Thu Feb 09, 2017 11:14 am
by Nsuidara
update,
display added
  • if somebody seet Cost = 0, mean "wait for offer"
  • change "Warehouse" => "Need" in Looking For Offers (Poster wishes to buy.)
  • if set value 0 = unlimit in Warehouse/Need
  • added "Description", you can added description for offer about difficulty clothes, artefacts... (max 50 characters)

Re: Marketplace

PostPosted: Mon Feb 13, 2017 7:08 pm
by Lansett
Is the feature to edit existing orders still in the work ? :)
Good job anyway.

Re: Marketplace

PostPosted: Mon Feb 13, 2017 7:15 pm
by ZoddAlmighty
Nsuidara, so you think because you are the shop owner you can scams people?
300 silver for eggsack? xD

Re: Marketplace

PostPosted: Mon Feb 13, 2017 7:18 pm
by Nsuidara
Lansett wrote:Is the feature to edit existing orders still in the work ? :)
Good job anyway.

i'll add option this week (mean try) :P

Re: Marketplace

PostPosted: Wed Mar 01, 2017 1:11 am
by kokakpi
Need "Walking the Beetle" in Inspirationals, but can't add

Re: Marketplace

PostPosted: Wed Mar 01, 2017 7:25 am
by Qiresea
kokakpi wrote:Need "Walking the Beetle" in Inspirationals, but can't add

i have added it for you.

to add new items on the Marketplace, you can use this page :
http://nsuidara.x14.eu/salem/import/icon/

you enter the wiki link of the item you want to add (in this case http://salemwiki.info/index.php/Walking_the_Beetle) and select a category (in this case "Inspirationals")

Re: Marketplace

PostPosted: Wed Mar 01, 2017 2:14 pm
by yozzik
Code: Select all
NameError at /salem/shop/account/
global name 'request' is not defined


boom at "My shop"

Re: Marketplace

PostPosted: Wed Mar 01, 2017 2:15 pm
by Nsuidara
yozzik wrote:
Code: Select all
NameError at /salem/shop/account/
global name 'request' is not defined


boom at "My shop"

for me it's work... logout and login again...

Re: Marketplace

PostPosted: Wed Mar 01, 2017 2:18 pm
by yozzik
No way

Code: Select all
Environment:


Request Method: GET
Request URL: http://nsuidara.x14.eu/salem/shop/account/

Django Version: 1.10rc1
Python Version: 2.7.2
Installed Applications:
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'blog',
 'salem',
 'authorization']
Installed Middleware:
['django.middleware.security.SecurityMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware']



Traceback:

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/core/handlers/exception.py" in inner
  39.             response = get_response(request)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/core/handlers/base.py" in _legacy_get_response
  248.             response = self._get_response(request)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/core/handlers/base.py" in _get_response
  186.             response = self.process_exception_by_middleware(e, request)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/core/handlers/base.py" in _get_response
  184.             response = wrapped_callback(request, *callback_args, **callback_kwargs)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/views/generic/base.py" in view
  68.             return self.dispatch(request, *args, **kwargs)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/views/generic/base.py" in dispatch
  88.         return handler(request, *args, **kwargs)

File "/home/nsuidara/rails/src/salem/shops/shop/views.py" in get
  32.         return super(ShopView, self).get(request, *args, **kwargs)

File "/home/nsuidara/rails/src/salem/shops/home/base.py" in get
  18.         return super(BaseView, self).get(request, *args, **kwargs)

File "/home/nsuidara/site-packages/Django-1.10rc1-py3.5.egg/django/views/generic/base.py" in get
  155.         context = self.get_context_data(**kwargs)

File "/home/nsuidara/rails/src/salem/shops/shop/views.py" in get_context_data
  51.                 user=request.user,

Exception Type: NameError at /salem/shop/account/
Exception Value: global name 'request' is not defined