Magento 1.6 is a version of the Magento eCommerce platform that was released August 18th 2011. It has had two revisions since, with the most recent version being 1.6.2 which was released January 11th 2012.

learn more… | top users | synonyms

-1
votes
0answers
31 views

<b>new parameter in customer group </b> [closed]

i successfully created a textbox at customer group using of this code app\code\core\Mage\Adminhtml\Block\Customer\Group\Edit\Form.php $fieldset->addField('group_price', 'text', array( ...
0
votes
1answer
29 views

404 error in magento module

i new in magento add column or field in customer group using module and another module as like as product with add, edit or delete option i search for this but doesn't find the specific answer how ...
0
votes
1answer
19 views

Magento Admin not referencing any JS or CSS

Magento 1.6.2 Dedicated Server This morning I installed Fooman Speedster, everything turned to back immediately. Uninstalling it did no seem to undo the destruction. Following a lot of posts, I have ...
-5
votes
0answers
37 views

Prosuct Search by keyword not working in magento [closed]

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
0answers
28 views

trouble adding column to orders grid in magento

Help. I am trying to add a few columns to the orders grid in Magento 1.6.2. I followed pretty close to this example: ...
-5
votes
1answer
69 views

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.sfo.customer_email' in 'where clause' [closed]

Help. I have been struggling with this error for a few days now and have yet to find an answer. I am trying to add a few columns to the orders grid in Magento 1.6.2 I followed the instructions from: ...
0
votes
0answers
24 views

Magento : MySQL server crash when “Copying to tmp table” process runs

We have around 8k products in our Magento store. The following query starts every 5 minutes and does not seem end. I have checked process chart and found this query running many times. When MySQL ...
0
votes
0answers
16 views

Is Magento Community Edition 1.6 Locale identical to 1.7?

I have just gone through my locale files on magento 1.7 to convert from us to new zealand translation and was wondering if they are identical to 1.6 locale files so that I can use on other sites that ...
0
votes
0answers
33 views

Get category collection with like query in magento

I want to show all category list in a autosuggest field. So I have a code with like query as -- function res($cur_category){ $children_categories = ...
0
votes
0answers
37 views

Cant add product to cart via Soap v2 in magento

I am using SOAP V2 to create a cart and add products to it. I am having issues adding product to the cart. Below is my code and the error I am getting. It says "One item of products do not have ...
0
votes
3answers
101 views

getChildHtml() method not working in product list page (category view.phtml/ product list.phtml) in magento

I am calling my newly created reference in list.phtml file after getToolbarHtml(). But it is not displaying anything. My catalog.xml file looks something like: <reference name="content"> ...
0
votes
0answers
30 views

Address fields (city, state, etc) are blank when creating custom Magento reports

I'm not sure why, but when I go to generate my custom report, the address fields are always blank. Even after following tutorials like this one. the report will display everything except for the ...
0
votes
0answers
34 views

Print Invoice After Submit Order

We have a small store front that has constant activity that we are trying to streamline and the boss does not want to shell out for a POS system at this stage We found this module ...
0
votes
0answers
51 views

Show label “Low in stock” for configurable products

Hello guys the version that i`m using is Magento 1.7.0.2, I want to create a label for the configurable products, that will appear when the total quantity will be under 5. The label will be "Low in ...
0
votes
1answer
68 views

Configurable Product turn Out of Stock when all child product are out of stock

Hey guys i got a little dilema. I am running Magento ver. 1.7.0.2 When you create a configurable product you must set the stock "in stock" and then you add the other additional products with ...
0
votes
0answers
51 views

Magento : Product page (detail page) and parent category page is not showing after enabling the Use Flat Catalog Category from admin

I have developed a magento store and using indexing feature to speed up the store front but when enable Use Flat Catalog Category the product detail page is not showing and parent category pages are ...
0
votes
2answers
62 views

Magento : Get data from Varien_Data_Collection

Hiho everybody! I hope you'll give me a clue about this because I'm still noob with Magento. I try to display a list of products I get in an array. In Mage/Catalog/Block/Product/List.php, I created a ...
0
votes
2answers
44 views

Adding menu with categories on header

I trying to add the categories of my store in the header, for this I do these steps: On page.xml, add this block categories: <block type="page/html_header" name="header" as="header"> ...
0
votes
1answer
43 views

created_at column is taking junk date in magento when editing the customer

I’m using Magento 1.6.1CE. I have set the default time zone to Australia/Perth. my server also running in the same time Zone. when creating the customer there is no issue with created_at column in DB ...
0
votes
0answers
15 views

Create “add this amount for tip” field by checkout

I have a food delivery site running on magento and would like to add the option to add tip to the order, however I can't seem to add a product where the user can set the price. Also it shouldn't get ...
0
votes
1answer
28 views

Magento getCustomerId() in pdf

i try to get the customerId in the Shipment PDF. I tried this code (the output is in the right of any row after // ) $order = $shipment->getOrder(); ...
0
votes
0answers
9 views

Not able to add rules in magento 1.6

I have a problem with catalog and shopping cart price rules. When I'm trying to insert a condition or action the little green button with the + sign under "If ALL of these conditions are TRUE" ...
0
votes
0answers
28 views

wishlist is empty after sharing in magento

I created a wishlist in magento 1.7 added wihslist items from projectname/checkout/cart/ and i am using onepage checkout. in myaccount page from userside when i shared my wishlist, sharing is done ...
0
votes
1answer
60 views

Show Products Special From Date - Optimize Magento Script

I am trying to list all products that have a special from date that is within the last 72 hours. The script works fine except over 400 products it times out. I think I am loading too many collections ...
0
votes
1answer
262 views

Magento 1.7.0.2 - Display Image Category above 2 columns left page

My category product page has this layout : 2 columns with left sidebar. When i set my category image it goes up just in 1 column ( category page ). How can i make for the category image to go above ...
1
vote
0answers
63 views

How could I get URL of category image in MAGENTO SOAP API Call?

I have been trying to get Category Image through magento SOAP API. When I access to catalog_category.info method, it passes just image name, not URL of image. How could I get FULL URL of category ...
0
votes
0answers
54 views

Magento Email is not sent when create new account

I config in customer email like this I don't know it not work because newsletter, sale order email is works only this dont work I use version 1.6.2.
0
votes
1answer
178 views

Reorder/Sidebar in Magento 1.7 shows invisible products - works in earlier versions

I have a plugin with a virtual product, that is set to VISIBILITY_NOT_VISIBLE. It's a virtual product. However, it is displayed in the widget "My orders" - but only in Magento 1.7. It works well in ...
0
votes
0answers
86 views

Magento long delay saving order after CC processing

A client's Magento (1.6.2) store uses Authorize.net SIM for CC processing. When the customer completes CC processing on the Authorize.net site, Authorize.net sends Magento a Relay Response with the ...
0
votes
0answers
50 views

Magento API integration with stamps.com / shippingZ (v1.6 and v1.7)

We've got an instance of Magento developed (two, in fact, since we tested both 1.6 and 1.7), and we are unable to have stamps.com hit its API. I've checked all the logs in our reverse proxy as well as ...
0
votes
0answers
52 views

Magento - related to common custom option across products

Mine is a fresh flower/cakes website. On every product page, I have a drop down custom option of ‘Delivery City’ where the customer chooses the city the product has to be delivered to. The problem I ...
0
votes
1answer
74 views

hide tier prices on magento product page

I am trying to hide tier pricing on magento product page but am not able to succeed i have followed following post Display Price Once on Magento Product Page any body can help?
0
votes
0answers
46 views

assign an attribute to a group in magento and setting the position in the group

i have developed the following code for assigning a already created attribute to a specic group in the attribute set. the code is : <?php require_once('app/Mage.php'); //Path to Magento ...
0
votes
0answers
42 views

Sort Product By Inventory Status duplicated the products on list in Magento

I have problem with ext "Sort Product By Inventory Status". After the install process the plugin is "hiding" some products, and in their place puts duplicated products from other (previous) pages of ...
0
votes
0answers
114 views

PayPal error 3005 using Magento and standard payments

I've already posted this on the PayPal mts and the x.com sites but had no response. I am looking at a clients website which is having issues taking payments using the PayPal standard payments. The ...
0
votes
0answers
206 views

Magento admin panel product images not able to see or upload images

"TypeError: Flex.Uploader is not a constructor" in the admin panel (catalog/manager product) i am having this error upload button gone in product image tab. the above mentioned is one of the (errors ...
0
votes
1answer
156 views

Magento getProductCollection not working.

Here is my Magento code to get all new products but it has suddenly stopped working. I added some new categories and then when I saw frontend New Arrivals section was empty. Any help would be ...
0
votes
0answers
75 views

how to display total price on magento product page?

I want to display Total price on product page, like this http://www.4imprint.co.uk/tag/61/Ballpens/product/300090/Bic-Protusion-Grip-Pen . any one know how to do it. should i use ...
0
votes
1answer
89 views

How to display subtotal price on product page - magento

i want to display subtotal price on product page. currently it display on cart page. is there any way so we can show subtotal price on product page.
0
votes
0answers
80 views

Update Price when Quantity (Qty) is entered in Product Page - Magento

I want to design my product page such that when some one entered quantity or use Custom option, automatically subtotal will display on that page. i have reffer this thread Magento -- Display price ...
0
votes
0answers
68 views

Magento Shipping Method problems

My problem is that i made ZIP Code optional, but now, if i write any number in the box, shipping methods are dissapearing . i can write everything in the One Page Checkout, but when i get to zip code ...
0
votes
0answers
81 views

LEMP Stack Suggestions for a 10k + Item Magento Community Install [closed]

I operate a Magento Community install that currently contains 30k SKUs (6k configurable with 24k variants). We are having an ongoing issue with pervasive CPU overloads that result in MYSQL ...
-2
votes
1answer
67 views

Developing a theme with magento [closed]

its my first attempt with magneto theme design. i have an HTML template (including css and image) which looks like this : ![i want to create and select a magento theme like this][1] i have this ...
0
votes
1answer
97 views

Magento : Check whether any Email ID is registered or not?

Please Post the code of whether any user having particular Email ID is registered or not I am doing a social registration in Magento site so i have to check whether that email id is registered or ...
0
votes
1answer
27 views

Magento: upgrade pre 1.6 version to most recent one

I've seen a lot of questions about pre 1.6 Magento installations to the most recent version (at the current moment 1.7.0.2) but there are a lot of answers that don't work for everybody. So below the ...
0
votes
1answer
136 views

Magento Controller shows all the rows from table

As I am required to pirnt the ratings of products in JSON format, i have made a module with controller and rating.php file in model folder. We I run the controller it shows all the data from that ...
0
votes
2answers
258 views

Enable wysiwyg editor for custom category attribute

I created a custom attribute for the categories. I thought I enable the WYSIWYG editor with "'wysiwyg_enabled' => true", but the WYSIWYG doesn't show up. ...
0
votes
1answer
25 views

set Store View to operate on

How would you make sure your code consistently changes attributes (or perform any other operations) on one Store View? I have "All Store View", "Default Store View" and "Wholesale Store View". is ...
0
votes
0answers
95 views

Setting the correct Store View in Magento code

I'm not sure if anyone else have this problem when you have Muiltple Store Views in your store. Ever since we added an extra Store View (called Wholesale) to our Megento store, my custom Observer ...
1
vote
1answer
80 views

How to make single admin to access single store products only

In magento I am having 3 websites and it contains 6 to 7 store views. I want as a single admin has to access single store products only. He should not modify the products in another stores. How can I ...

1 2 3 4 5 8