Magento Attributes search filter not correct - magento

I have problem with my Magento Attributes search filter not correct. For example this page
http://www.siameyewear.com/catalogsearch/result/?q=Ray-Ban
As you can see. I have all the list created with magento attibutes at the left side bar.
All list have show correct as i want. But when i'm click on it such as WAYFARER ® (1) <<< There are only 1 product on a list. But it's look like magento show all my products. Normally it have have to show only 1 product as they say.
Second question.
I have set Is Anchor to yes in Category.
For example this page. http://www.siameyewear.com/rayban.html
As you can see Magento show Anchor correctly. ( below "Shop By")
But when I'm click on it. All the page getting error 404 page can't be found.
Anyone know how to fix this problem. Kindly Please help. I'm stuck with this problem for a weeks.
Thank you

For Search Filter you should delete all files under var/locks and then reindex all.

Related

Magento - Manage Categories doesn't work

I have a magento store with various categories one inside another (subcategory). My problem is that when we enter in the admin to manage categories in the category tree on the left, the categories or subcategories don't appear. Only appear to creat the "new root category" but doesn't work... So.. it's impossible add or see the category/subcategory tree. Anybody can help me?
Check the 'store view' drop down in the top left of the 'Manage Categories' page. I'd be clicking on all the views to see which one had the category tree in it.
If you still can't find the category tree then it might be a data problem with the category set up.
Can you give more information about the history:Did this all work and then one day the categories just disappeared? Have you been using bulk import tools? Does the front-end of your site function normally?
A screen shot might help.
Also please inspect the Magento and web-server error logs to see if there is any error information.

Magento Product View does not work

I made a product import from ZenCart to Magento with Cart2Cart. Now, if I want to open a product view over the category block it says "The page you requested was not found......". This, however, is only the case for 2 products. If I open the not-working product over the "Recently viewed" block, it will show up. The problem is the url, there are missing parts in it, and I don't know how to fix it.
Site: http://www.ihnkenrollen.de/
Opened from category block: http://www.ihnkenrollen.de//r-ckenlochbefestigung/testproduct.html
Opened from recently watched: http://www.ihnkenrollen.de/testproduct.html
Thanks!
Okay Then use this also,
goto admin>system>configuration and do this, then use this....
clear cache with re-index then check.
Thanks
Ravi

Why is my wish list limited to one item?

Im using magento 1.9 and im having an issue with the wishlist, for some reason it will only let me have one item in my wishlist and when I goto add another item to the wishlist it replaces the item that was already in my wishlist, there is nothing in the configuration to limit the wishlist item im just a bit confused at why it would be doing this, any ideas ?
Right!!, after hunting the web to try and find a solution I have found a solution, you have to edit the file app/code/core/Mage/Wishlist/Model/Wishlist.php
find:
public function getItemCollection()
and change
$this->_itemCollection = Mage::getResourceModel('wishlist/item_collection')
->addWishlistFilter($this)
->addStoreFilter($this->getSharedStoreIds($currentWebsiteOnly))
->setVisibilityFilter();
to
$this->_itemCollection = Mage::getResourceModel('wishlist/item_collection')
->addWishlistFilter($this)
->addStoreFilter($this->getSharedStoreIds($currentWebsiteOnly));
this worked for me and im using magento 1.9.0.1
the source for this fix is here: http://www.magentocommerce.com/boards/viewthread/291225/
This is an out of the box feature, you do not need to edit any core code to fix this. Correction: You don’t have to edit any code
I had the same issue and found it was from an improper import of products and that website availability was incorrectly set.
It seems that Magento added a website filter on the wishlist collection to prevent items not available in a website from appearing in a customer's wishlist.
It also seems that items may not have a website value => which prevents wish list items from appearing (or just 1 item, the last one added).
How to fix it : Simply select your store products on catalog page, select ‘Update Attributes’ action and click on submit.
Select Websites panel and check your website in ‘Add Product To Websites’ block.
Reindex your data if necessary.
You can now add your products to your wishlist and see all of them in your wishlist. This is the proper solution and does not remove functionality from your Magento webstore.
Simply reindex everything in: System > Index management

product details page returns blank when clicked on product resulting from search results in magento

I have a problem in my magento site , when i click on the product through categories the product details opens up . but when i search a product through search bar and click on the search result products, product detail doesnt show up , it gives me a blank page.
All the products are set to "catalog,search".
and i looked into
"frontend\default\modern\template\catalog/product/view.phtml"
i could not find anything out of the ordinary in view.phtml
Can anybody give me a hint as to where should i start for debugging this problem?
Thank you
open index.php and uncomment ini_set('display_errors', 1); also, open up .htaccess and add SetEnv MAGE_IS_DEVELOPER_MODE true
Reload and see if you get any error messages, if not, check your webserver error logs or Magento exception.log file.
I am not sure what the issue is here, but to start with debugging I think its a good idea to set a break point at the code->Core->Mage->CatalogSearch->ResultController.php->indexAction().
Assuming the action attribute on the form is set to http://www.yourwebsite.com/catalogsearch/result/
Hope that helps .
Cheers,
Swapna
Here is the solution:
go to admin panel =>> manage products =>> select product which showing blank page =>> go to design from left side =>> set values of Custom Design, date and page layout...its done...

Magento - Adding quantity box to upsell / related products

I have a question regarding Magento. I want to be able to add a quantity box to the products that show up in the 'related products' list that is shown on the product detail page. This way a visitor can order a related item multple times instead of only once per action. I have been looking for a solution for this for over 2 weeks, but I can't seem to find anything usefull. Can anyone help me out?
Thanks in advance!
Think you need to edit this template: your_package/your_theme/template/catalog/product/list/upsell.phtml. If you do not have that file already in your theme, simply copy it in your theme and package following the rest of the path.
There you can add you Qty input box and add Add to Cart button and change the URL to include the qty. You should bear in mind that you may have also configurable/bundle products displayed as an up-sell, so you should cover these too.

Resources