Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses.
2
votes
2answers
2k views
Magento 1.7 - can't insert image in wysiwyg
I have a local install of Magento 1.7. I installed it with the sample data. I have made no changes to it - it's the default install. There are two (probably related) problems:
If I look at any of ...
0
votes
1answer
28 views
How to select multiple check box in edit grid section of magento
http://magento.localhost.com/index.php/arithmetic/adminhtml_arithmetic/edit/id/5/key/c03c12d4c338a2e4cdbb93c3d9e511a93401d19b21a13ea77cffda20cac94577/
This is what my link looks like. I am getting ...
0
votes
0answers
7 views
difference between blocks and controllers
I have just started working with Magento, my programming experience is fairly limited and as a result I seem to be getting confused on what I am guessing should be fairly simple concepts.
What is the ...
0
votes
0answers
6 views
Magento Module - Admin Form Image Field Issue
I have created a module with image field . from admin side when I edit item and save it without changing image , that image goes blank , I have choose field type as "image" and i totally do not ...
0
votes
0answers
10 views
Managing contents in multilingual stores in Magento
This might be a basic question, I'm still relatively new to Magento. I have 2 store views in a magento project. 1 for English (default) and 1 for Japanese. While working with both store views, I ...
0
votes
1answer
20 views
How to send Ajax request like Magento
I debug in Magento admin. When i search/filter in table/grid, it send a ajax request without parameter, but it still do right. How they do this, where it get data to search/filter?
Request ...
-1
votes
1answer
16 views
Do I need a database backup?
I worked on a website and few days before I had to shift server host website from bigrock to justhost. I have a backup of the bigrock server. My question is, do I need to take a backup of database?
0
votes
1answer
6 views
How rendering of price.phtml in catalog product listing page is happening?
Catalog Product listing page's template file is list.phtml. Where the rendering of all the products in category happens using foreach loop.
I am confused about the rendering of the price.phtml. ...
0
votes
1answer
222 views
Get value of Magento custom category attribute in left column
Ok, Im trying to display the contents of a custom Magento category attribute in the left column of my store page, right at the top.
I am editing 2columns-left.phtm, and inserting the following:
...
1
vote
0answers
19 views
Magento : Display order number below the ordered product image whille printing
I am working on e-commerce site to purchase iphone case online and customers can upload and customize image.
So that in magento admin panel I am converting that product image to jpg and saving. But ...
-3
votes
1answer
17 views
display only parent category in search form in magento
Display only parent category name in search form in magento.
Current Category display:
Test1:
TestA
TestB
Test2:
Testc
Testd
Expected result:
Test1
Test2
in ...
0
votes
1answer
14 views
Manipulating the Top Links in Magento
This is just a quick question so I'll get straight to the point. Is there a way to change the top links without making any changes at the header.phtml file? I'm worried that it might break the entire ...
0
votes
0answers
7 views
Application execution path of catalog product listing page
I am looking into the application flow to see how the products are getting rendered on a product listing page.
url : catalog/category/view/id/6
In viewAction, there is this line
...
-2
votes
0answers
12 views
Static Block in Magento [closed]
When I develop Magento website, I found Static Block shortcode is very useful.
eg. If I want to display All Product I can use
{{block type="catalog/product_list" ...
0
votes
1answer
84 views
How to show ICICI Payment gateway in magento checkout one page
I am trying to integrate ICICI Payseal gateway with Magento. I have successfully tested the payment gateway with test file. But I am not getting the how to make it live as I am not able to see it on ...