Magento: How do I get categories for a product in Magento?
List the categories a product belongs to
Joomla2.5: K2 problem with Itemid in URL – itemlist view
I found a way to solve both problems, but I don’t know if this is the right way to solve it.
I added an IF sentence in the second pass of the function “_findItem” to find the right item when there is the value ‘item’ in $needles, like this:
components/com_k2/helpers/route.php
Add this code (more…)
Magento: How to remove from_store from URLs
If you look into /app/code/core/Mage/Core/Model/Store.php you see following function: So without changing any core code grab /app/design/frontend/base/default/template/page/switch/languages.phtml Change the line to Source: http://www.magentocommerce.com/boards/viewthread/75111/#t236739
Enable Save Tabs on Exit for Firefox 4+
1. Type about:config at the address bar and hit enter. 2. Click the “I’ll be careful, I promise!” button 3. At the filter bar, type browser.showQuitWarning and hit enter. 4.…
Magento: How to check if current page is homepage?
Here is a quick code to check if the current page is homepage or not. Below is an alternative way to check for homepage:- Hope this helps. Thanks.
- Go to the previous page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- …
- 25
- Go to the next page