Tagged Questions

Magento is an Ecommerce platform written in PHP. It uses a configuration-based MVC system and heavily leverages Java style OOP patterns in the business logic, UI, and layout rendering application layers. Several sub-systems employ meta-programming languages (Layout, DataFlow) implemented via XML. ...

learn more… | top users | synonyms

5
votes
1answer
92 views

Magento - Where do {{…}} placeholders get replaced?

I'm creating some custom blocks and I want to support the {{skin url="..."}} dynamic placeholder features of Magento inside the Layout Update XML. Ex: <action method="setImageSrc"> ...
4
votes
2answers
65 views

How do I get quote totals before saving payment method?

I am trying to create a one step checkout, but in the checkout page I have problem with order review part . When I select a payment method for example "cash on deliver" has 5$ extra, or "checkorder" ...
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
4answers
1k views

Magento 1.5 Issue

I have upgraded my Magento version 1.4.2.0 to 1.5.0.1 every thing is ok but whlie clicking on wishlist will get following error. Can anyone tell me whats the problem?? Invalid method ...
3
votes
1answer
113 views

Magento how do I programmatically ship orders?

I am looking at some code to add MassAction in Magento and ship and complete multiple orders from sales_order/index Somehow the orders are not being shipped. It looks like (a perfectly normal ...
3
votes
1answer
290 views

Magento - multiple classes extending same core class

I'm sure we've all run into a situation where you have multiple extensions with a block or model that rewrites the same core block/model. The problem I've run into is this: How do you control the ...
3
votes
1answer
273 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 ...
2
votes
0answers
58 views

magento bestsellers not working - seeking fix or workaround

I'm working on a magento site (Magento ver. 1.5.1.0) - Plese note in answering I am new to Magento. I am trying to get an option to sort by bestsellers I have managed to do this by adding local files ...
2
votes
1answer
38 views

Where am i mistaken using Magento's observer pattern?

I read a lot of documentation about custom module creation for Magento. For my fist try, i created the module structure using Module Creator, and this is the code i added in ...
2
votes
2answers
97 views

Wrong tab configuration on Magento

I have a huge problem with an magento extension I developed. Localhost everything is fine but when I deploy, it get this error. Wrong tab configuration #0 [internal function]: ...
2
votes
1answer
176 views

Magento AddAttributeToSelect() on custom added attribute (observer)

I have set up an observer on catalog_product_collection_load_after and the following code is called: <?php class Drench_Admindetails_Model_Observer { public function loadAfter($observer){ ...
2
votes
2answers
293 views

Paypal IPN errors in Magento store

Every order placed from the frontend of our Magento store logs a "Wrong order ID" exception even though all orders seem to be going through with no problems. Orders also seem to take a lot longer to ...
2
votes
2answers
150 views

Magento system.xml cache issue

I have been building a module and making numerous changes without any problems until just now. I removed a configuration variable from my extension's system.xml file but the field is still in the ...
2
votes
1answer
155 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
39 views

Magento Product's url_key get being overwritten

I maintain a large catalog of products in a Magento store, mostly through magento's API calls. When I add products to the store I add them with a url_key like manufacturer-sku which means the product ...
2
votes
1answer
77 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
1answer
220 views

Magento XMLConnect…what is it and how can I use it?

Can someone explain what the XMLConnect extension is and what it is used for? I know that in general it can be used to develop a mobile friendly site, but that's about as far as I've gotten with my ...
2
votes
2answers
252 views

Magento changing attribute type in backend

is it possible to change type of a attribute after it has been created. I want to change type of certain attribute to Multi select list. Type of these attribute is currently 'Dropdown'. Actually When ...
2
votes
1answer
85 views

Rewriting the admin sales report form

In my config file I can easily override the sales -> order grid with my own doing this <blocks> <adminhtml> <rewrite> <sales_order_grid>Mine ...
2
votes
1answer
137 views

Magento search returning 0 results, despite products enabled and proper visibility

I am using Magento 1.5.1 and all of the sudden, the search results stopped being returned. I found a fix that worked for me for a couple of days at ...
2
votes
1answer
82 views

Why isn't my new payment method showing up on one-page-checkout in Magento?

I have followed the tutorial located in the wiki: http://www.magentocommerce.com/wiki/5_-_modules_and_development/payment/create-payment-method-module The module is visible in the backend. This ...
2
votes
1answer
107 views

Why doesn't magento autoload parent class

I have a module which will use my controller over magento's by doing <routers> <checkout> <args> <modules> <Some_Thing ...
2
votes
1answer
141 views

Magento custom field in shipping method

How to add a field in shipping method dhl in admin area in magento?
2
votes
2answers
496 views

Magento Wishlist - Remove item

I've built a custom script to add and remove items to the wishlist using AJAX. Adding products is not a problem but I can't figure out how to remove an item. The Magento version is 1.5.1.0. The ...
2
votes
2answers
137 views

Is there a simpler way to get an attribute's frontend value?

I have an array of attribute codes which I need to get the values of: $attributes = array( 'Category' => 'type', 'Manufacturer' => 'brand', 'Title' ...
2
votes
1answer
232 views

Magento - Apply discount on Shipping Amount

I cannot figure it out. How to apply discount to the shipping amount. I see an option in Shopping Cart Price Rule "Apply to Shipping Amount" but what every amount or the way i enter it apply to the ...
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
3answers
309 views

Magento redirection problem after moving

I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure references ...
2
votes
1answer
103 views

How can I do Magento one page checkout (together with the UI) using API calls?

I want to implement one page checkout part of Magento from the outside of Magento structure (i.e. using API calls). If it is possible, I want to start using the existing code to reduce the ...
2
votes
1answer
829 views

Magento: Adding new products programmatically

I am trying to add products to Magento 1.5 programmatically. My script will ultimately be a cron job, regularly updating and adding products as dictated by an XML file supplied by the accounts system. ...
2
votes
3answers
925 views

Custom Start Number for Order Numbers in Magento 1.5

How do I customise the starting number for orders, invoices etc in Magento 1.5?
1
vote
1answer
16 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
1answer
13 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 ...
1
vote
1answer
25 views

Magento - Is it okay to disable Mage_Downloadable?

In our Magento store we do not use any downloadable products and don't plan to. Is it okay to completely disable the Mage_Downloadable module without causing any issues in the store? I see no reason ...
1
vote
1answer
27 views

Magento ecommerce: Can’t login to admin or add items to cart in Safari 5.0 on a Mac

I am dealing with a very particular issue on a newly built Magento ecommerce site (running version 1.5.1), www.azaturechocolates.com. My client is unable to login to the admin panel or add items to ...
1
vote
1answer
23 views

Magento - How do you return results of unlimited CMS Static blocks (with certain “Identifier”) to a CMS Page

Quick Overview: I am trying to return results from a specific set of static blocks to a phtml file (which is then called on from a cms page) in Magento. Note: I've been searching all over google and ...
1
vote
1answer
33 views

put limit to bestseller product on homepage in magento

I want to limit the number of products of bestseller on homepage in magento. here is the bock code which I have used to display the bestseller products on home page {{block ...
1
vote
0answers
264 views

Magento - Duplicate headers received from server

The issue is that sometimes I get this error in Google Chrome when I filter an order export: Duplicate headers received from server The response from the server contained duplicate headers. This ...
1
vote
0answers
64 views

Magento: Incorrect tax calculation on invoice totals

I am running Magento 1.5.1.0 and used to have problems with the tax calculation on invoice totals. While the calculation would be correct for all totals in my store, the backend invoice view and pdf ...
1
vote
1answer
89 views

Magento - How to add Ship to information to order grid in Magento 1.5.1.0

I found a great way to put the customer email address on the Magento Admin Sales Order grid via this Q&A ...
1
vote
1answer
43 views

Display the Total Balance

How to display the sum of Balances in the "Manage Gift Card Accounts" in magento admin control panel. Customers => Gift Card Accounts I want to display the sum of balances as Total at the bottom of ...
1
vote
0answers
32 views

Magento wysiwyg at frontend. Allow file browsing

I managed to insert WYSIWYG onto frontend. The last problem I has is that I want to enable well user of my form(I know for 100% this would be admin) file browsing option. I tried to add magento's ...
1
vote
1answer
74 views

Magento Custom Attribute

I have created a multi-website store in Magento with a custom attribute called Bar-code which is visible on product view page. I just want to display this Bar-code attribute on a single website not ...
1
vote
1answer
40 views

Magento form submit button needed double click to submit

I am facing Strange behavior of submit button in magento. In cusotmer registration page, when one of the registraion field like lastname is not field and click submit button, I get validation error, ...
1
vote
2answers
56 views

how to restrict an additional admin user access to a specific category in magento?

i have added an additional admin user and created a role for it, allowing access to manage categories and products and it works fine. But what i want is to limit his/her access to a specific category ...
1
vote
1answer
103 views

Need Sample data for Magento1.5

I need sample data for Magento ver-1.5.1.0. I didn't found in Magentocommerce site. Kindly let me know where we get this?
1
vote
2answers
134 views

Magento redirect to login page while user not login on landing

I want to redirect the user to login page on landing, While user is not logged in. for example :- example.com ->(not logged in)-> redirect to login page. example.com ->(logged in)-> ...
1
vote
2answers
115 views

Magento EAV: how to hard delete an attribute value?

Let's ask the question clearly before entering into the details: Is there a way of hard deleting an attribute value from a product? By hard I mean, removing the row from the database and not only ...
1
vote
1answer
80 views

how to display a message on cart and checkout page for particular category product?

lets say i have a category "test" and its product "t1". IF i add this product to cart, it must show some message "my custom message". Also on checkout page, how can i do the same on payment step. i.e ...
1
vote
0answers
91 views

how to submit a form from frontend and show values in the grid at backend magento panel?

i am again posting this question as i was unable to do what i wanted to, and also didn't get the answer of my previous question. Hope, this time it will catch the eye of someone who can answer. I ...

1 2 3 4 5 8