Pages:
Author

Topic: Coingig.com Beta - The New Bitcoin Marketplace has Arrived - page 6. (Read 13563 times)

donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
Regarding number 4: What I want is a field where I can enter my own item number, so that when a customer has made an order I can see that number and I know what to send them.

Oh I see what you mean now, yes that is something we can do, I will add it to our upcoming features.
hero member
Activity: 529
Merit: 500
Regarding number 4: What I want is a field where I can enter my own item number, so that when a customer has made an order I can see that number and I know what to send them.
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
I've listed my first item. I agree with nebulus, your site deisgn is very nice.

Some thoughts:
  • I ship worldwide for free. Do I have to enter a shipping fee for every country in the world? I couldn't find a "worldwide" option.
  • How do I upload more than one image?
  • Is there a way to format the item description?
  • A field for "internal notes" would be very useful.

Thank you too GlobalBTC!

First off, thank you for signing up with Coingig!

We appreciate all feedback, let me help answer your questions.

1) We have thought about that and we're trying to see what the best option would be since you can ship to one country for one price and then ship worldwide for another price, so we would have to somehow remove that first country from that worldwide list. We are working on this either way so we will have a solution. But a quick trick you can do is just add one country for example United States and set shipping to 0 BTC and in description include that shipping is worldwide and to choose United States, even though this is not a solution it is something you can do in the meantime, sorry for the inconvenience.

2) Right now we only have one image to upload but multiple photo option is going to be released soon.

3) For the item description we just have plain text to keep the design of the site nice and clean, we're not sure if we will add a formatting tool yet, but we will see as we go.

4) We will keep this in mind, you would like an extra tab in the user login to keep notes?

We got a big list of changes to do but we will always find a way to squeeze them all in as fast as we can. Thank you for joining Coingig, as we plan to grow you will begin to love our site so stay tuned! Smiley

hero member
Activity: 529
Merit: 500
I've listed my first item. I agree with nebulus, your site deisgn is very nice.

Some thoughts:
  • I ship worldwide for free. Do I have to enter a shipping fee for every country in the world? I couldn't find a "worldwide" option.
  • How do I upload more than one image?
  • Is there a way to format the item description?
  • A field for "internal notes" would be very useful.
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
Wow, I totally want to hire your webdesigner.  That is one of the best looking bitcoin related sites I have ever seen.  Great job!
Can you give me his/her email so I can steal them for a bit?  Thanks!

Thank You!! yes we worked really hard on it, we have an in house designer that designed the site for us completely, but I will ask if they are free to do any other jobs.
hero member
Activity: 490
Merit: 500
... it only gets better...
Thanks! Glass will have to answer that. I don't think it's a big trade secret.

Cool updates are coming soon. Stay tuned! Smiley
full member
Activity: 140
Merit: 101
Wow, I totally want to hire your webdesigner.  That is one of the best looking bitcoin related sites I have ever seen.  Great job!
Can you give me his/her email so I can steal them for a bit?  Thanks!
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
we just finished upgrading our site with the following:

1) Coingig has taken the proactive steps at improving the performance of our site and recently implemented SQLAlchemy as our backbone database framework. This framework is used by many major sites such as Yelp, Reddit, and Dropbox. This upgrade will allow us to introduce new and exciting features for buyers and help sellers increase future sales.

2) Password field can now support special characters so users can ensure their account is secure.

3) Email field for login is no longer case sensitive so you can login in all CAPS.

4) Product title and description now allows the use of all common punctuations such as . ? ! : ; - ( ) ' / , & $ * _

5) We have updated our FAQ page with more questions for new and existing users, coingig.com/faq

6) To everyone that needs support or has a question please don't hesitate to look at our support page support.coingig.com for any unanswered questions or to post one that we have not provided.
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
Would you be interested in someone proofreading your website and bringing your attention to any misspellings, typos, and grammatical errors for a small fee? I can also rewrite poorly phrased passages and do general security checks.

Send me a pm if you're interested. We can discuss payment. (My rates are very reasonable)

Hey thrasher, thank you for letting us know about your services! It is something we will definitely need in the future but we can't really do it right now, our budget has been going mainly for hosting and scalability of the site, but we really appreciate you letting us know what you can do. Once were ready, I will send you over an PM!
newbie
Activity: 17
Merit: 0
I generally only work with English. I'm proficient in French, but not to a level that I would be comfortable proofreading it professionally.
hero member
Activity: 490
Merit: 500
... it only gets better...
I'll talk to glass tmr. Can you translate?
newbie
Activity: 17
Merit: 0
Would you be interested in someone proofreading your website and bringing your attention to any misspellings, typos, and grammatical errors for a small fee? I can also rewrite poorly phrased passages and do general security checks.

Send me a pm if you're interested. We can discuss payment. (My rates are very reasonable)
hero member
Activity: 490
Merit: 500
... it only gets better...
Sup, leckey... It was all tuned out but we had to overhaul how we work the database and just implemented the sqlalchemy framework into our code.

We will straighten out all the errors that we might have missed during the final test. Thanks for feedback and hopefully you'll enjoy using our platform.

sr. member
Activity: 434
Merit: 250
Might want to add a custom error/exception handler:

Code:
web.Server Traceback (most recent call last):
exceptions.AttributeError: 'NoneType' object has no attribute 'status'
/usr/local/lib/python2.7/dist-packages/twisted/web/server.py:192 in process
191                    self._encoder = encoder
192            self.render(resrc)
193        except:
/usr/local/lib/python2.7/dist-packages/twisted/web/server.py:241 in render
240        try:
241            body = resrc.render(self)
242        except UnsupportedMethod as e:
/root/workspace-python/coingig/productPhysical.py:643 in render
642            store = db.query(Store).filter(Store.id == sellerId).first()
643            store.status = 'open'
644            db.commit()
exceptions.AttributeError: 'NoneType' object has no attribute 'status'

This occurred when attempting to add a product.
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
very nice idea Smiley Any idea when the site will be back online so I can have a browse?

Thank you! It will be back online soon today, once its back up I will notify everyone here Smiley
sr. member
Activity: 434
Merit: 250
very nice idea Smiley Any idea when the site will be back online so I can have a browse?
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
We're doing some major upgrades to the site, sorry for the downtime
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
If anyone received an order from [email protected] as the buyer please ignore, we are doing major upgrades to our database. Sorry for the inconvenience.
donator
Activity: 406
Merit: 252
Study the past, if you would divine the future.
This is great. The more opportunities for people to engage in bitcoin commerce, the better!



Yes I agree! Now is the best time to focus on the real business of bitcoin and watch it grow!
full member
Activity: 196
Merit: 116
Entrepreneur, coder, hacker, pundit, humanist.
This is great. The more opportunities for people to engage in bitcoin commerce, the better!

Pages:
Jump to: