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
vote
2answers
2k views

Magento: limit product max quantity to 1 per order. quantity 2 = 2 orders

Is it anyhow possible to limit specific products in Magento to a max quantity of one per order? This means the user can only order one product at a time. If he wants to order the product twice he has ...
1
vote
2answers
1k views

How to remove links from top.liknks when loggin in / out in Magento 1.6.2

I've had a good search around and found the customer_logged_in and customer_logged_out tags but I can't get them to work properly, this I'm sure is down to my misunderstanding of them. My goal is to ...
1
vote
1answer
239 views

I can't sort product collection by category id

I have a few categories: guys, ladies, men, women and offers. Every product is assigned to guys, ladies, men OR women categories. And some products are assigned to "offers" category. I need to ...
0
votes
3answers
572 views

Programatically remove block from layout

i want to remove the product_options_wrapper block from the product view page according to the logedin user via frontend router controller. I know that i can programatically append a new block but i ...
0
votes
1answer
158 views

how to restrict user to access a particular category in magento?

I created a website for online shopping and i want to give my admin panel to some vendors so that they insert their own products related with a particular category they are dealing with. For ex :- In ...
3
votes
2answers
930 views

Overriding/Extending the Magento core javascript files

Last days as a result of some customer complains and discussion with our marketing guys I've got a request to change the default behavior of the configurable products options. They asked me to remove ...
5
votes
1answer
3k views

Magento - Set product attribute to use default values

This has been asked many times before but with no working answer. I have multiple stores and some attributes have been overridden. I want to change these attributes to 'use default value' with a ...
0
votes
1answer
1k views

Magento Shopping Cart Rule Class Override Module

My magento install has a free shipping shopping cart rule, as well as coupon rules. When a coupon is entered, the free shipping goes away. This is undesirable, but a known condition with Magento: ...
4
votes
2answers
396 views

Cash On Delivery activated Admin Only ( Not Frontend enabled ) - Magento?

I am using magento for a time now. I wanted to know is it possible to enable Cash On Delivery option for admin use only. I want to use it as Store Pickup... So this way manual orders can be only ...
2
votes
4answers
619 views

Integrity constraint violation: 1052 Column 'position' in order clause is ambiguous

One of my users sent me this link from our own magento website. And we have this exception, any idea how can I fix this? ...
2
votes
3answers
670 views

How to change the order state programmatically inside a cron job?

I am using a cron job to change all "pending" net-banking orders to "payment-pending" (this is to solve my problem : Why is state not transitioning to "payment_pending" for orders cancelled ...
2
votes
1answer
859 views

how to get the all attributes that belongs to a attribute group in magento

I have a attribute group and i want list of attributes that belongs a particular attribute group.Is there any way to get all attribute under a attribute group. Thanks in advance.
1
vote
1answer
129 views

How to the installer after package data has been created - Magento

I followed this tutorial and was able to create the package data successfully as shown in the screenshot. Now I have below three file in the var/connect folder. Myname_Mygateway-1.0.0.tgz, ...
1
vote
3answers
395 views

Magento changes layout dynamically via system variable

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 my ...
1
vote
1answer
265 views

Why is state not transitioning to “payment_pending” for orders cancelled at gateway?

I am using Magento community ver1.6.1.0. I found this state diagram on Magento wiki http://www.magentocommerce.com/wiki/2_-_magento_concepts_and_architecture/order_management My problem is the ...
1
vote
3answers
2k views

Setting canonical tags for categories in Magento

Is this possible, or is there some code that can be added so I can set a different canonical URL for categories in Magento? I can set for products fine.
0
votes
1answer
1k views

Magento customize catalogsearch result html

I'd like to customize the layout for the result page of CatalogSearch. I'd like to remove the pagination and all other tools on the page and show a much simpler page since we only have few products. ...
0
votes
2answers
768 views

Magento get which layout being used on phtml files

Is there a way I could get which layout being used on a certain phtml files? Here in my case, I want to check what layout being used on catalog/list.phtml, I used that information to make conditional ...
0
votes
3answers
2k views

Magento pagination products

I have a problem with Magento pagination. The prudct list page i call by my XML is: <block type="catalog/product_list" name="categorieen" as="categorieen" translate="label" ...
-1
votes
3answers
270 views

How can I update the product name with a sql query in Magento?

Now, I want to replace in all product names 'example' with 'test'. How do I do this? I don't know where the product name is stored in the database? How should I write the sql command? I know the sql ...
-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 ...