Questions tagged [magento-1.5]

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.5.x.x version

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. The system also features a factory method for instantiation of certain class types (Models, Helpers, Blocks).

The application code is organized into Modules which may be selectively loaded during the bootstrapping process.

Many of the Models are implemented with an EAV style structure that sits on top of MySQL, which means data for a single Entity (object) is spread across multiple tables.

Because of the deep abstractions, Magento allows you to do almost anything with the system programmatically.

Because of the deep abstractions, there are some things in Magento that can only be achieved programmatically.

Because of the deep abstractions, many PHP programmers struggle with the initial steep learning curve, and end up on Stack Overflow.

Because of the deep abstractions, you will almost certainly need a modern IDE that allows you to debug the codebase to trace the object hierarchies.

601 questions
0
votes
3 answers

Can I connect multiple stores in Magento with OpenERP

I have created two stores in my magento CE version 1.5. Now I want each store to be connected separately with the OpenERP. And the store data for each store should be stored in Openerp as a separate instance. Can anyone help me out from this? Thanks…
Vikrant 33
  • 744
  • 5
  • 13
0
votes
1 answer

Magento - custom model

i'm using a free magento extension (WebForms) to make a custom survey, so i've installed and modified it. Extension's models doesn't use EAV, there are the tables involved: | webforms | | webforms_fields …
Luke
  • 1,794
  • 10
  • 43
  • 70
0
votes
3 answers

Magento - How to format the email address in "Store Email Addresses"?

What I'm trying to do is format the email address like so Foo Bar so email clients (including web based like gmail) will show the sender as "Foo Bar" and not just "foo" since that is the prefix on the email. Is this possible in Magento…
jyoseph
  • 5,435
  • 9
  • 45
  • 64
0
votes
1 answer

My paypal link does not redirect to the paypal site

I've migrate my magento from 1.5 to 1.7, but problem is coming in http://dev.sinergiprima.co.id/wasis/checkout/cart/ page, when i click link paypal, it is not redirect to paypal site but it redirect again in…
wasis
  • 39
  • 1
  • 2
  • 9
0
votes
1 answer

Magento Login model email id with retrieve gender value from collection

I am new to magento. How to load customer collection to retrieve gender value by passing login email id? Thanks. Praksah
Maniprakash
  • 37
  • 2
  • 10
0
votes
0 answers

HTTP Error 500 when calling cart_customer.addresses magento API in order to place order from iOS

When calling "cart_customer.addresses" magento API in order to place an order from iOS, I got the HTTP Error 500. However, it works properly on my testing api page written by PHP by following the example here. I don't know why HTTP 500 Error…
Quan
  • 473
  • 7
  • 16
0
votes
1 answer

Google Analytics Event Tracking not working Magento 1.5.0.1

Event tracking is not working with my Magento 1.5.0.1 CE installation. I have updated the code app/code/local/Mage/GoogleAnalytics/Block/GA.php to: