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

How to include CMS page,static blocks into Magento search

We have a magento store which mainly features the contents and it has only 12 - 15 products. So client wants cms page and static block content also to be included on search. I can search only under cms page or static block by using like and…
Elamurugan
  • 3,204
  • 13
  • 59
  • 104
4
votes
3 answers

I want to Modify Custom Option Percent Functionality

I want to implement such a functionality if we have a custom option with price value 10 and its price type is percent and its base price is 0 how can i implement it. I want Firstly from my first client chooses the Size and price is added according…
Ali Nasrullah
  • 131
  • 4
  • 11
4
votes
5 answers

Magento Tracking Number from Order Object

Given a magento order object how can I find the tracking number associated with that order? $order = Mage::getModel('sales/order')->loadByIncrementId(100000064); $shipmentCollection = Mage::getResourceModel('sales/order_shipment_collection') …
Blake
  • 1,168
  • 1
  • 14
  • 15
4
votes
3 answers

How do I remove the “My Cart” and “Checkout” menu links in Magento?

I'm using Magento 1.4 and I want to remove the "Checkout" and "My Cart" links from the top navigation menu. I know I have to change something in a layout file but I'm not sure which one. I searched for "checkout" and "addLink" but found nothing…
user9903
4
votes
5 answers

Magento - get a parent category and all sub-sub-categories

I have a single category, that has 2 subcategories. Within each of these categories, are 5 subcategories. Is there a way to get a list of all of these 10 sub-sub-categories? Thanks EDIT: Something like this: Main Category Sub_Cat_1 …
terrid25
  • 1,926
  • 8
  • 46
  • 87
4
votes
5 answers

Magento Strange Redirect Behaviour on OnePage Checkout

My Magento Verison is - 1.4.1.1 I am having two problems: 1) When I am going through various steps of Onepage checkout (registration, billing, shipping, and payment tabs), sometimes during this process I am redirected to the cart page. There is no…
nishant
  • 112
  • 1
  • 3
  • 10
4
votes
3 answers

magento add custom input field to customer account form in admin

I am trying to add a custom input field to the account information tab of a customer in admin. i have successfully been able to create a custom attribute in the eav table for my input, but have been unsuccessful in finding how to make my input show…
veilig
  • 5,085
  • 10
  • 48
  • 86
4
votes
1 answer

Sort products by 2 attributes in magento catal

On my magento site we have the requirement to sort the product listings by 2 attributes, 'Manufacturer', 'Name' and then falling back to the Unique and default attribute 'Entity ID'. Seems magento only lets you order by 1 then entity_id. I dont mind…
Ryu
  • 71
  • 1
  • 4
4
votes
1 answer

magento - delete extension?

I bought a magento extension and copied the files into the magento directory. Everything worked great. Then I wanted to re-install it. So I deleted all relevant files in app/code/local and i deleted the relevant database tables. When I re-copied…
John
  • 32,403
  • 80
  • 251
  • 422
4
votes
4 answers

magento - create a global function

I want to create a function that can be accessed by all *.phtml files. Where should i place this function in the magento framework?
John
  • 32,403
  • 80
  • 251
  • 422
4
votes
2 answers

Migrate Old Site Users into Magento DB

I have more than 300,000 users on an old online store. Client switched to Magento solution and now have to migrate all the users, addresses to Magento. So I have to write a custom script to import users and their address to the Magento system. Are…
Elamurugan
  • 3,204
  • 13
  • 59
  • 104
4
votes
2 answers

Discount for particular customer group in magento

I met with a requirement for my magento project, according this I need to provide special discount to specific customer group on their purchase. This discount must be shown in customer account,if they belong to that particular group, and when user…
PHP
  • 1,699
  • 5
  • 24
  • 43
4
votes
2 answers

Magento - Adding a new column to sales_flat_quote_item and sales_flat_order_item

I'm working with Magento version 1.4.1.1, and I want to save a value in sales_flat_quote_item table (and pass it to sales_flat_order_item). I've found this tutorial, but I'm not sure if it's still relevant (to Magento version 1.4.1.1) since it…
Shani1351
  • 509
  • 4
  • 10
  • 25
4
votes
2 answers

Magento website/store/storeview organization

I have two (example) domains: euro-shoes.com us-shoes.com I need them to be connected to the same Magento installation. They share most design elements and they share the catalog. They each have three translations: English, French, and German. I…
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
4
votes
0 answers

Magento Checkout Methods list

Is there a way to see the methods lists that is being called in the shopping cart view.
    getMethods('methods') as $method): ?> getMethodHtml($method)): ?> …
Mike
  • 457
  • 3
  • 13