Discussion Forum: Suggestions(Post New Message)
Redisplay Messages: Compact | Brief | All | Full      Show Messages: All | Without Replies

 Author: yorbrick View Messages Posted By yorbrick
 Posted: Oct 14, 2017 02:58
 Subject: Re: User count Active vs. Inactive
 Viewed: 38 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Most companies don't want you to know the number of active users, they prefer
to use registered as this number is obviously bigger.

Plus there is the problem of defining an active user. Is someone logging on once
a year when they visit to check an inventory (even though they don't have
to) an active user?

I'd prefer to see accurate numbers for orders placed - presented by buyer
location, seller location, order value (in bands).

That would give an impression about sales, but I doubt they'd ever do it.
 Author: Admin_Jaclyn View Messages Posted By Admin_Jaclyn
 Posted: Oct 13, 2017 21:44
 Subject: Re: Fix BL login & links
 Viewed: 105 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hi tEoS,

I'm sorry to hear that you are having trouble logging in. If you're using
a password manager, the issue is likely related to the program containing multiple
login details for BrickLink. Most password managers will save login information
for exact URLs -- since you can log in from different areas of the site,
an outdated password may have been auto-filled without your knowledge.

Examples of different URLs you can use to log in to BrickLink:
https://www.bricklink.com/v2/main.page
https://www.bricklink.com/v2/login.page?
https://www.bricklink.com/regLogin.asp

If you check your password manager, you may be able to locate the old passwords
which were likely saved to specific BrickLink URLs in the past. We recently migrated
the site to HTTPS/SSL, so please be sure to also delete any BrickLink passwords
which are tied to the older URLs that start with "http" (e.g. http://www.bricklink.com/regLogin.asp).
Once the old passwords are deleted, the issue should be resolved once you log
in with your current password.

If this does not resolve the issue, please delete all saved BrickLink passwords
from your password manager. Next, complete a password reset request. The next
time you log in, be sure to select the option to remember your new password when
prompted.

I hope this helps!

Also, please add a separate suggestion for the navigation links if you wouldn't
mind.

Thanks and have a great weekend!

--Jaclyn
BrickLink Customer Support


In Suggestions, tEoS writes:
  1) Please fix the BL login. Multiple times pretty much every day BL tells me
that my auto-fill password and id are in error.

Sometimes I can switch to a new tab or close the browser and start it again.
Other times, I have to clear my cookies (it took 2 tries of clearing cookies
just now). When I clear my cookies for BL, I also lose all my other site prefilled
info.

None of the above is acceptable for a modern website.

2) Links: why on earth do the upper links (community, my store, my bl, etc) work
when clicked on, but do not when you right-click for a new tab? (Google Chrome)
Please fix this too.
 Author: mfav View Messages Posted By mfav
 Posted: Oct 13, 2017 21:12
 Subject: Re: Fix BL login & links
 Viewed: 70 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
I'm going to stick my nose in here where it may or may not be appreciated
in an attempt to explain how some of this stuff works. I hope the following is
helpful in your understanding. It's probably not going to quell your frustration.

In Suggestions, tEoS writes:
  1) Please fix the BL login. Multiple times pretty much every day BL tells me
that my auto-fill password and id are in error.

This is likely not a server side issue and is a client side issue. It's quite
possible that Chrome has stored more than one set of credentials for bricklink
and when it goes to retrieve the credentials it finds the "first set" in the
list and uses those. The first set may be outdated or attached to a different
version of the site (a bit more explanation on that later). I'd look for
wherever Chrome is storing the user/password combos, find all the bricklink related
entries and purge them. Then log in to bricklink fresh from the www.bricklink.com
home page and save the credentials when Chrome asks for them anew.

On the Mac you can find the credentials in the Keychain utility. I don't
know where they are on Windows. I'd start by googling "where are the passwords
stored in Chrome" and try to sort it out from there.

  Sometimes I can switch to a new tab or close the browser and start it again.
Other times, I have to clear my cookies (it took 2 tries of clearing cookies
just now). When I clear my cookies for BL, I also lose all my other site prefilled
info.

It's highly unlikely that password and user info are stored in cookies. Unless
the programmers are patently stupid, which I think they are not. The cookies
would more likely contain some info like "login=true" and a session value that
ties you to your account for the duration of your visit. Cookies probably store
site option/preference info like showing 100 items on a store page instead of
the default 25. So, yes, flushing the cookies just loses your site preferences
and won't do anything about the login credentials.

  2) Links: why on earth do the upper links (community, my store, my bl, etc) work
when clicked on, but do not when you right-click for a new tab? (Google Chrome)

To oversimplify what's actually going on here is this: Those top nav items
are not links. They are "rollover detectors" tied to a script. When your cursor
hovers over one of these areas, it triggers the script which then shows the dropdown
box containing links to pages. As the top nav items are not links, the browser
can't give you the right-click options to open the link in a new window because
the items aren't links. The items in the drop-downs are links, but the top-navs
aren't. Clicking the top nav activates something in the script which then
takes you to a page.

The right-click menu is handled by the browser, which is programmed to show you
one set of options depending on whatever the browser detects below the cursor.
If you are positioned over a link, then you get one set of options. If you are
positioned over an image you get a different set of options. If your are positioned
over "nothing" you get a different set of options and so on.


   Please fix this too.

Chances are that these things aren't "fixable" in the sense you'd like
to see them fixed. Those top nav items can be either a script/trigger OR a link,
but not both simultaneously.

Now, back to the login thing.

If you are observant, you'll notice that what appears to be one web site
actually operates under different "vanity" domains. The main site is www.bricklink.com,
then there's studio.bricklink.com, and I think there's also images.bricklink.com
and a few others. There have been demo versions and such which for a while operate
under demo.bricklink.com...or something...then when they're done with the
demo stage, what had been "demo" becomes "www". There's obviously some pokery-jiggery
going on under the hood to allow you to log into www.bricklink.com and maintain
that login even though you actually fly in and out of these other (studio, image,
demo, etc.) sites. So it's possible that somewhere along the line you logged
into something other than www.bricklink.com and saved the password combo there,
then the site structure changes, then subsequent logins will fail for any number
of reasons. A login should make you valid for www OR studio OR something else.
That a single login makes you valid for www AND studio AND something else requires
additional consideration on the programming side of things. Depending on which
page you use to log in, and given the complexities of the site, it's certainly
possible for something to go awry in programming, the saved info, the URL, a
single page's login box, or who knows what...or any combination of those
things...and give you a login fail. These variables may account for your "sometimes"
being able to log in and "sometimes" not.

The login fail message can also be ambiguous or unhelpful, reporting only "bricklink"
and not offering a clue as to www or whatever, if that is a part of the issue.
Which it might or might not be.

I'd sincerely hope that your login issue is simply fixed by purging any info
that is stored locally and replacing it.
 Author: Cyndis_Bricks View Messages Posted By Cyndis_Bricks
 Posted: Oct 13, 2017 19:29
 Subject: Re: User count Active vs. Inactive
 Viewed: 43 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Brickwilbo writesave
  
Sorry, implementing would be a waste of time and resources.

A line or two of code about the difference between last logged in(that's
already there)
and today's date would work.

  It would be disappointing to know how few really 'active' members BL
has.

The truth should be know.

  There used to be a site visitor counter below on each page.

I really miss this counter, I looked at that all the time I was on.
 Author: Brickwilbo View Messages Posted By Brickwilbo
 Posted: Oct 13, 2017 18:51
 Subject: Re: User count Active vs. Inactive
 Viewed: 43 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Cyndis_Bricks writes:
  Hello all. I have been going through the Members - Feedback ratings list, going
on page 21,158 to find information on something that I have been wondering about.
Well in doing this I have seen thousands of users that don't seem to be
"active" users. So I am thinking the 731,476 registered users is somewhat irrelevant.
Many are a once and done, sort of user.

I would like to suggest, that leaving the registered user count intact, but add
the count of "Active" users. Have BL not count the inactive users after say
6 months or 1 year, of actual log in date. This would give us all a better idea
of how many actual users are using BL. This could work just as the purge orders
after 6 months. This would still allow a user to log in after being put into
not active, and then would be in the active number for the 6 months or year.

What say you?

Dave

Sorry, implementing would be a waste of time and resources.
It would be disappointing to know how few really 'active' members BL
has.
There used to be a site visitor counter below on each page.
 
 Author: Cyndis_Bricks View Messages Posted By Cyndis_Bricks
 Posted: Oct 13, 2017 18:16
 Subject: User count Active vs. Inactive
 Viewed: 117 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hello all. I have been going through the Members - Feedback ratings list, going
on page 21,158 to find information on something that I have been wondering about.
Well in doing this I have seen thousands of users that don't seem to be
"active" users. So I am thinking the 731,476 registered users is somewhat irrelevant.
Many are a once and done, sort of user.

I would like to suggest, that leaving the registered user count intact, but add
the count of "Active" users. Have BL not count the inactive users after say
6 months or 1 year, of actual log in date. This would give us all a better idea
of how many actual users are using BL. This could work just as the purge orders
after 6 months. This would still allow a user to log in after being put into
not active, and then would be in the active number for the 6 months or year.

What say you?

Dave
 Author: tEoS View Messages Posted By tEoS
 Posted: Oct 13, 2017 17:18
 Subject: Fix BL login & links
 Viewed: 132 times
 Topic: Suggestions
 Status:Discarded
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
1) Please fix the BL login. Multiple times pretty much every day BL tells me
that my auto-fill password and id are in error.

Sometimes I can switch to a new tab or close the browser and start it again.
Other times, I have to clear my cookies (it took 2 tries of clearing cookies
just now). When I clear my cookies for BL, I also lose all my other site prefilled
info.

None of the above is acceptable for a modern website.

2) Links: why on earth do the upper links (community, my store, my bl, etc) work
when clicked on, but do not when you right-click for a new tab? (Google Chrome)
Please fix this too.
 Author: yorbrick View Messages Posted By yorbrick
 Posted: Oct 9, 2017 11:38
 Subject: Re: 29-min closure may lead to sell-price error
 Viewed: 44 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
  A better thing would be closing the store at the time store owners desire.

I agree with you there. But it has been discussed before, and it seems that it
is more buyer friendly to allow them to finish filling and checking out a cart
if they have been spending hours or days doing it.
 Author: alahaka View Messages Posted By alahaka
 Posted: Oct 9, 2017 11:09
 Subject: Re: 29-min closure may lead to sell-price error
 Viewed: 46 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Clearly, and even repeatedly upon each closure, informing BrickLink sellers that
their stores are not closed until 30 minutes after they "close" them would be
a good thing.

A better thing would be closing the store at the time store owners desire.

The first paragraph, not being the situation at hand, is an indicator that developers
are detached from the community they serve.


In Suggestions, axaday writes:
  Wow, I didn't know they didn't.
 Author: yorbrick View Messages Posted By yorbrick
 Posted: Oct 9, 2017 08:15
 Subject: Re: 29-min closure may lead to sell-price error
 Viewed: 55 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
  Another consideration is that the 29-minute delay means the store is simply not
closed when a store owner wants it to be.

For example, I recently made a large discount error across many more lots and
item types than intended. I didn't know how to quickly undo the change without
messing up other pricing considerations, so I "closed" my store to ensure no
orders were placed with erroneous pricing.

However my store was not actually closed, based on BrickLink's imposed delay.
And during the five to ten minutes needed to set things straight, an order could
have been placed based on unintended pricing.

I recommend that stores close at the moment when store owners want them closed.

Setting a $1000000 minimum buy does that for most stores and is instant.
 Author: axaday View Messages Posted By axaday
 Posted: Oct 9, 2017 05:53
 Subject: Re: 29-min closure may lead to sell-price error
 Viewed: 49 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Wow, I didn't know they didn't.

In Suggestions, matejo writes:
  Hi,

I recently commented that the apparent BrickLink-imposed delay of 29 (or 30)
minutes may wrongly give customers the impression they must complete their order
within this time frame, as opposed to my and others' store closed messages
which often state to simply contact the seller for a bypass password, allowing
for however much time, often days, a seller can provide a particular customer
to finish their shopping cart. In short, I think the store closure message is
more polite than the 29-minute countdown.

Another consideration is that the 29-minute delay means the store is simply not
closed when a store owner wants it to be.

For example, I recently made a large discount error across many more lots and
item types than intended. I didn't know how to quickly undo the change without
messing up other pricing considerations, so I "closed" my store to ensure no
orders were placed with erroneous pricing.

However my store was not actually closed, based on BrickLink's imposed delay.
And during the five to ten minutes needed to set things straight, an order could
have been placed based on unintended pricing.

I recommend that stores close at the moment when store owners want them closed.

Sincerely, Matthew
 Author: alahaka View Messages Posted By alahaka
 Posted: Oct 9, 2017 02:13
 Subject: 29-min closure may lead to sell-price error
 Viewed: 155 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hi,

I recently commented that the apparent BrickLink-imposed delay of 29 (or 30)
minutes may wrongly give customers the impression they must complete their order
within this time frame, as opposed to my and others' store closed messages
which often state to simply contact the seller for a bypass password, allowing
for however much time, often days, a seller can provide a particular customer
to finish their shopping cart. In short, I think the store closure message is
more polite than the 29-minute countdown.

Another consideration is that the 29-minute delay means the store is simply not
closed when a store owner wants it to be.

For example, I recently made a large discount error across many more lots and
item types than intended. I didn't know how to quickly undo the change without
messing up other pricing considerations, so I "closed" my store to ensure no
orders were placed with erroneous pricing.

However my store was not actually closed, based on BrickLink's imposed delay.
And during the five to ten minutes needed to set things straight, an order could
have been placed based on unintended pricing.

I recommend that stores close at the moment when store owners want them closed.

Sincerely, Matthew
 Author: mandr View Messages Posted By mandr
 Posted: Oct 7, 2017 11:34
 Subject: Re: Reduce Store Verification Time
 Viewed: 35 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, redimension writes:
  Team,

I have been waiting to open my store for over a month. I am more than ready to
start selling. Do you need help in this department? Volunteers to assist in matters
like this?

Cheers!

From what I understand, if you upgrade from a buyer to a seller and if you are
a member in good standing (active 100 days and received 5 positive feedback),
then opening the store is automatically allowed.

You are a member in good standing, but you were not at the time that you tried
to upgrade as you just got the feedback last week. If I were you, I'd send
another email to Admin to try to kick-start the process again, perhaps with attention
to Jaclyn. For you it shouldn't take so long to open at this point, but
because you arrived at this point in a different way, it may unfortunately be
as MariaA says, take a few weeks. Hopefully not though. Good luck.

If you are selling parts, it might be helpful to include a shipping chart and
a few more details in your terms to help encourage buyers. I'm not in the
US, but I got the impression from buying in the US that there are shipping categories.
 Author: Ariule View Messages Posted By Ariule
 Posted: Oct 7, 2017 10:31
 Subject: Search vs Item Finder & New Style pages
 Viewed: 38 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
For many years, I have used the "Item Finder" instead of "Search" at the top
of most pages as I find the functionality better, specifically for filtering
the country of origin of seller.

I again find the "new" search pages not as helpful. I click on "USA" for origin,
then click details, and it shows all parts, not just the sellers in "USA" for
example.

I wanted to pass along this user feedback and see if anyone else has easier and
better ways to find parts. I do not see the "Item Finder" on the new pages,
and suggest that it remain.


Ariule
 Author: MadiganStation View Messages Posted By MadiganStation
 Posted: Oct 7, 2017 09:00
 Subject: Re: Reduce Store Verification Time
 Viewed: 34 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, qwertyboy writes:
  Specifying a password there does not keep a store locked. We have a password
there, but our store is open. They specifically said that the "open" button did
not work.

Nick.

Removed the password, and still locked.

Nate
 Author: qwertyboy View Messages Posted By qwertyboy
 Posted: Oct 7, 2017 08:35
 Subject: Re: Reduce Store Verification Time
 Viewed: 28 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Brickwilbo writes:
  In Suggestions, MarieA writes:
  In Suggestions, redimension writes:
  Team,

I have been waiting to open my store for over a month. I am more than ready to
start selling. Do you need help in this department? Volunteers to assist in matters
like this?

Cheers!

The process takes approx. two weeks after you complete the necessary steps. You
only completed at least two of those steps two days ago. You've been waiting
a month only because you didn't thoroughly read the information. I agree
the process could be simpler, but the information is there and simply needs to
be given the appropriate attention.

A better suggestion might be for BL to create an unambiguous list of things a
new store needs to do, with green ticks generated automatically against each
item as they're completed, with a "submit for review" button only available
after all other steps have been ticked off.

Agreed. All the information is there.
We've three people not understanding which settings to use.
They'd entered an unnecessary Store bypassword which keeps their stores locked.

Specifying a password there does not keep a store locked. We have a password
there, but our store is open. They specifically said that the "open" button did
not work.

Niek.
 Author: Brickwilbo View Messages Posted By Brickwilbo
 Posted: Oct 7, 2017 01:23
 Subject: Re: Reduce Store Verification Time
 Viewed: 43 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, MarieA writes:
  In Suggestions, redimension writes:
  Team,

I have been waiting to open my store for over a month. I am more than ready to
start selling. Do you need help in this department? Volunteers to assist in matters
like this?

Cheers!

The process takes approx. two weeks after you complete the necessary steps. You
only completed at least two of those steps two days ago. You've been waiting
a month only because you didn't thoroughly read the information. I agree
the process could be simpler, but the information is there and simply needs to
be given the appropriate attention.

A better suggestion might be for BL to create an unambiguous list of things a
new store needs to do, with green ticks generated automatically against each
item as they're completed, with a "submit for review" button only available
after all other steps have been ticked off.

Agreed. All the information is there.
We've three people not understanding which settings to use.
They'd entered an unnecessary Store bypassword which keeps their stores locked.
 Author: bb414973 View Messages Posted By bb414973
 Posted: Oct 6, 2017 23:51
 Subject: Re: Reduce Store Verification Time
 Viewed: 44 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, redimension writes:
  Team,

I have been waiting to open my store for over a month. I am more than ready to
start selling. Do you need help in this department? Volunteers to assist in matters
like this?

Cheers!

The process takes approx. two weeks after you complete the necessary steps. You
only completed at least two of those steps two days ago. You've been waiting
a month only because you didn't thoroughly read the information. I agree
the process could be simpler, but the information is there and simply needs to
be given the appropriate attention.

A better suggestion might be for BL to create an unambiguous list of things a
new store needs to do, with green ticks generated automatically against each
item as they're completed, with a "submit for review" button only available
after all other steps have been ticked off.
 Author: bb840099 View Messages Posted By bb840099
 Posted: Oct 6, 2017 17:41
 Subject: Reduce Store Verification Time
 Viewed: 132 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Team,

I have been waiting to open my store for over a month. I am more than ready to
start selling. Do you need help in this department? Volunteers to assist in matters
like this?

Cheers!
 Author: Klodshansen View Messages Posted By Klodshansen
 Posted: Oct 6, 2017 14:47
 Subject: Re: Invoice details
 Viewed: 27 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
That is the wanted list for.


In Suggestions, recht writes:
  I've been going through my old sets and reviving them for my kids. There
are quite a lot of parts missing, so I've been ordering the missing parts.
When doing this, I need to track what I've already ordered, so it would be
pretty awesome if the invoice/order overview also could show the part number
and color, not only the part descriptions.

Thanks,
Joakim
 Author: tEoS View Messages Posted By tEoS
 Posted: Oct 6, 2017 14:06
 Subject: Re: Invoice details
 Viewed: 28 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
The order detail page already does.

In Suggestions, recht writes:
  I've been going through my old sets and reviving them for my kids. There
are quite a lot of parts missing, so I've been ordering the missing parts.
When doing this, I need to track what I've already ordered, so it would be
pretty awesome if the invoice/order overview also could show the part number
and color, not only the part descriptions.

Thanks,
Joakim
 Author: MikeS View Messages Posted By MikeS
 Posted: Oct 6, 2017 12:35
 Subject: Re: Invoice details
 Viewed: 31 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
How do you know what parts you need to order on BL? Did you create a wanted
list(or lists) on BrickLink of missing parts for your old sets?

MikeS


In Suggestions, recht writes:
  I've been going through my old sets and reviving them for my kids. There
are quite a lot of parts missing, so I've been ordering the missing parts.
When doing this, I need to track what I've already ordered, so it would be
pretty awesome if the invoice/order overview also could show the part number
and color, not only the part descriptions.

Thanks,
Joakim
 Author: Cob View Messages Posted By Cob
 Posted: Oct 6, 2017 12:32
 Subject: Re: Invoice details
 Viewed: 23 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, recht writes:
  I've been going through my old sets and reviving them for my kids. There
are quite a lot of parts missing, so I've been ordering the missing parts.
When doing this, I need to track what I've already ordered, so it would be
pretty awesome if the invoice/order overview also could show the part number
and color, not only the part descriptions.

Thanks,
Joakim

It would also be awesome if we could put a buyer note beside the items ordered
so the buyer knew what set/project the part goes to when delivered.

Cob
 Author: bb991556 View Messages Posted By bb991556
 Posted: Oct 6, 2017 11:32
 Subject: Invoice details
 Viewed: 115 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
I've been going through my old sets and reviving them for my kids. There
are quite a lot of parts missing, so I've been ordering the missing parts.
When doing this, I need to track what I've already ordered, so it would be
pretty awesome if the invoice/order overview also could show the part number
and color, not only the part descriptions.

Thanks,
Joakim
 Author: ArteP View Messages Posted By ArteP
 Posted: Oct 6, 2017 04:21
 Subject: Anyone else could use "first color, ..."
 Viewed: 88 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hello

Of course - everyone has his own system - but mine is:
Color first - item number second

Unfortunately this setting is not available in "orders settings".
Is it possible to have this setting option too?
If yes - where to ask for it?

Best regards
Petra
 Author: randyf View Messages Posted By randyf
 Posted: Oct 4, 2017 10:35
 Subject: Re: Update item numbers of marked deletion items
 Viewed: 27 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, qwertyboy writes:
  In Suggestions, novabrick writes:
  In Suggestions, Cob writes:
  Suggestion:

Please update the item numbers of items marked for deletion to end with "-md"
or something similar. I am putting together older figures and keep running into
guys that are marked for deletion. There is no way to know they are marked for
deletion on Brickstock until I pull up the catalog or try to upload the parts.

The best solution would be to delete the items marked for deletion.

Thanks,
Cob

Maybe put the item number in italics and then delete the item after like 3 month
or so. Like [p=4070a] has been marked for deletion for years it seems. I am not
sure what keeps items from being deleted after being marked for deletion. Bit
of clarification would be nice.

I believe an item cannot be deleted as long as it is actively referenced elsewhere
(most commonly in people's shop inventory, stock rooms, possibly set inventories).

Niek.

Correct. As long as an item marked for deletion is referenced in the database
anywhere (set inventories, store inventories, stockroom inventories, old orders,
etc.), I don't think it can be removed by the Catalog Admins from the catalog.
Since some users never update their stockrooms or stores and disappear forever
into the LEGO abyss, some items will be in the database indefinitely. Unless
some updated guidelines and policies are created to remove items marked for deletion
after a certain amount of time (no matter the intended consequences to users'
stores), these items may never actually get deleted.

Cheers,
Randy
 Author: qwertyboy View Messages Posted By qwertyboy
 Posted: Oct 4, 2017 09:14
 Subject: Re: Update item numbers of marked deletion items
 Viewed: 21 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, novabrick writes:
  In Suggestions, Cob writes:
  Suggestion:

Please update the item numbers of items marked for deletion to end with "-md"
or something similar. I am putting together older figures and keep running into
guys that are marked for deletion. There is no way to know they are marked for
deletion on Brickstock until I pull up the catalog or try to upload the parts.

The best solution would be to delete the items marked for deletion.

Thanks,
Cob

Maybe put the item number in italics and then delete the item after like 3 month
or so. Like [p=4070a] has been marked for deletion for years it seems. I am not
sure what keeps items from being deleted after being marked for deletion. Bit
of clarification would be nice.

I believe an item cannot be deleted as long as it is actively referenced elsewhere
(most commonly in people's shop inventory, stock rooms, possibly set inventories).

Niek.
 Author: novabrick View Messages Posted By novabrick
 Posted: Oct 4, 2017 08:46
 Subject: Re: Update item numbers of marked deletion items
 Viewed: 28 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Cob writes:
  Suggestion:

Please update the item numbers of items marked for deletion to end with "-md"
or something similar. I am putting together older figures and keep running into
guys that are marked for deletion. There is no way to know they are marked for
deletion on Brickstock until I pull up the catalog or try to upload the parts.

The best solution would be to delete the items marked for deletion.

Thanks,
Cob

Maybe put the item number in italics and then delete the item after like 3 month
or so. Like [p=4070a] has been marked for deletion for years it seems. I am not
sure what keeps items from being deleted after being marked for deletion. Bit
of clarification would be nice.

Christian

novabrick-team
 Author: Cob View Messages Posted By Cob
 Posted: Oct 3, 2017 17:41
 Subject: Update item numbers of marked deletion items
 Viewed: 64 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Suggestion:

Please update the item numbers of items marked for deletion to end with "-md"
or something similar. I am putting together older figures and keep running into
guys that are marked for deletion. There is no way to know they are marked for
deletion on Brickstock until I pull up the catalog or try to upload the parts.

The best solution would be to delete the items marked for deletion.

Thanks,
Cob
 Author: LongDistanceStu View Messages Posted By LongDistanceStu
 Posted: Oct 1, 2017 22:01
 Subject: New Part On Stud.io
 Viewed: 55 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Dear Bricklink,
There is a part I would like you to add to Stud.io.
It is: Black Tile, Round 1 x 1 with Large White Square and Small White Square
Pattern
The part number is: 6178627
I would like it if you added it so I can add it to some of my creation.
Thanks for reading,
LongDistanceStu
 Author: brickazon View Messages Posted By brickazon
 Posted: Sep 28, 2017 13:44
 Subject: Shipping method VAT setting
 Viewed: 72 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Hello,

I think that implementing a shipping method setting allowing or disallowing to
buy without VAT would be very helpful for VAT-registered sellers from the EU.

All orders received from buyers outside of the EU are automatically placed without
VAT, but sometimes sellers can only sell without VAT using particular shipping
methods. Of course VAT can be added manually to order if needed, but what about
upcoming instant checkout?

This setting would allow sellers to set shipping method to automatically add
VAT to orders in checkout when buyer selects such shipping method, even if the
buyer is from outside of the EU.

What do you think sellers?

Best regards,
Tomasz
 Author: JulieK View Messages Posted By JulieK
 Posted: Sep 27, 2017 12:27
 Subject: Re: More info on status change for suggestions
 Viewed: 35 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Miffy. writes:
  Julie, my interpretation of this "already exists", is that the suggestion was
already made by someone else, and they are processing that one instead of this
duplicate. Doesn't mean the problem is solved though.

I hope I got that right.

Miffy.

Well now, that makes sense.

Perhaps I should make a suggestion to add the word "suggestion" to the suggestion
status "already exists".



  
  This is also marked as "already exists".
https://www.bricklink.com/message.asp?ID=827221
Minimum order 4 international customers

If someone could point me to the page where I can set that up, that would be
fantastic.

Thanks!
Julie
 Author: Miffy. View Messages Posted By Miffy.
 Posted: Sep 27, 2017 11:40
 Subject: Re: More info on status change for suggestions
 Viewed: 24 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, SylvainLS writes:
  In Suggestions, Miffy. writes:
  Julie, my interpretation of this "already exists", is that the suggestion was
already made by someone else, and they are processing that one instead of this
duplicate. Doesn't mean the problem is solved though.

I hope I got that right.

Yes, that seems more logical, otherwise, it would be too much like “implemented.”

Anyway, knowing what previously posted suggestion supercedes this one would be
nice.

Exactly!

And a link to the Road Map where the progress report is shown.

Miffy.
 Author: SylvainLS View Messages Posted By SylvainLS
 Posted: Sep 27, 2017 11:38
 Subject: Re: More info on status change for suggestions
 Viewed: 25 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Miffy. writes:
  Julie, my interpretation of this "already exists", is that the suggestion was
already made by someone else, and they are processing that one instead of this
duplicate. Doesn't mean the problem is solved though.

I hope I got that right.

Yes, that seems more logical, otherwise, it would be too much like “implemented.”

Anyway, knowing what previously posted suggestion supercedes this one would be
nice.
 Author: Miffy. View Messages Posted By Miffy.
 Posted: Sep 27, 2017 11:23
 Subject: Re: More info on status change for suggestions
 Viewed: 22 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Julie, my interpretation of this "already exists", is that the suggestion was
already made by someone else, and they are processing that one instead of this
duplicate. Doesn't mean the problem is solved though.

I hope I got that right.

Miffy.

In Suggestions, JulieK writes:
  In Suggestions, SylvainLS writes:
  It would be nice if there were some sort of explanation given when a suggestion
changes status.

For instance, explain how what the suggestion asks can be done when the status
goes from “open” to “implemented” or “already exists.”


Take this suggestion: https://www.bricklink.com/message.asp?ID=1053439
It has recently been marked as “already exists.”
However, the situation didn’t change: When opening a “cart,” we’re not taken
directly to the cart. It depends on the store’s settings.
How can we go directly to a cart?

This is also marked as "already exists".
https://www.bricklink.com/message.asp?ID=827221
Minimum order 4 international customers

If someone could point me to the page where I can set that up, that would be
fantastic.

Thanks!
Julie
 Author: Miffy. View Messages Posted By Miffy.
 Posted: Sep 27, 2017 11:17
 Subject: Re: More info on status change for suggestions
 Viewed: 23 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, SylvainLS writes:
  It would be nice if there were some sort of explanation given when a suggestion
changes status.

For instance, explain how what the suggestion asks can be done when the status
goes from “open” to “implemented” or “already exists.”


Take this suggestion: https://www.bricklink.com/message.asp?ID=1053439
It has recently been marked as “already exists.”
However, the situation didn’t change: When opening a “cart,” we’re not taken
directly to the cart. It depends on the store’s settings.
How can we go directly to a cart?

Thanks for the reminder on this! The "problem" still exists (maybe BL doesn't
view it as a problem?).

I too, would like to know what is the current status of this suggestion as my
post is now essentially cancelled, and I do not know where the duplicate suggestion
is. The road map (here: https://www.bricklink.com/help.asp?helpID=2453) makes
no mention of this shopping cart issue (and we are always told to check the road
map for a list of all current website work).

Miffy.
 Author: Cob View Messages Posted By Cob
 Posted: Sep 26, 2017 21:14
 Subject: Re: re-ordering from the same store
 Viewed: 41 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Mark the stores you like as your favorite.
 Author: mwright5 View Messages Posted By mwright5
 Posted: Sep 26, 2017 20:47
 Subject: Re: re-ordering from the same store
 Viewed: 38 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Grego writes:
  In Suggestions, ilikeitgui writes:
  Maybe I'm missing this option somewhere on the site, but I don't see
a way to quickly revisit a store you ordered parts from recently. I liked the
services of some of these stores so I want to go back to them to see if they
have the additional parts I need.

I would have expected a link on the My Orders page to see the seller's store,
but all I can find is detailed information about the seller minus a link to his
actual store.

I would also have expected a link to the stores I've ordered parts from under
recent activity, but again I don't see anything.

I did find a way to add the store as a Favorite, but that involved a decent amount
of work to copy the seller's id into the field to add them to the list just
so I can get a link back to that seller's store.

Is this an odd behavior to want to revisit a store?

Click on the little house icon next to the sellers name on your Orders Page...takes
you directly to their store

Also, you can hover your pointer over the "MY BL" icon, then click on "orders".
Then you can see all your orders, and of course the sellers from whom you purchased.
 Author: Grego View Messages Posted By Grego
 Posted: Sep 26, 2017 20:45
 Subject: Re: re-ordering from the same store
 Viewed: 30 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, ilikeitgui writes:
  Maybe I'm missing this option somewhere on the site, but I don't see
a way to quickly revisit a store you ordered parts from recently. I liked the
services of some of these stores so I want to go back to them to see if they
have the additional parts I need.

I would have expected a link on the My Orders page to see the seller's store,
but all I can find is detailed information about the seller minus a link to his
actual store.

I would also have expected a link to the stores I've ordered parts from under
recent activity, but again I don't see anything.

I did find a way to add the store as a Favorite, but that involved a decent amount
of work to copy the seller's id into the field to add them to the list just
so I can get a link back to that seller's store.

Is this an odd behavior to want to revisit a store?

Click on the little house icon next to the sellers name on your Orders Page...takes
you directly to their store
 Author: bb2442 View Messages Posted By bb2442
 Posted: Sep 26, 2017 20:41
 Subject: re-ordering from the same store
 Viewed: 146 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Maybe I'm missing this option somewhere on the site, but I don't see
a way to quickly revisit a store you ordered parts from recently. I liked the
services of some of these stores so I want to go back to them to see if they
have the additional parts I need.

I would have expected a link on the My Orders page to see the seller's store,
but all I can find is detailed information about the seller minus a link to his
actual store.

I would also have expected a link to the stores I've ordered parts from under
recent activity, but again I don't see anything.

I did find a way to add the store as a Favorite, but that involved a decent amount
of work to copy the seller's id into the field to add them to the list just
so I can get a link back to that seller's store.

Is this an odd behavior to want to revisit a store?
 Author: JulieK View Messages Posted By JulieK
 Posted: Sep 26, 2017 19:38
 Subject: Re: More info on status change for suggestions
 Viewed: 27 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, SylvainLS writes:
  It would be nice if there were some sort of explanation given when a suggestion
changes status.

For instance, explain how what the suggestion asks can be done when the status
goes from “open” to “implemented” or “already exists.”


Take this suggestion: https://www.bricklink.com/message.asp?ID=1053439
It has recently been marked as “already exists.”
However, the situation didn’t change: When opening a “cart,” we’re not taken
directly to the cart. It depends on the store’s settings.
How can we go directly to a cart?

This is also marked as "already exists".
https://www.bricklink.com/message.asp?ID=827221
Minimum order 4 international customers

If someone could point me to the page where I can set that up, that would be
fantastic.

Thanks!
Julie
 Author: SylvainLS View Messages Posted By SylvainLS
 Posted: Sep 26, 2017 19:13
 Subject: More info on status change for suggestions
 Viewed: 67 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
It would be nice if there were some sort of explanation given when a suggestion
changes status.

For instance, explain how what the suggestion asks can be done when the status
goes from “open” to “implemented” or “already exists.”


Take this suggestion: https://www.bricklink.com/message.asp?ID=1053439
It has recently been marked as “already exists.”
However, the situation didn’t change: When opening a “cart,” we’re not taken
directly to the cart. It depends on the store’s settings.
How can we go directly to a cart?
 Author: swoosh_factor View Messages Posted By swoosh_factor
 Posted: Sep 24, 2017 12:37
 Subject: Re: Make it so all threads need to be approved.
 Viewed: 39 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Speg writes:
  In Suggestions, SylvainLS writes:
  In Suggestions, Roxxer writes:
  […]
This unfortunately tends to clog up conversation, but it seems like the only
full-proof way of getting rid of the spam here. […]

They’ll just change their bot to answer the last post of each topic¹ instead
of creating a new thread.

¹ That’s why there’re so many posts: they make one in each topic.

  I check the forum maybe once
a week and when I do it's always filled with these scams.

They attack about once a week too. Bad timing for you


All posts (and replies) need approval? It's not that difficult if you "hire"
a person or two as forum mods that do only that. Or, as I've seen in a different
forum, you must have at least x amount of "quality" posts before you're free
to post without any checks and balances. Only some suggestions

That seems like a pretty big use of resources to deal with a minor inconvenience
that the existing forum mods already handle as well as can be expected.
 Author: Addict2Brick View Messages Posted By Addict2Brick
 Posted: Sep 24, 2017 10:02
 Subject: Re: Make it so all threads need to be approved.
 Viewed: 47 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, SylvainLS writes:
  In Suggestions, Roxxer writes:
  […]
This unfortunately tends to clog up conversation, but it seems like the only
full-proof way of getting rid of the spam here. […]

They’ll just change their bot to answer the last post of each topic¹ instead
of creating a new thread.

¹ That’s why there’re so many posts: they make one in each topic.

  I check the forum maybe once
a week and when I do it's always filled with these scams.

They attack about once a week too. Bad timing for you


All posts (and replies) need approval? It's not that difficult if you "hire"
a person or two as forum mods that do only that. Or, as I've seen in a different
forum, you must have at least x amount of "quality" posts before you're free
to post without any checks and balances. Only some suggestions
 Author: SylvainLS View Messages Posted By SylvainLS
 Posted: Sep 24, 2017 05:38
 Subject: Re: Make it so all threads need to be approved.
 Viewed: 65 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Roxxer writes:
  […]
This unfortunately tends to clog up conversation, but it seems like the only
full-proof way of getting rid of the spam here. […]

They’ll just change their bot to answer the last post of each topic¹ instead
of creating a new thread.

¹ That’s why there’re so many posts: they make one in each topic.

  I check the forum maybe once
a week and when I do it's always filled with these scams.

They attack about once a week too. Bad timing for you
 Author: Elkenwood View Messages Posted By Elkenwood
 Posted: Sep 24, 2017 05:32
 Subject: Make it so all threads need to be approved.
 Viewed: 159 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Rules and regulations on the forum have been mentioned several times before with
others suggesting a feedback limit or a set age on an account for posting, but
I think the best option is for a moderator to manually comb through all new threads
before they get posted on the forum.

This unfortunately tends to clog up conversation, but it seems like the only
full-proof way of getting rid of the spam here. I check the forum maybe once
a week and when I do it's always filled with these scams.
 Author: StormChaser View Messages Posted By StormChaser
 Posted: Sep 23, 2017 13:49
 Subject: Re: Break out set inventory by the sum of parts
 Viewed: 36 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, paulieb writes:
  Example: Metalbeard's Sea Cow - I only want to bricklink Metalbeard
Or
Indiana Jones Peril in Peru - I only want to bricklink the airplane

This would not be possible unless these sub-assemblies are added to the catalog
separately. Here is one of the many discussions on the subject which have occurred
over the years:

https://www.bricklink.com/message.asp?ID=1006169
 Author: paulieb View Messages Posted By paulieb
 Posted: Sep 23, 2017 13:45
 Subject: Break out set inventory by the sum of parts
 Viewed: 67 times
 Topic: Suggestions
 Status:Open
 Vote:[Yes|No]
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
Example: Metalbeard's Sea Cow - I only want to bricklink Metalbeard
Or
Indiana Jones Peril in Peru - I only want to bricklink the airplane
 Author: QA_Sheryl View Messages Posted By QA_Sheryl
 Posted: Sep 22, 2017 11:17
 Subject: Re: Moderate Forum Posts
 Viewed: 107 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, StormChaser writes:
  I suggest that members with 2 or less feedback have their forum posts moderated,
meaning that posts must be approved by a moderator before appearing in the forum.
This should resolve the issue of scammers joining BrickLink merely to post spam
in the forum.

Please see:
https://www.bricklink.com/message.asp?ID=1049510
 Author: QA_Sheryl View Messages Posted By QA_Sheryl
 Posted: Sep 22, 2017 11:14
 Subject: Re: Tablet friendly website
 Viewed: 88 times
 Topic: Suggestions
View Message
View
Cancel Message
Cancel
Reply to Message
Reply
In Suggestions, Teup writes:
  I've posted this before and was told Bricklink doesn't prioritise mobile
devices, but anyway, I would really really like to be able to use Bricklink properly
on my tablets. They are just much more comfortable to walk around with when sorting
orders than laptops.. but I can't, since I cannot use the menus. When I click
on the icons in the top bar, the dropdown menu appears properly, but whenever
I click on an item the menu disappears and nothing happens.

You can partly work around it by sending the links from a desktop computer and
then bookmarking them on the tablet, but it's still not comfortable.

Can this please be solved? I have this issue on a Lenovo as well as a Windows
Surface, in all browsers, so I'm sure I'm not the only one.

Hi there,

As mentioned in the past, we have been working on implementing a mobile-friendly
website, but it takes a lot of detailed planning and effort on our part. It is
definitely not a short-term project. We are currently working on the implementation
of this, but you can follow the progress here on our Road Map page: https://www.bricklink.com/help.asp?helpID=2453

Thank you for your patience as we work to make our website mobile-friendly!

Next Page: 5 More | 10 More | 25 More | 50 More | 100 More