-2
votes
0answers
10 views

Prosuct Search by keyword not working in magento

i 've try this https://developerview.wordpress.com/2012/05/28/magento-search-catalog-not-working-fixed/ but i got error like "Fatal error: Call to a member function getProductCollection() on a ...
0
votes
2answers
145 views

failed upgrade magento 1.5x to 1.6x

i've tried upgrade my magento 1.5x to magento 1.6x in my cpanel, but i always find "failed..failed..and failed". i've tried this way..: find . -type f -exec chmod 777 {} \; find . -type d -exec ...
0
votes
1answer
316 views

Can't retrieve the magento sub category images

I'm trying to display a sub category grid on the parent category's page. I've followed this tutorial and everything works fine, except for the fact that even though I have assigned images to each sub ...
0
votes
1answer
431 views

Updating the options of configurable product that is already in the cart of magento 1.6.2

please anyone tell me how to update options(using drop down select) of configurable product that is already in the cart of magento i put the code to show super attributes options(using drop down ...
5
votes
1answer
3k views

Magento - Set product attribute to use default values

This has been asked many times before but with no working answer. I have multiple stores and some attributes have been overridden. I want to change these attributes to 'use default value' with a ...