Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses.

learn more… | top users | synonyms (6)

0
votes
0answers
5 views

Free Text Find and Replace For Magento's Phtml Files

Just wondering if anyone knows of a text find and replace program for phtml files?
0
votes
0answers
8 views

Magento sales order collection - paginate

I can load magento sales order collection like this and display it on an external page: // Load Order Collection $order_collection = Mage::getModel('sales/order') ->getCollection() ...
0
votes
0answers
11 views

Display products images in seperate files

I want to display my product images in separate divisions this code will show all images in a division: <!---- <?php $_images = ...
0
votes
0answers
7 views

magento menu IE bug

i'm using magento and the standard topmenu (with 1 sublevel). the problem is, that in IE < 10 the submenu is flickering on hover and then disappears. how to fix this problem? hopefully just with ...
1
vote
1answer
16 views

Which resources to become an agile Magento developer?

I am eager to become a good Magento developer. I have done a little customization in Magento such as, customization in theme. create custom tabs in admin side. understand dir structures of magento. ...
0
votes
1answer
10 views

Magento reindexing still on Running even after Apache restart

When I check the status of my reindexing, the Product Prices are stuck on Running even after Apache has been restarted. Locks files have been deleted from /var/locks Only using CLI Going nuts. ...
0
votes
0answers
12 views

Duplicate Data After Product Import in Magento

I am currently working in a Magento (version 1.6.20) site for my client. This site has been running for some time and we had to modify a product description for which we exported and reimported the ...
0
votes
1answer
11 views

Add Custom Tabs to the Magento Customer Admin

I'm working on a new Magneto module. How can I add a new item to my left menu magento admin panel in customer information with a page that shows some data?
0
votes
0answers
10 views

No input file specified. after login into magento admin pannel showing this error

No input file specified. after login into magento admin pannel showing this error No input file specified. please help me out of this..
-2
votes
0answers
11 views

add to cart function doesn't work in magento

I created 2 stores named store1 and store2 in magento,store1 works well. but in store2, when i add items to my cart, it never add to my cart. I cant fix this problem.If anybody know, please help me. ...
2
votes
2answers
37 views

How to find an element regardless of its level?

this is similar to my last question. sorry I don't know whether i could edit the same question. so here is my requirement. my HTML has the following part <ul class="products-grid"> <li ...
0
votes
0answers
8 views

Ebay mystore category listing

I have installed M2epro module in magento. I have also created a ebay sandbox store. Now I want to list the magento categories on ebay sandbox store (i.e home page on ebay store) dynamically. or we ...
0
votes
1answer
17 views

Magento insert decimal value in database

I have one custom module. There is one field which is decimal number. But on saving it doesn't store decimal value. Like saving : 1.23 after_saving : 1.00 When I add the value from phpmyadmin it ...
0
votes
0answers
17 views

Can not get paypal pro's authorized transaction on Merchant Account

In Magento, I want to make transaction using Paypal pro by setting payment action as "authorize". After placing the order i can't see the transaction in my merchant account and so I can't capture that ...
0
votes
0answers
8 views

Magento 1.6.2 got double prefix while calling createEntityTables during custom eav entity setup

Followed Alan Storm's tutorial, and I got some problem while calling createEntityTables() method. My script is like: $installer->createEntityTables( ...

1 2 3 4 5 1099
15 30 50 per page