magento-1.4 Questions
7
Solved
I want to rename an existing attribute's code to something else. The reason is because the attribute field is filled out for 300+ products and I don't want to have to re-import all of those just be...
Jibe asked 4/3, 2011 at 19:21
5
Solved
Without directly querying the Magento database. How can i remove all the tier prices for a certain product based on quantity and customer group?
Then add new tier prices for this product.
Example...
Infielder asked 13/12, 2011 at 16:56
13
Solved
My application was working fine yesterday. I started my PC today. When I tried to start Magento I got this error message.
Service Temporarily Unavailable
The server is temporarily unable to servic...
Angularity asked 12/11, 2011 at 5:37
3
Solved
Is there a simple way to add the username of the person who is making the comment in the admin history to the comment thread on the order?
-- edit --
Another way of asking this would be how do I...
Susie asked 2/6, 2011 at 19:51
13
Solved
Is it possible to put a magento site under an maintenance flag so that visitors will get a message that the site is under construction?
I can't find this setting in the admin area.
Another solutio...
Connected asked 17/11, 2010 at 2:59
3
Solved
I have to retrieve the rule associated to a coupon code in order to display in quote the discount percentage of that rule.
the simplest way is to calculate directly from quote amounts, but i want t...
Outbreak asked 10/5, 2012 at 10:6
5
Solved
Display all products in the homepage? Anyone who have had done this?
Note: This can be done in the CMS pages by adding manually each and every category id.. I don't want to do that.. Too much hass...
Dizon asked 23/11, 2010 at 6:36
6
Solved
I'm trying to mark a "Processing" order as Complete when I get a certain response back from a third party service. I've got everything set up for this, but the only problem is that orders are stayi...
Serosa asked 18/1, 2012 at 7:35
5
i am new to magento by following this guide Custom Module with Custom Database Table
i have implemented my already existed module to the backend adminhtml. i am taking stuff from the database and...
Pteropod asked 3/8, 2011 at 13:26
5
Solved
I know that in Magento 1.4.2.0 one gets parent id's like so
list( $parentId ) = Mage::getModel('catalog/product_type_configurable')
->getParentIdsByChild( $product->getId() );
My question...
Hoskins asked 10/8, 2011 at 16:41
6
Solved
I have a Magento store that has around 3,000 products. Almost all of these products have a single image attached to it.
For some reason, even though I set the small image and thumbnail image as th...
Trever asked 3/12, 2010 at 20:31
2
Solved
To get the image src in a template file the following code is used:
$this->helper('catalog/image')->init($_product, 'small_image')->resize(200,100);
But how can I find out if there is a...
Magellan asked 19/2, 2011 at 8:43
7
I need to display multiple product images on details page, so i add i column named gallery in the csv file. and add some values like this in a box
/hogan/gray1.jpg,/hogan/gray2.jpg,/hogan/gray3.jp...
Narbada asked 15/2, 2012 at 1:45
6
I am developing a site for a fashion client in Magento Community version 1.4.2 and as part of this project I need to have some customized home page promotion blocks to feature specific products or ...
Bookerbookie asked 22/2, 2011 at 11:54
5
Solved
I've written many many modules before but for some reason my shipping module won't override an exsiting Magneto shipping method. Is that allowed? What am I missing here? The module name shows up in...
Links asked 17/12, 2010 at 20:26
5
Solved
I have tried the following two methods in catalog/navigation/vert_nav.phtml to add or suppress content specific to the home page:
if($this->getUrl('') == $this->getUrl('*/*/*', array('_curre...
Leaves asked 13/9, 2012 at 9:53
3
Solved
I am displaying related products in content block of layout in product view page. My code in catalog.xml is:
<reference name="content">
<block type="catalog/product_list_related" name="c...
Marotta asked 10/5, 2013 at 12:40
2
Solved
I have two same extension but both are using for a different-different purpose.
Extension A Config.xml
<config>
<modules>
<Mageworks_Fee>
<version>0.1.5</version>
...
Oralle asked 30/9, 2014 at 10:18
4
Solved
The Magento Email Template If Statements aren't evaluating to true when I expect them to. Can someone tell me what's wrong? Take a look at the following code:
{{var customer.group_id}}
{{if custom...
Sculpt asked 25/1, 2011 at 18:27
3
Solved
I would like to filter a product collection to show only items that are in stock. I thought this would be easy given that there's an attribute called 'is_salable' that is 1 (true) if it's in stock,...
Weimaraner asked 14/3, 2011 at 17:4
4
Solved
how to get all products between two dates like last month products, this month products , last week products and this week products etc.
i tried with this:
// current day to start with
$start = m...
Corey asked 16/4, 2012 at 10:13
3
Solved
I am new to magento and i am trying to create a static block for my home, category and other pages. i want the static block to be shown just above the footer link. And is there any good tutorial on...
Helvetic asked 4/11, 2011 at 10:3
2
Solved
How do you tell if a product page is set up as a bundle in Magento 1.4? I can't find a way to do it.
Basically asked 15/11, 2010 at 21:57
2
Solved
I have created an observer on the catalog_product_save_after event, but it seems to be getting called before the catalogrule observer that runs the applyAllRulesOnProduct() method. I need to call m...
Automate asked 10/4, 2013 at 19:20
2
Solved
I'm trying to create an ajax call to a custom controller.
I've been following: http://www.atwix.com/magento/ajax-requests-in-magento/ - which gives a brief example of how to create.
So I have the...
Curr asked 15/10, 2013 at 13:59
1 Next >
© 2022 - 2024 — McMap. All rights reserved.