Marketplace

Forum for In-Game trades and deals.

Re: Marketplace

Postby Nsuidara » Tue Feb 07, 2017 10:11 pm

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
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Marketplace

Postby Nsuidara » Thu Feb 09, 2017 11:14 am

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)
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Marketplace

Postby Lansett » Mon Feb 13, 2017 7:08 pm

Is the feature to edit existing orders still in the work ? :)
Good job anyway.
User avatar
Lansett
 
Posts: 239
Joined: Tue Nov 20, 2012 3:14 pm
Location: France

Re: Marketplace

Postby ZoddAlmighty » Mon Feb 13, 2017 7:15 pm

Nsuidara, so you think because you are the shop owner you can scams people?
300 silver for eggsack? xD
ZoddAlmighty
 
Posts: 1165
Joined: Wed Sep 23, 2015 6:45 pm

Re: Marketplace

Postby Nsuidara » Mon Feb 13, 2017 7:18 pm

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
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Marketplace

Postby kokakpi » Wed Mar 01, 2017 1:11 am

Need "Walking the Beetle" in Inspirationals, but can't add
kokakpi
 
Posts: 34
Joined: Mon May 27, 2013 1:03 pm

Re: Marketplace

Postby Qiresea » Wed Mar 01, 2017 7:25 am

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")
Darwoth wrote:It really is not fair that every time you try to jab at me you make yourself look more retarded than any retort i could come up with.

Image
Γιά την Κυρία των τριών βασιλείων: της γης, του ουρανού και της θάλασσας.
User avatar
Qiresea
Customer
 
Posts: 1089
Joined: Tue Feb 17, 2015 3:01 pm

Re: Marketplace

Postby yozzik » Wed Mar 01, 2017 2:14 pm

Code: Select all
NameError at /salem/shop/account/
global name 'request' is not defined


boom at "My shop"
User avatar
yozzik
 
Posts: 110
Joined: Wed Oct 03, 2012 9:17 am

Re: Marketplace

Postby Nsuidara » Wed Mar 01, 2017 2:15 pm

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...
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Marketplace

Postby yozzik » Wed Mar 01, 2017 2:18 pm

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
User avatar
yozzik
 
Posts: 110
Joined: Wed Oct 03, 2012 9:17 am

PreviousNext

Return to The Trade-Wind

Who is online

Users browsing this forum: No registered users and 19 guests

cron