magento-1.4 Questions

3

In magento how to get the category id of each product from its product ID. $items = $request->getAllItems(); $c = count($items); for ($i = 0; $i < $c; $i++) { if ($items[$i]->getPro...
Fricandeau asked 10/12, 2010 at 21:41

2

Solved

In Magento 1.9 Enterprise (which is essentially the 1.4 Community Edition), what is the correct way to disable the index programmatically so that it wont reindex after every product update? We hav...
Emlynne asked 24/3, 2011 at 14:18

6

Solved

I want to show a detailed product description after a short description on the product listing page. I'm doing this <? echo $_product->getDescription(); ?> but nothing shows up. I als...
Stimulus asked 17/5, 2011 at 7:20

2

Solved

I've notice in firebug that the non-www version of my magento store redirects to the www version using 302. For SEO purposes I want it to redirect using 301. How I tried to fix it I went to the S...
Mystical asked 7/9, 2012 at 11:25

3

Solved

I cannot figure this out! I am trying to get a list of a products attributes into an array on the list.phtml page. I have tried everything. I have seen a lot of solutions that use $attributes = ...
Compelling asked 10/2, 2011 at 18:29

4

Solved

How can i get the product type(simplee,configurable/grouped ...) using product sku or id, i have loaded product collection and from that trying to prict type by $_product->getTypeId() But its...
Delegacy asked 3/3, 2011 at 7:32

2

Solved

I'm working with Magento version 1.4.1.1, and I want to save a value in sales_flat_quote_item table (and pass it to sales_flat_order_item). I've found this tutorial, but I'm not sure if it's stil...
Godbeare asked 7/12, 2010 at 15:33

4

Solved

In http://alanstorm.com/magento_system_configuration_in_depth_tutorial @AlanStorm gives a very good tutorial for system configuration. He also explains how to use a <depends> tag to make a fiel...
Fadil asked 31/1, 2011 at 10:8

2

Solved

I have a magento site in 1.4.1.1. Now i want to uprgade the site to magento 1.7.0.2. I already did the following steps: 1.system->magento connet->magento connect manager 2.Then i ent...
Macedo asked 26/7, 2012 at 4:28

3

Solved

Is there a way we could changes the layout of a Magento page (let's say a product category page) dynamically by using system variable which have been set on our own module? I want to be able to set...
Brout asked 21/7, 2012 at 15:15

4

Solved

Thanks for the previous replies. I am new to Magento and don't know how MVC operates in this framework. I want to display "Hello world" using MVC format--i.e., the controller imports the str...
Selfridge asked 14/10, 2011 at 6:53

3

Solved

I am currently working on a magento site that is in 2 languages (French and Dutch). The approach I am taking is as follows: Create a folder in the web root (named nl) Import the index.php and .ht...
Goldston asked 26/3, 2012 at 10:22

3

Solved

Can someone please explain this? Let me tell you what i know. If the first three points are good, please explain the 4 point. Request come to controller. In Controller Action we initiate Models....
Flo asked 19/3, 2012 at 1:3

2

Solved

I'm wondering which is the better way to add some information to a payment in magento (1.4.1.1). Let's say I want to add an information called "payment_duedate" which would be the date the custome...
Philately asked 8/2, 2011 at 23:55

1

Solved

I need to get the parent configurable product from a simple product, even if the parent product is marked as disabled. I also need to get the status of the configurable product (enabled or disabled...
Mourant asked 7/2, 2012 at 10:32

4

Solved

I have incorporated a new theme in Magento v1.4.2.0, and have completed all the necessary changes, but only following true Magento way of overriding the Magento modules & methods. My only prob...
Libertarian asked 19/2, 2011 at 8:29

1

Solved

I've managed to get to the point where I understand how to move blocks from column to column in my Magento layouts: via specifying a "left" or "right" attribute in the <reference> tag. Howeve...
Yolande asked 11/11, 2011 at 11:53

1

Solved

I am trying to create product block on home page where in I copied page.xml to my theme's layout folder and modified it like <page_two_columns_left translate="label"> <label>All Two-Co...
Disparate asked 2/11, 2011 at 10:54

2

Solved

As far as I understand Magento have various order statuses under global/sales/order/statuses which can be altered by either copying app/code/core/Mage/Sales/etc/config.xml to local scope or overrid...
Quickel asked 15/7, 2011 at 11:24

1

Solved

I am able to add custom links to Magento's top.links with the following code that I save in ../myCustomTheme/layout/local.xml <reference name="root"> <reference name="top.links"> <...
Donate asked 30/3, 2011 at 19:53

3

Solved

I have a script that pulls in data from a 3rd party file. My import simply parses and inserts rows, which is working fine. The problem comes with images. When the import script runs, it first del...
Overripe asked 16/3, 2011 at 16:53

1

Solved

In my header.phtml I have some code that lists out products in a navigation menu. The items in the menu are actually calls to Mage:: Looking the speed of my pages, this seems to slow down page loa...
Steersman asked 28/2, 2011 at 13:20

1

Solved

How can I redirect 404 pages to Home Page in Magento? What files need to be modified? Thanks, Lane
Sand asked 19/2, 2011 at 1:32

2

Solved

what magento frontend events can should I observe if I want the chance to inject blocks to the ("head" block) ? and while in the observer's code, how do I check if the current layout has some hand...
Multiform asked 15/2, 2011 at 12:10

2

Solved

I'm writing a Magento Admin extension that has some ajax callbacks in it. Up until now I've been echoing the json I'm feeding back through the ajax call with a simple echo statement in the controll...
Meat asked 14/12, 2010 at 16:31

© 2022 - 2024 — McMap. All rights reserved.