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
1 answer

Recently viewed products block at bottom of products list page -magento

I would like to display recently viewed products block at bottom of page in Product list page (out of left, content and right block) . It must display from left to right side of page ,i search in many forums but i'm not getting right answer can…
kranthi
  • 59
  • 3
  • 11
0
votes
5 answers

Shopping Cart Page title change in Magento

I need to change shopping cart page title. but i could not find it. where i should change it. so any help appreciated. thanks
Shamim Ahmed
  • 931
  • 2
  • 16
  • 30
0
votes
2 answers

Removing paypal express checkout radio button from checkout page

I have the paypal express checkout button in my shopping cart page and checkout page. I want to remove the paypal express checkout radio button, only from the payment information step of one page checkout. I have tried removing the below code from…
Anz
  • 222
  • 1
  • 5
  • 17
0
votes
1 answer

Magento and PayPal Website Payments Pro errors

Our Magento store uses the Website Payments Pro payment gateway through PayPal. For the most part this works pretty well. Occasionally (about once a day), we get failed transaction emails and the errors are very generic (i.e. "Internal Error" or…
Mageician
  • 2,918
  • 9
  • 43
  • 69
0
votes
1 answer

How can I set the shipping address, and collect shipping rates on Magento's add to cart action?

I have some products that I can only sell to specific regions. So I added a javascript popup that asks user's for their shipping zip code, and I hit a web service to confirm that I can sell this item to them. Also, on the the cart page, I ask for…
ben
  • 1,946
  • 2
  • 18
  • 26
0
votes
1 answer

Login page in Ajax popup box on home page load Magento

How can we display login page in Ajax popup box on homepage load in Magento that to popup box need to come only one time until browser is closed and i also need to place FB connect to same popup box .can any reply me soon please
kranthi
  • 59
  • 3
  • 11
0
votes
2 answers

magento custom payment module not showing in live site. but showing in development site

I am experiencing very strange thing. I have made a custom payment module on my development server (Mac Lion). Everything works great actually perfect on dev server. When i move it to live site it is not visible in backend/admin as well as in the…
Zero Cool
  • 459
  • 1
  • 9
  • 23
0
votes
1 answer

How to Display Best Sellers dynamic specific category?

how to display Best sellers dynmaic and specific category in magento 1.6.2.0 ?
Teju
  • 3
  • 3
-1
votes
1 answer

getPrice(); ?>

I have two magento sites with same admin. Everything is working fine.I have an issue with product price. Both are running on different domains.On one price is displaying finely.but on another it is not.
-1
votes
2 answers

Magento does not load config.xml properly and getResourceModel returns false

PLEASE!!! I'm stuck with this problem for about a month. My original problem is Mage::getResourceModel() returns false. I tried everything and couldn't succeed. Then I started to trace the core classes which relate to the getResourceModel()…
KKLN
  • 3
  • 2
-1
votes
1 answer

Magento Product Data Transfer from 1.5 to 1.7

I have made website in Magento 1.7, my old website was in Magento 1.5. Now I want to import all my product data from Magento 1.5 to Magento 1.7
-1
votes
2 answers

failed upgrade magento 1.5x to 1.6x

i've tried upgrade my magento 1.5x to magento 1.6x in my cpanel, but i always find "failed..failed..and failed". i've tried this way..: find . -type f -exec chmod 777 {} \; find . -type d -exec chmod 777 {} \; rm -rf var/cache/* var/session/* chmod…
ws_123
  • 5,155
  • 7
  • 23
  • 20
-1
votes
1 answer

Redirect to external link on Image click Magento

I have created a static block in my home page and inserted a image in it. To that image I am using a anchor tag so that it will redirect to another link. But actually its not working for me.My website domain is www.openerpengines.com and on the…
Vikrant 33
  • 744
  • 5
  • 13
-1
votes
1 answer

How to add custom registration fields in magento 1.5

I have tried to add a custom registration fields in magento 1.5 0. I tried to do that following Adding custom registration fields in magento 1.5 and many other way I've founded. But if i add any data during registration for the field it not saved…
Teddy115
  • 1
  • 2
-1
votes
1 answer

Outside Links from Magento Website always the same

i have a problem with my Magento website: When i make a link on a other site to my Magento Website (for example on Facebook) i am getting always the same Title of the Page and always the same images. Netherless witch page i link on facebook, it is…
emitremmus
  • 101
  • 1
  • 2
  • 12
1 2 3
40
41