Tagged Questions
1
vote
1answer
23 views
Change default position of product in categories from 1 to product ID in Magento 1.7.0.2
In Magento 1.7.0.2, I am adding a lot of products from the backend but the positions of these new items in their corresponding categories are 0 or 1. So when sorting on the frontend, I get arbitrary ...
-1
votes
0answers
13 views
Magento: need script to batch delete all empty categories and sub-categories [closed]
I have found a script code for this superpose but i don't know how to apply it neither where to, if anyone know, or know a better way to do this please let me know thanks in advance, following is the ...
0
votes
0answers
30 views
Magento categories not displaying correctly in the Admin
Whenever I go into Manage Categories and try and edit a category, the tabs do not load properly. In fact, only one tab title loads, which is the ‘General Information’ tab.
Weirdly it only seems to be ...
0
votes
1answer
58 views
Creating programatically a category when Flat mode is enabled in Magento
I want to create programatically a category in my data folder of my module. The Flat categories option is enabled.
When a I try to create a category like so:
$category
->setStoreId(0)
...
0
votes
0answers
55 views
Magento Basic Vertical Category Navigation
Here is a really simple concept which Magento manages to make so mind numbingly difficult to achieve.
See this page: http://www.net-a-porter.com/Shop/Clothing
Click on 'Tops' - it displays a list of ...
1
vote
1answer
180 views
Magento CMS Page as Category Landing Page
I have a problem deciding how to implement my category/cms page structure in Magento. It seems so over rigid in its design, even to the extent of adding custom fields to categories, I had to access ...
0
votes
1answer
24 views
Exclude leftnav in specific category/categories
Leftnav is active across all pages in my Magento site. But I want to hide it in specific category/categories.
Here is my code:
$cat = Mage::getModel('catalog/category')->load(3);
...
1
vote
1answer
259 views
Magento 1.7.0.2 Fatal error: Call to a member function getAttributeCode() on a non-object in
I just upgraded a Magento installation from 1.4.1.0 to 1.7.0.2. Now i have an error when trying to edit a category.
The error says:
Fatal error: Call to a member function getAttributeCode() on a ...
-1
votes
1answer
83 views
Display subcategories of a specifc category in side bar
I'm using Hellowired theme, top navigation links are displayed in side bar. Instead I want subcategories of a specific category(ID 3) to be displayed in sidebar. Please keep in mind active inactive ...
0
votes
3answers
135 views
Magento only parent category id
Hello i need only top level categories id that is i need only parent category id not the subcategories. such as :
Root Category (No Need of its ID)
Furniture (only this id)
a. living room (not this ...
0
votes
1answer
108 views
How do I make associated simple products inherit parent product categories?
My problem:
At one point, everything was working fine. Associated simple products for a configurable product inherited the configurable products' categories. Then we reorganized some categories and ...
-1
votes
1answer
46 views
Magento Subcategories issues
Hello I Need to get parent category id of sub category. If I am in a sub category page i need the id of its parent category so that i could do some modification on my code to display the sub ...
-3
votes
1answer
36 views
Magento Categories Display [closed]
I want to display all Categories on the custom CMS Page in Magento.
Please Guide through.
Thanks,
Sukh
0
votes
1answer
75 views
Magento: using categories for brands
I'm starting to build a new Magento site and its primarily focused on clothing brands. Launching with around 25 each one providing a range of products in categories. so some will have everything from ...
0
votes
0answers
63 views
$this->getStoreCategories() is Not returning anything after deleted data from the categories releated tables in magento
I need help with the navigation menu. The navigation menu is not showing any categories when I added new categories in admin panel. No Categories showing in the navigation menu at all.
Here is what I ...
0
votes
1answer
102 views
Magento 1.5.1 doesn't show subcategories
Good day everyone!
I have a problem with my multi-store Magento.
Magento version 1.5.1
I created a new rootcategory, with categories "Men" and "Women" and "Men" contains 2 subcategories, wich not ...
0
votes
0answers
68 views
Magento Categories displaying wrong in frontend
We have an installation of Magento 1.7.0.2. And over the weekend some quirky things started happening. The admin displays the categories just fine, but when you go into the front end they display ...
0
votes
1answer
364 views
Displaying posts from specific categories with the AheadWorks blog extension for Magento
I'm using the AheadWorks blog extension for Magento, and my blog pages are working fine. But I want excerpts of my latest posts from certain categories to appear on my home page. I've successfully ...
0
votes
2answers
475 views
Magento 3rd level Subcategories Menu
I am working on a magento website that has a 2-level (category and subcategory) menu and I would like to add a 3rd level but I don't know how to get it working and I need help.
This is the code I ...
0
votes
1answer
502 views
Magento - list categories, subcategories, and images in phtml file
I'm trying to create a dropdown menu located in header of each of my Magento pages. I want to list all of the categories, the subcategories, and the associated images with each. From scraping and ...
0
votes
1answer
73 views
Issue with Magento Categories
I am having issues arranging the categories in magento. The system has more than 3000 categories. There are 4 level categories which means: Parent>Level1>Level2>Level3>Level4.
All the products are ...
0
votes
1answer
33 views
Probems with categories displaying in Magento
I have set up a load of categories in magento, and all but two are showing up in the category list. They are set as active and display in nav.
When I tried renaming each of these categories they show ...
1
vote
2answers
214 views
Creating categories and sub-categories in Magento Extension
I am new to Magento Extension Development and wondering which is the best way to create categories and sub-categories from within an extension. The Extension I am working on is synchronizing ...
0
votes
1answer
598 views
How I can get all categories and subcategories?
How I can get all categories and subcategories if the category is active, but "Include in Navigation Menu" is set to "No"?
I try to use this:
<?php
$_categories = ...
1
vote
0answers
93 views
Magento - Products showing in categories that are not assigned to
The issue is that one of my categories is showing products that are not assigned to it.
I have checked through the categories area to see if the product is assigned but it is not.
I have also ...
1
vote
1answer
129 views
Magento - get the details of the website a category is assigned to
I have a multi store setup and I am trying to determine the website to which a category is assigned.
I have the following:
Mage::getModel('catalog/category')->load($catId)->getStoreId();
but ...
0
votes
0answers
75 views
Import Magento Categories - Improvement needed
I am playing with Magento and I have a problem with a categories importation task.
This is my method:
/**
* Create the category
*/
private function create_category($name, $parentID){
try {
...
-1
votes
1answer
104 views
In Magento, I want to write some code to display the stock levels per category [closed]
I have searched the internet 3 times over and still nothing. I simply want to write some logic which will display each category and how much stock is available for each category. If there are any ...
0
votes
1answer
336 views
Magento display subcategory of specific current parent category PHP
I'm trying to display brands on my store. I sell both men and women clothing so I have two separate brand categories.
My category structure looks like this:
Men
Brands
x-brand
Women
Brands
...
0
votes
1answer
515 views
How do i change list / grid view in magento per category
First off, I went into the category/product/list.phtml and copied all the code to c/p/grid.phtml. I then took out all the code to show something in list view and left the grid view code in place.
I ...
3
votes
2answers
403 views
I need to get a list of sibling categories in magento 1.7
So far I think i am working at something like this
<?php
$parentId = $_category->getParentId();
$cats = Mage::getModel('catalog/category')->load($parentId)->getChildred();
$catIds = ...
1
vote
2answers
232 views
how to fetch root category of one magento store into another?
I'll tell in short what I'm trying to do so there's no point of confusion.
My website is a daily deal website and city oriented.
In starting I'll be launching my website only for 2 cities. ( includes ...
0
votes
3answers
113 views
Linking to category magento
I'm looking to get a product on a home page slider in magento to link to the category it is in... so far i have:
<?php
$allIds = $product->getCategoryIds();
foreach($allIds as ...
0
votes
0answers
127 views
Magento Categories set Tree Path
I need to insert dynamically new categories to Magento and I done so :
foreach( $items as $item ) {
$category = Mage::getModel('catalog/category')->load( $item->id );
// Bind category ...
0
votes
1answer
269 views
Magento - filter category by description
In magento, I need to pull all categories that have text "test-category-block" in the description.
I tried to add addFieldToFilter but doesn't work.
Is there an easy way to do it?
Update:
Just found ...
1
vote
0answers
134 views
Magento 1.4.1.1 - how do I change category layout for specific categories?
I have an existing 1.4.1.1 site that I need to make changes to.
Given that a certain category has subcategories, if a user selects one of the sub categories I need to produce a list of items in a ...
0
votes
1answer
382 views
Add child category to multiple parent category in Magento
I want to assign a specific child category to multiple parent categories .
For e.g, If there are 2 parent categories ,say, Dell Laptop and Sony Laptop and a child category named as Laptop ...
1
vote
1answer
536 views
Inject specific additional products in product listing based on layered navigation active filters
we are setting up a small online store on Magento 1.7.0.2, so far so good importing categories, attributes and products from XML and CSV files. Then I tried to implement what seemed to be an easy task ...
0
votes
0answers
178 views
Magento manage categories is stuck on please wait screen
I am running into a bug with the manage categories page of the Magento admin. Basically any time I attempt to drag and drop a category the admin gets hung up on the "please wait" ajax loader and ...
-1
votes
1answer
577 views
Manage Category broken In Magento
In the Magento admin panel I clicked the tab "Manage Categories", then the manage category section displayed.
But the previously added categories are not showing there.
And I can't add any any new ...
0
votes
0answers
112 views
New to Magento standing up existing site, category pages were not included
I am new to Magento. I have received the files to install Magento and set up the database. Now that I am trying to replicate the existing site on my dev box I have noticed that I am getting 404 ...
0
votes
0answers
1k views
Magento - How to programatically set a new parent for a category?
I'm using this method so create new categories:
private function createCat($name){
$category = Mage::getModel( 'catalog/category' );
$category->setStoreId( 0 );
$category->setName( ...
0
votes
0answers
211 views
Magento: how to filter only by sub-categories?
I am creating a CMS Page where I want to use the layered navigation sidebar (view.phtml) in a "semi-customized" form.
Essentially, I want to display the subcategories of a specific category as ...
0
votes
1answer
494 views
MAGENTO How do I view all products in a Root Category INCLUDING those within it’s subcategory
I really need some help with this. In the Admin Panel I select ‘Manage Category’. I click on a Root Category and select the ‘Category Products’ tab, hoping to view all of the products that are ...
0
votes
1answer
1k views
How do display products by category id in template page(.phtml page) in magento?
i am new to magento. i used below code in allproduct.phtml file for get all category id's.
function get_categories(){
$category = Mage::getModel('catalog/category');
$tree = ...
1
vote
1answer
4k views
Magento How to link to category by id from static block/page
I'm looking to link to a category from a static block using the category id. Any thoughts?
I've done the usual searches, but to no avail.
At the moment I can do something like <a href="{{store ...
0
votes
1answer
83 views
Magento Style Error?
I have installed Magento several times now and each time I install it and put some (sub)-categories in it, it works fine! After I have checked it out at the front-end, it all seemed okay. After this I ...
1
vote
1answer
609 views
How to add categories/sub categories in Magento using MySql
I want to add categories and their sub categories in Magento using MySql. I am not that much aware of EAV architecture. So far I have found that catalog_category_entity is the table that describes ...
0
votes
1answer
1k views
Magento display all categories on product view page with parent categories
Following on from this question: Display ALL categories that a product belongs to in Magento
Is there a way to display the full category path (with links at each stage) rather than only displaying ...
1
vote
2answers
448 views
magento: show all products below a parent node
On a magento site, we've got one menu where we would like to always show all the products below a parent node, let's say we have got
Root
- category 1
- category 2
---- subcategory 2-1
---- ...
