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
11
votes
3 answers

Magento - get rule from coupon code

I have to retrieve the rule associated to a coupon code in order to display in quote the discount percentage of that rule. the simplest way is to calculate directly from quote amounts, but i want to retrieve directly the rule and then get the…
Luke
  • 1,794
  • 10
  • 43
  • 70
10
votes
3 answers

magento set store id programmatically

I am currently working on a magento site that is in 2 languages (French and Dutch). The approach I am taking is as follows: Create a folder in the web root (named nl) Import the index.php and .htaccess file to that folder In the index.php I modify…
maximus 69
  • 1,388
  • 4
  • 22
  • 35
10
votes
6 answers

how to display product detail description on product listing page?

I want to show a detailed product description after a short description on the product listing page. I'm doing this getDescription(); ?> but nothing shows up. I also tried…
kharonayee
  • 105
  • 1
  • 2
  • 7
10
votes
2 answers

Module and ajax call

I'm trying to create an ajax call to a custom controller. I've been following: http://www.atwix.com/magento/ajax-requests-in-magento/ - which gives a brief example of how to create. So I have the following files: app/etc/moudles/BM_Sidebar.xml
sipher_z
  • 1,221
  • 7
  • 25
  • 48
9
votes
2 answers

How to upgrade magento 1.4 1.1 to 1.7.0.2

I have a magento site in 1.4.1.1. Now i want to uprgade the site to magento 1.7.0.2. I already did the following steps: 1.system->magento connet->magento connect manager 2.Then i enter the extension key as "magento-core/Mage_All_Latest" 3.Then…
Kichu
  • 3,284
  • 15
  • 69
  • 135
8
votes
7 answers

Magento - Adding multiple images with a product form csv file?

I need to display multiple product images on details page, so i add i column named gallery in the csv file. and add some values like this in a box /hogan/gray1.jpg,/hogan/gray2.jpg,/hogan/gray3.jpg i put the images into the import/hogan file. then…
user1188320
  • 565
  • 4
  • 9
  • 19
8
votes
6 answers

Mark a Magento order as complete programmatically

I'm trying to mark a "Processing" order as Complete when I get a certain response back from a third party service. I've got everything set up for this, but the only problem is that orders are staying in the Processing state. I'm generating an…
gregdev
  • 1,863
  • 3
  • 23
  • 28
8
votes
1 answer

How do I add links to Magento top.links that redirect to another domain?

I am able to add custom links to Magento's top.links with the following code that I save in ../myCustomTheme/layout/local.xml
JP1971
  • 880
  • 3
  • 10
  • 21
8
votes
1 answer

How can I redirect 404 pages to Home Page in Magento Community?

How can I redirect 404 pages to Home Page in Magento? What files need to be modified? Thanks, Lane
Lane
  • 113
  • 1
  • 1
  • 5
7
votes
1 answer

I am getting a block twice in Magento?

I am trying to create product block on home page where in I copied page.xml to my theme's layout folder and modified it like
ScoRpion
  • 11,364
  • 24
  • 66
  • 89
7
votes
6 answers

Images in Magento widgets

I am developing a site for a fashion client in Magento Community version 1.4.2 and as part of this project I need to have some customized home page promotion blocks to feature specific products or categories of products. For this I thought I would…
NickOates
  • 71
  • 1
  • 1
  • 2
7
votes
4 answers

Magento - Autocomplete Suggest Search Not Working

I have incorporated a new theme in Magento v1.4.2.0, and have completed all the necessary changes, but only following true Magento way of overriding the Magento modules & methods. My only problem is that the auto complete suggest search…
Knowledge Craving
  • 7,955
  • 13
  • 49
  • 92
7
votes
3 answers

How to Display only 3 related product on product view page, Magento?

I am displaying related products in content block of layout in product view page. My code in catalog.xml is:
madzacky
  • 286
  • 2
  • 8
  • 18
6
votes
1 answer

Before And After In Local.xml Magento?

I've managed to get to the point where I understand how to move blocks from column to column in my Magento layouts: via specifying a "left" or "right" attribute in the tag. However, I don't understand how to change the order in which…
ScoRpion
  • 11,364
  • 24
  • 66
  • 89
6
votes
5 answers

magento adminhtml custom module it's showing the grid twice

i am new to magento by following this guide Custom Module with Custom Database Table i have implemented my already existed module to the backend adminhtml. i am taking stuff from the database and sjowing ot on the adminhtml page. Everything works…
Zero Cool
  • 459
  • 1
  • 9
  • 23
1
2
3
46 47