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. This is a tag for Magento's 1.4.x.x version
0
votes
1answer
12 views
Magento - migrating orders from 1.4 to 1.7 manually from DB
Ok I’m in trouble, I viewed dozens of topics on stackoverflow and magento forum and still have no solution.
What happened is we were migrating Magento 1.4.2 to the latest 1.7. We made a backup of ...
0
votes
1answer
22 views
How can I get the 'friendly' text for product status and visibility attributes?
How can I get the friendly text for a products status and visibility options. for example, 'Enabled' or 'Disabled' rather the 1 or 2, and similarly for visibility 'Not Visible Individually', 'Catalog, ...
1
vote
3answers
46 views
How to Display only 3 related product on product view page, Magento?
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" ...
0
votes
1answer
54 views
Google analytics is showing magento orders twice with different numbers
Since April, orders are being sent twice to google analytics, the strange thing is that one is OK with the format 9XXXXXXXXX, and another one is not fine with format 4XXX
I have no idea what should I ...
0
votes
0answers
50 views
Magento - Special Collection not showing toolbar and breaking sidebar on single product view
I have a magento store that needs to have two pages that show both the new products added to the store and the ones that are on a discount. Both show the same issue but I'll give you the code for the ...
0
votes
1answer
15 views
which directory to install solr for magento
i want to install solr on my server for magento. is there a specific directory i should install it in?
my java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.9) ...
0
votes
2answers
60 views
How to remove item from quote in Magento?
During the checkout process I sometimes want to programmatically remove items from the session's quote. So I tried this code:
$quote = Mage::getSingleton('checkout/session')->getQuote();
...
0
votes
0answers
22 views
Overriding Adminhtml Product Custom Options block
I have an extension, MagExt_MgxTips, that adds to the product custom options area of Magento. This module makes some big changes to the Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Options_Option ...
0
votes
0answers
18 views
Adding Invoice Text to Magento 1.4.2
I try to add text to the magento invoice.
I have it working like this in magento 1.5 - 1.7:
<sales_email_order_items>
<reference name="additional.product.info">
<block ...
0
votes
2answers
47 views
Magento: blank tab content in Manage Categories
Why do I get a blank tab content area on Magento's Category edit form?
Background
In Magento, I've added an input_renderer to a custom category attribute that produces a drop-down menu (select). ...
3
votes
1answer
49 views
Changing local scope variables in debuggers
I've been stepping through some JavaScript code (in this case, Prototype's AJAX library) to catch a glimpse of the responseText. I've read that in Firebug and IE Developer Tools you can modify ...
0
votes
1answer
69 views
How to get category name in cms page
I created two pages first one is "London" and other one is "Oxford".
and i also created two categories with these same name."Oxford"
category have identifier (ID:2) and "London" have identifier ...
0
votes
0answers
52 views
Magento salesrule_coupon_usage table not updated if customer checks out as guest. Is this correct functionality?
I'm currently investigating how the coupon system works in Magento (specifically Magento 1.4.1.1, because that's the version my client is using) and have noticed a potential anomaly.
Let's say I ...
1
vote
2answers
313 views
Magento: Invalid method Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option_Radio
I see the following error when opening the page of one of our shop items. In the current template it doesn't work, in another plain template it does. The problem may be caused by an upgrade from ...
0
votes
1answer
20 views
SMTP on Magento 1.4.0.1
I want to configuration SMTP on Magento 1.4.0.1. Does someone know extension for SMTP mail for Magento 1.4.0.1 similar with SMTP Pro ( ...
0
votes
0answers
36 views
Does Magento 1.4.0.1 work on MySQL 5.1
I have installed Magento 1.4.0.1 on server where I have MySQL 5.0.92, because on that server I also what to install another scripts I must to upgrade MySQL to 5.1 or newest version. Does Magento ...
0
votes
1answer
83 views
Howto export/import Magento reviews
Due to all kind of upgrade-problems I want to export my 1.4.2 Magento webstore to version 1.7.0.2
I succesfully did an export/import with all my products but I also want to export/import my 140 ...
0
votes
1answer
81 views
Creating product matrix for magento
Currently i am messing with one requirement in magento which is something related to creating a product matrix for t shirt products, which will look something like this :
Till i researched on ...
0
votes
2answers
12 views
product not able to add in required layout
i want to add product in our layout please tell me how to do than i add product in my own layout please i hope u u must give me right answer for this question i have code but u tell me step by step ...
0
votes
1answer
141 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
1answer
56 views
Magento module SQL install script doesn't run when caches are turned on
I created an SQL installation script for my extension and it ran just fine. I was developing the extension with the caches turned off. When I turn the caches on, the installation script doesn't get ...
0
votes
1answer
55 views
Cannot able to find contacts/form.phtml in magento[Solved]
i wanted to add some extra texts in my contact us form page(Default Magento). I googled it out and found this tutorial. When i tried to go that path then it i cannot able to find that file.Does ...
0
votes
1answer
93 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
25 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
50 views
Duplicate category programmatically
I'm on Magento 1.4.1.1. How can I duplicate category programmatically using its id number?
0
votes
1answer
134 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
1answer
98 views
How to echo out Magento meta tags in theme files
I have a client that is requesting independent H1 tags which can be different to the auto generated page titles in Magento, i.e usually these would be category names, page titles, product titles etc.
...
0
votes
2answers
82 views
php exports to cvs, but something happens that makes the csv totally unusable
I export every day the sales of yesterday (Magento) by a custom phpscript.
Since we got directbanking i had to change the code a bit.
The idea was to set the value "direct" in the ...
0
votes
1answer
47 views
Magento Javascript issue with image resizing
I'm using a Magento 1.4.1.1 install that I'm having issues with the javascript on a custom themed store.
For example, going to any product page (e.g. ...
0
votes
0answers
28 views
QBMS SSL connection Error
Hi I am trying to integrate magento with QBMS but after I have got connection ticket and appid during payment it show ssl connect error.
Under which cases, that I can expect SSL Error while Connecting ...
0
votes
2answers
213 views
How to convert standalone PHP files to Magento's MVC
I have a task to convert the standalone PHP files to Magento's MVC. These PHP files were created by another developer. The code in the PHP file accesses the database, converts the result into JSONP ...
0
votes
2answers
53 views
In magento what is the use of overriding a Controller
In magento what is the use of overriding a controller?? In java, it can be helpful to call the super class method to the sub class. So is both the overridings are same?? If so, when and where we will ...
0
votes
2answers
358 views
In magento .htaccess file missing on zend server
I have installed magento on zend server. all the admin panel and homepage are working fine. but when i give the url like [http://localhost.com/magento/api/rest/products ] it returns 404 error "url not ...
1
vote
1answer
268 views
How to Add Social networking buttons to Magento
I have a magento version of 1.7.0.2. I have tried to add social networking buttons to products as to share the product details, But I dont know whether it is working or not also. I have installed an ...
0
votes
1answer
133 views
Receive JSON format through REST api without using REST Client
IN magento, as I am using REST api to get the product details with url like http://myserver.com/magento/api/rest/products? But this url returns only in XML format. But I need it in the JSON format.
...
0
votes
1answer
178 views
$product->name variable not processed correctly in Magento Bestsellers module
I'm having a issue with my Magento not displaying the Best Selling products module because it doesn't seem to be processing the $product->name variable correctly.
The relevant code in ...
0
votes
0answers
208 views
Magento: connect manager errors / Aitoc extension
I have a local magento installation to test out new extensions and configurations. Now I try to open the Connect Manager locally, but get a blank screen, and the following errors:
PHP Warning: ...
0
votes
1answer
137 views
Magento: login required to view/order for one store/website
Given a magento installation with multiple existing websites and stores, is it possible to create a new website/store that requires users to login before they can order a product? Optional visitors ...
0
votes
0answers
47 views
Magento get object for specific filterable attribute
I have the attribute ID for a price filter for products in a specific category (for which I also have the category ID). I want to use this ID to get a list of all of the possible price steps for this ...
0
votes
1answer
554 views
Magento - Magmi Import: skipped 1 record
I'm trying to get Magmi (Magento mass importer) working. On a test installation I want to import a CSV with one row of headers and one product item. I'm using the following CSV code:
...
2
votes
2answers
81 views
magento-Model overriding
I am trying to add a new attribute to tier pricing and when i try to override the tierprice class i get "Invalid backend model specified: catalog/product_attribute_backend_tierprice" error when i try ...
0
votes
0answers
59 views
Exporting bundles with Magento 1.4 API
We are importing products from a Magento 1.4 installation, using the SOAP API. We have created via the web interface a bundle (a product with type set to bundle) which has two attached products (type ...
0
votes
0answers
86 views
Customer Login Action in Magento
As we are using the REST api url for listing the products in my application, I have to include the customer login functionality also. For that I choose to use the 'loginPostAction' function available ...
0
votes
2answers
26 views
Javascript location in Magento
Im trying to locate certain javascript code in the codebase with no luck. This code appears in the head of every page. Note that it isnt a link to a file but certain code embedded in the head. I have ...
1
vote
1answer
307 views
Action ajax call in Magento response 302 (need admin login)
I will make an AJAX request in Magento block that call an action in my own module controller. But the response of this request is 302, and redirect on the admin sign in page if i'm not sign in.
This ...
3
votes
1answer
98 views
Disable Auto Shipping Update in Magento Admin
If you've used the Magento admin, then you know that when you tab between the "Shipping Address" order screen it's kind of buggy. It does an AJAX call behind the scenes anytime that any field is ...
1
vote
1answer
116 views
In magento unable to get the image url thorugh the REST URL
I am using magento to get the list of products through the REST url as localhost/magento/api/rest/products. In this list i am getting the image_url node. but when i give the image url as ...
0
votes
2answers
181 views
Magento upgrade to v1.7 failing with database error
I am attempting to upgrade a clients Magento to v1.7 (from v1.4). I have had a couple of minor blips along the way, but nothing too tragic.... until now.
My upgrade route is to copy the existing v1.4 ...
1
vote
1answer
339 views
In Magento after installing extension Admin panel in unable to load
As I have assigned to work on magento, according to our requirement i tried to install Arabic extension for magento. The extension got successfully installed. Later on refreshing the admin panel, it ...
0
votes
1answer
94 views
Magento sending wrong Payment Info block in e-mail template
Im experiencing a problem with a Payment module (librepag) witch follows:
The module has 2 template "info blocks" (that block with the payment details):
used on the backend ...

