Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
393 views

Sorting on Custom Attribute

I have an attribute I created called "sales_rank" that I have set to use as a sortable attribute. However, when I choose it from the product list, it is not sorting how I expect. On further ...
5
votes
4answers
2k views

Magento Email Template If Statements

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 ...
4
votes
1answer
92 views

How to list 4 random products from a categoy in Magento

The question is pretty simple, the code below shows the items in one category. Those categories have 4 products. However my plan is to put in those categories 20 products, and make the following code ...
4
votes
1answer
61 views

I am unable to Find Configurable options on Product page Magento?

I have customized pages in magento, it was working fine until I installed Extension MagiczoomPlus. Now When I create a Configurable Product as shown in this link. I am unable to find my Configuration ...
4
votes
1answer
530 views

Add Username to Order Comment History

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 ...
4
votes
2answers
388 views

Migrate Old Site Users into Magento DB

I have more than 300,000 users on an old online store. Client switched to Magento solution and now have to migrate all the users, addresses to Magento. So I have to write a custom script to import ...
4
votes
2answers
383 views

Magento website/store/storeview organization

I have two (example) domains: euro-shoes.com us-shoes.com I need them to be connected to the same Magento installation. They share most design elements and they share the catalog. They each have ...
3
votes
1answer
68 views

Magento get configurable product from simple product even if config product is disabled

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). ...
3
votes
1answer
238 views

Magento: How to call dynamic widget block ID in a .phtml file

Ok here is what I am trying to do, I have read a ton of links and posts but it seems what I am aiming to do is a bit different. I have a few static blocks on my home page, 1 ad rotator, 1 slider that ...
3
votes
1answer
211 views

How to set related products By code for each product in magento

I have a magento store in which we already created more than 300 products. The thing is each 10 to 15 products are more than 80% same name format. Eg: Embroidered Vine - 12 Embroidered Vine - 13 ...
3
votes
2answers
868 views

How do order statuses/states work in Magento 1.4.x

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 overriding ...
3
votes
1answer
274 views

How to change the URL identifier of a custom module from backend i.e. system configuration

I want to give admin the option to change the URL identifier of MyCustomModule from backend. E.g.: www.mydomain.com/identifier What I did is the following: In etc/system.xml <identifier ...
3
votes
1answer
782 views

Get image thumbnail through SOAP call

I’m trying to display products in my store through a third party application using Magento’s web services API. When I query image data for an item using “catalog_product_attribute_media.list”, I get ...
3
votes
2answers
1k views

Filter For Popular Products By Category in Magento

What we are try to do seems simple enough, we want to show the popular products from each category within our menu. We're looking to get 5 of those products, since that's what the UI is designed to ...
3
votes
2answers
2k views

filtering product collection on “is_salable”

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, 0 ...
3
votes
4answers
708 views

How do I rename an attribute code in Magento?

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 ...
3
votes
2answers
2k views

magento getting product type from product sku

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 ...
3
votes
2answers
595 views

Sort products by 2 attributes in magento catal

On my magento site we have the requirement to sort the product listings by 2 attributes, 'Manufacturer', 'Name' and then falling back to the Unique and default attribute 'Entity ID'. Seems magento ...
3
votes
1answer
597 views

magento - delete extension?

I bought a magento extension and copied the files into the magento directory. Everything worked great. Then I wanted to re-install it. So I deleted all relevant files in app/code/local and i ...
3
votes
3answers
1k views

Magento - How can I run code when my order is canceled or refunded

My payment module is required to sent notifications to the payment service if an order is canceled or refunded. I assume that the "Cancel" button on the order page (in the administration backend) will ...
3
votes
2answers
2k views

Make all store images the base, small and thumbnail images in Magento?

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 the ...
2
votes
1answer
15 views

Applying 2 shopping cart rules in Magento

I have products in 6 categories (say, A,B,C,D,E,F) and I need to give a discount of $10, if anyone purchase all products of category A,B,C And $15 if anyone purchase all products of category D,E,F. I ...
2
votes
2answers
127 views

Change description order or category pages

I wonder if its possible to change the description of one category to be just after the products. Example here: http://www.theprinterdepo.com/refurbished-printers/monochrome-laser-refurbished-printers ...
2
votes
3answers
175 views

Mark a Magento order as complete programmatically

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 staying ...
2
votes
1answer
70 views

Dealing with magento session time out

I want to display a warning message 2 minutes before timing out the customer login session, asking if they are still there. I set the cookie life time to 15 minutes, so after 13 minutes, I want to ...
2
votes
1answer
99 views

Magento - Adding my own content block on home page only

This is just not working no matter what I try. I've set up a new file at /app/design/frontend/mytemplate/default/template/page/popularsearches.phtml I'm trying to reference in from the Layout Update ...
2
votes
1answer
157 views

Before And After In Local.xml Magento?

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. However, ...
2
votes
1answer
78 views

How to add a cms static block to all pages in Magento?

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 ...
2
votes
2answers
95 views

magento adminhtml custom moule..its showing the grid on adminhtml twice

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 ...
2
votes
2answers
165 views

how to get date from database and display without any repetition?

i had a fucntion which is pulling all the dates from database against each record. public function getAllYears() { $collection = Mage::getModel('press/press')->getCollection()->getYears(); ...
2
votes
1answer
273 views

magento: fetching MPN( manufacturer part no ) or UPC (Universal product code)

I tried searching for MPN and UPC in the magento 1.4 - 1.5 database. Seems they're non existent or may be named differently. In which table can i find these values? i tried this Mage::app(); ...
2
votes
1answer
273 views

Under what circumstances can a Magento Order Increment ID have duplicates?

I've been running into some odd problems of late with a Magento installation (1.4.2.0), whereby the same order increment ID is being reused for more than one order. Screenshot As you can see in the ...
2
votes
1answer
2k views

Magento Strange Redirect Behaviour on OnePage Checkout

My Magento Verison is - 1.4.1.1 I am having two problems: 1) When I am going through various steps of Onepage checkout (registration, billing, shipping, and payment tabs), sometimes during this ...
2
votes
0answers
667 views

How to set a magento widget form to enctype=“multipart/form-data” for file upload?

I am trying to make a widget for a gallery as all the modules I have seen don't really do what I am after and widgets seem like the way forward to allow the end user to have nice and easy control over ...
2
votes
1answer
1k views

magento - index management - Cannot initialize the indexer process

I've just moved my Magento site to a new server and I'm trying to re-index my store using the Index Management. I check all the boxes and re-index and I get the following: Cannot initialize the ...
2
votes
1answer
746 views

Magento - Programmatically Disable Automatic Indexing

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 have a ...
2
votes
1answer
178 views

change mouse event for product image magento

I want to change the product double click event on the product image to single click to enlarge the Image.
2
votes
1answer
165 views

Unable to Checkout with Large Number of Items (200+) in Shopping Cart - Magento 1.4.2

I've set up a B2B site powered by Magento 1.4.2 community edition. Occasionally, customers are trying to checkout with a large number of items in their shopping cart - up to 250! My issues are ...
2
votes
1answer
1k views

How do I find out if product has a product image?

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 an ...
2
votes
2answers
2k views

get an array of all a products attributes in magento

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 = ...
2
votes
1answer
497 views

Magento template variable $customer

I see this variable {{htmlescape var=$customer.name}} in the file app/locale/en_US/template/email/wishlist_share.html. Can someone tell me a list of properties for the $customer variable? I want to ...
2
votes
3answers
2k views

Magento order import/export

Is there any way to import/export the orders from magento. Since we have magento store on live and another dev. version is ready with greatest change now we only need to import the magento orders ...
2
votes
3answers
2k views

Can no longer add registration fields in Magento 1.4.2.0

I have used this tutorial before for adding registration fields to the Magento registration page. It has always worked, but since I have upgraded to Magento 1.4.2.0 it no longer does. The attributes ...
2
votes
3answers
754 views

Why do Magento configurable products have a SKU

I am about to create about 300 products (not many but enough). Most of them are configurable so I will be entering a bunch of info then putting it together. Each simple product that makes up a ...
2
votes
1answer
564 views

Magento: Layout Changes using LOCAL XML ONLY

I'm pretty new to magento and I would like to customize the store front-end. I'm using Magento 1.4.1 and I'm planning to do all design modifications on the local.xml of my new template. My doubt is ...
2
votes
2answers
307 views

Magento Theme Frameworks

I have been looking for a magento theme frameworks,i have found one called SilverFramework but i would like to know if there are more.
1
vote
1answer
19 views

how to filter all products by custom dropdown attribute value in magento?

i have created a custom dropdown attribute with a name "by_item", and added some options to it like "Suite, Bridal, Jeans" etc. <?php // get all products $collection = ...
1
vote
0answers
12 views

Get selected text from a select in Magento mail template?

lets say I have a select box (dropdown) that is called test. I can get the selected value in my mail using {{var data.test}} --> gives me 2 for example How can I get the text that was selected, ...
1
vote
1answer
53 views

How do I round up numbers when updating global prices in Magento using PHP script?

I have the following script in my magento root directory for updating the prices of all products in the store which was kindly suggested by a stack overflow member: This adds 3% to all product prices ...
1
vote
0answers
34 views

Magento CE 1.4 Indexer - Index Management

I'm trying to create a custom Indexer under Index Management in Magento community edition 1.4, the main purpose of this custom indexer is to update a custom product attribute based on a set of ...

1 2 3 4 5 10