Hiding Items in Version 7.0.0

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
cwswebdesign
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Fri Nov 11, 2011 6:10 pm

Hiding Items in Version 7.0.0

Post by cwswebdesign » Thu Jan 26, 2012 1:20 pm

Hi,

Has anyone seen this happen or better yet, have a solution?

We have been "hiding" items by going to the product page and selecting hidden. It has removed it completely when viewing the site, which is correct, however, a user was able to find the item on a Google search, and then the item was displayed and they were able to purchase it. If you follow this link, you'll see what I'm referring to:

http://www.google.com/search?q=burton+f ... ent=safari

If you search for the item "Burton fray jacket" or anything similar within the cart, you won't find the item. You'll only find it by going through the link above. In the meantime, I've gone back to the product page in the admin section and under Options and Variants, I've remove the "available" checked boxes to make sure the item can't be purchased.

Any thoughts?

Thank you!

cwswebdesign
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Fri Nov 11, 2011 6:10 pm

Re: Hiding Items in Version 7.0.0

Post by cwswebdesign » Thu Jan 26, 2012 1:27 pm

Sorry I left out one key to this, so you can see it. The site is www.skisfast.com . It should show up in the top 4-5 results once you click the Google link above.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Hiding Items in Version 7.0.0

Post by jmestep » Fri Jan 27, 2012 7:48 am

It looks like that issue was taken care of in newer versions of Able. The algorithm for the search is in the source code
selectQuery.Append(" AND P.VisibilityId = " + (short)CatalogVisibility.Public);
It pulls only public ones with the above code.
You would have to customize your search in 7.0.0 to do what you want.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

cwswebdesign
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Fri Nov 11, 2011 6:10 pm

Re: Hiding Items in Version 7.0.0

Post by cwswebdesign » Fri Jan 27, 2012 10:20 pm

jmestep wrote:It looks like that issue was taken care of in newer versions of Able. The algorithm for the search is in the source code
selectQuery.Append(" AND P.VisibilityId = " + (short)CatalogVisibility.Public);
It pulls only public ones with the above code.
You would have to customize your search in 7.0.0 to do what you want.

Hi Judy,

Thanks for the reply. Modifying the coding would stop a page from being visible when clicked on a link from a Search Engine? It's all hidden if you're only in the cart and looking around.

Thanks

Doug

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Hiding Items in Version 7.0.0

Post by AbleMods » Wed Feb 08, 2012 8:35 am

cwswebdesign wrote:Modifying the coding would stop a page from being visible when clicked on a link from a Search Engine?
Unfortunately there's little you can do but mark the product as 'Private' or remove the product entirely from the storefront and build a new one with a slightly different name.

Google has indexed the product at some time in the past when it was still visible within your storefront. As a result, until Google sees that URL is no longer available, Google will continue to think it's a live link and include it in search results. From Google's perspective, the link is still live.

A slightly more complex approach would be to set up 301 redirects for the affected URLs. That way you can force inbound search engine hits to a new page possibly explaining "Product was discontinued" or "Not Available for Purchase" etc.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

cwswebdesign
Ensign (ENS)
Ensign (ENS)
Posts: 11
Joined: Fri Nov 11, 2011 6:10 pm

Re: Hiding Items in Version 7.0.0

Post by cwswebdesign » Thu Feb 16, 2012 7:15 pm

AbleMods,

Thanks for the reply. I'd like to have a redirect, but I'm not familiar enough with this software (I don't think!). For now, I've removed all of the variants so that the product can't be added to the cart. It is helping to stop the orders for these items so far.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Hiding Items in Version 7.0.0

Post by AbleMods » Thu Feb 16, 2012 9:44 pm

Understood.

Upgrading to 7.0.7 would help you in this situation. 7.0.7 has support built-in for redirects, takes away alot of the complexity in doing them.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Hiding Items in Version 7.0.0

Post by kwikstand » Thu Apr 18, 2013 11:57 am

Perhaps when you make it "Private", AC should put "noindex" in the header. To me, it makes sense that if you make a page private it should be noindex'd
Contractor's Solutions
www. contractors-solutions.net

Post Reply