Questions tagged [magento-1.4]

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

General Magento questions may be asked on Magento.SE. Questions not related to programming are off-topic

Related tags


694 questions
-2
votes
2 answers

How to remove add to compare and price tags(special price and regular price)

I want to remove the price tags special price and regular price but retain the prices and also I don't want "add to compare" to be displayed. So how can I do that?
Atif
  • 11
  • 1
  • 5
-2
votes
1 answer

magento front end is not working

the admin form is working well but problem with the front end problem that There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 847199895 please help regards Ankush
-3
votes
1 answer

How to send / retrieve Data in Magento Controller, Model and Block

I am creating a custom module in Magento. I want to know how to pass data from the .phtml file to the Controller and then to the Model. Just want to know the structure of passing the data in the magento MVC structure.
Vishal Sharma
  • 1,372
  • 1
  • 8
  • 17
-3
votes
1 answer

I want to display all the records from the Table using For loop

Here in this code i have to display all the records from the Table(cust_college). but this function is returning me only 1'st row of that table not other rows.please tell me solution $read =…
Supriya
  • 97
  • 3
  • 11
1 2 3
46
47