Questions tagged [magento-1.9]

E-commerce PHP framework solution, which has a new responsive theme (rwd) in version 1.9

Magento is an e-commerce framework solution in PHP/MySql, which has both a commercial and an open-source version.

In version 1.9 it has several new enhancements, the major one is a new default responsive layout design theme (rwd), for mobile rendering.

3045 questions
311
votes
5 answers

How do I create a simple 'Hello World' module in Magento?

How can the following be accomplished in Magento? Display a "Hello World" message using a controller/view/model approach. So, if I went to http://example.com/myController it would show the string 'Hello World'. Being able to show this string within…
Ali
  • 261,656
  • 265
  • 575
  • 769
45
votes
10 answers

Magento addFieldToFilter: Two fields, match as OR, not AND

I've been stuck on this for the last few hours. I got it working by hacking a few lines in /lib/Varien/Data/Collection/Db.php, but I'd rather use the proper solution and leave my core untouched. All I need to do is get a collection and filter it by…
Gabriel H
  • 451
  • 1
  • 4
  • 3
39
votes
8 answers

Please enter a valid URL. Protocol is required (http://, https:// or ftp://) in Magento 1.9.2 installing?

Please enter a valid URL. Protocol is required (http://, https:// or ftp://) in Magento 1.9.2 installing? While installing Magento, I am facing error for web validation in Magento 1.9.2
DoYouLoveMe
  • 447
  • 1
  • 5
  • 10
31
votes
5 answers

How do I get attribute set name?

I am trying to get attribute set name in Magento product view template. I can get attribute value by $_product->getAttributeText('attribute'), but how do I get attribute set name? I would like to display an attribute only if it is belong to a…
Moon
  • 22,195
  • 68
  • 188
  • 269
28
votes
2 answers

Magento Bundle Product Customer Group Price

I have a problem related to Bundle Product in Magento. I am currently working on v1.9 which has a feature called user group price. It enable us to allow different groups of customers to get different prices. For simple product the Group Price is…
user3106759
  • 438
  • 3
  • 15
18
votes
6 answers

Just upgrade my site to 1.9.3.0 and got error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity_group_price.is_percent'

Before I was using Magento 1.9.2.4 and today I got message that need to upgrade my magento with latest update some critical updates too. After upgrading my website from downloader section everything went well no error etc, two things happen that I…
Naveed
  • 403
  • 3
  • 11
18
votes
3 answers

In magento 1.9.0.0 how can I Enable template path Hint?

I am trying to turn on template path hint in magento 1.9.0.0 but it's not working. But in magento 1.8.0.0 it's fully working. How can I turn it on in magento 1.9?
Chirag Savsani
  • 6,020
  • 4
  • 38
  • 74
16
votes
3 answers

In Magento, how do Blocks Grab Data from Models?

Can someone please explain this? Let me tell you what i know. If the first three points are good, please explain the 4 point. Request come to controller. In Controller Action we initiate Models. Models collects or generates all the information…
Ricky Sharma
  • 1,839
  • 3
  • 24
  • 44
13
votes
1 answer

“Violation readystatechange handler took 760ms” After Updating Chrome

After updating Google Chrome v57.0.2987, our website is getting errors when we open Collorbox: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check…
LaurenFrida
  • 319
  • 1
  • 4
  • 14
13
votes
4 answers

SUPEE 6788 and Password Reset (blank page)

I've installed SUPEE 6788. Then noticed that password reset page is blank when you click on the reset link in the email. Any ideas how to make the reset page to show up ? Previously reset page use to be this /customer/account/resetpassword/ After…
Icon
  • 911
  • 1
  • 10
  • 31
12
votes
1 answer

Magento - Add attribute to customer entity

For two days I have been trying to add new customer attribute to the magento database. But it isn't working. I added a simple nickname input field to the register.phtml and edit.phtml following this…
ThreeCheeseHigh
  • 1,429
  • 5
  • 22
  • 40
12
votes
2 answers

Magento - get filterable attributes by category

I have created a custom navigation module specifically for a website, but I really want to be able to list filterable attributes by a specific category. So for instance my main navigation is: Category 1 Category 2 Category 3 etc. I then that when…
wiseguydigital
  • 315
  • 2
  • 6
  • 15
11
votes
3 answers

how to allow custom built "Scan this dir for additional .ini files" php.ini file to read

I am trying to install magento, here I came up with renaming a file name php.ini.sample to php5.ini. When I checked whether the file is reading or not I created a info.php file and uploaded to the server. Now the information shows as…
Deepesh Thapa
  • 1,721
  • 3
  • 19
  • 29
11
votes
3 answers

What is the difference between reindexall() vs reindexeverything() in magento?

I would like to know what the difference is between reindexAll() and reindexEverything() in Magento indexer?
Bejoy
  • 311
  • 2
  • 5
11
votes
3 answers

Magento 1 - Removing numbers in url key/product url

As you may know, if you have products that share a url key, the url key will have a digit appended to it: i.e http://www.example.com/main-category/sub-category/product-name-**6260**.html How do I find the source of that 6260 (which is one of the #'s…
Joel
  • 183
  • 1
  • 2
  • 8
1
2 3
99 100